Skip to content

DEPRECATED: Fetches a list of WMS (Web Map Service) capability documents, transforms them to ISO meta data connects the data to the InGrid data space.

License

Notifications You must be signed in to change notification settings

fp-wemove/ingrid-iplug-dsc-mapclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapClient iPlug

The MapClient-iPlug fetches a list of WMS (Web Map Service) capability documents, transforms them to ISO Metadata connects the data to the InGrid data space.

Features

  • harvests and transforms a list of Web Map Service capabilities at a certain schedule
  • flexible indexing functionality
  • provides search functionality on the harvested data
  • GUI for easy administration

Requirements

  • a running InGrid Software System

Installation

Download from https://dev.informationgrid.eu/ingrid-distributions/ingrid-iplug-dsc-mapclient/

or

build from source with mvn package assembly:single.

Execute

java -jar ingrid-iplug-dsc-mapclient-x.x.x-installer.jar

and follow the install instructions.

Obtain further information at http://www.ingrid-oss.eu/ (sorry only in German)

Contribute

Set up eclipse project

mvn eclipse:eclipse

and import project into eclipse.

Debug under eclipse

  • execute mvn install to expand the base web application
  • set up a java application Run Configuration with start class de.ingrid.iplug.dscmapclient.DscMapclientSearchPlug
  • add the VM argument -Djetty.webapp=src/main/webapp to the Run Configuration
  • add src/main/resources to class path
  • the admin gui starts per default on port 8082, change this with VM argument -Djetty.port=8083

Support

If you are having issues, please let us know: info@informationgrid.eu

License

The project is licensed under the EUPL license.

About

DEPRECATED: Fetches a list of WMS (Web Map Service) capability documents, transforms them to ISO meta data connects the data to the InGrid data space.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 65.5%
  • JavaScript 28.7%
  • Shell 5.8%