This page was last edited by FrankM on Thu, 07/03/2013 - 20:47
Jan De Moerloose
This plugin provides an API to access all Geomajas interfaces and widgets through a JavaScript API. Supported interfaces are:
the map, the viewport, layers, features, controllers, ...
Using an empty GWT application, one could even build an entire application using nothing but JavaScript.
The goal for this plugin is to provide an easy way to integrate Geomajas with other JavaScript based technologies.
In order to use this plug-in in your Maven-project, add the following dependency to the pom.xml:
<dependency> <groupId></groupId> <artifactId></artifactId> </dependency>