WMS Layer 1.16.1
Description
This plug-in adds a WMS (Web Map Service) backend layer to Geomajas. WMS is an open standard from the Open Geospatial Consortium (OGC) for providing georeferenced raster layers. Similar to the other Geomajas backend layer plug-ins, this WMS layer provides access to an external WMS service.
The main difference with the client-side WMS layer plugin is that this plugin can more easily provide extra security and/or caching mechanisms, while the client-side WMS layer is more flexible.
Community & Docs
HTML:
PDF:
JavaDoc:
Using this project in maven
In order to use this plug-in in your Maven-project, add the following dependency to the pom.xml:
<dependency> <groupId>org.geomajas.plugin</groupId> <artifactId>geomajas-server-layer-wms-parent</artifactId> <version>1.16.1</version> </dependency>