DOWNLOAD
For Users
If you are interested in trying out Geomajas as a user, we recommend you download a stand-alone Geomajas application and go through the getting started documentation:
- Stand-alone app for Linux, Windows and Mac OS X
- Alternatively, download the app as a web archive if you want to deploy it in an existing application server.
For Developers
For developers, we provide 2 approaches:
- Fork the quickstart application on Github to get you started.
- If you want to add the Geomajas Client library to an existing application: read the documentation below.
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.project</groupId> <artifactId>geomajas-project-client-gwt</artifactId> <version>1.16.0</version> </dependency>
Release Notes
Bug
- [GWT-635] - Migrate to newer nightly build of smart GWT
- [GWT-706] - featureclicked not functioning in IE11
- [GWT-712] - Geomajas endpoint is not configurable
- [GWT-714] - Remove hard coded server dispatching to gwt module
- [GWT-716] - Printing layers with ClientWmsLayerInfo : serialization error
Housekeeping
- [GWT-717] - remove unused dependencies in widget poms