TMS Layer 1.18.2
Description
This plug-in adds a TMS (Tile Map Service) backend layer to Geomajas. TMS is an open standard developed by OSGeo for providing georeferenced raster layers (specification). Similar to other Geomajas backend layer plug-ins, the TMS layer provides access to external data sources.
The main difference with the client-side TMS layer plugin is that this plugin can more easily provide extra security and/or caching mechanisms, while the client-side TMS 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-tms-parent</artifactId> <version>1.18.2</version> </dependency>