Geocoder
Description
This plug-in provides a generic command and GWT widget for finding map locations based on a free string. You can configure how exactly this conversion is done, using either your own data or some external service like Geonames or Yahoo! PlaceFinder.
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-client-gwt-plugin-geocoder-parent</artifactId> <version></version> </dependency>