This page was last edited by Joachim Van der... on Wed, 06/07/2011 - 21:41
Jan De Moerloose
Accessss the Geomajas system using REST and GeoJSON.
It currently allows reading layer data in GeoJSON. This can for example be used to display data in alternate clients like OpenLayers.
Future release will included REST/JSON access to the Geomajas commands and write access to the layers.
In order to use this plug-in in your Maven-project, add the following dependency to the pom.xml:
<dependency> <groupId>org.geomajas.face</groupId> <artifactId>geomajas-face-rest-all</artifactId> </dependency>