Table of Contents
List of Examples
Vector layers can display geometrical information on a map, e.g. countries as polygons. Mostly, the vector layer contains more information about these features, e.g. the name of a country. The Search And Filter Widget libraries offer methods to search and/or filter the feature info.
Table of Contents
Make sure your include the plug-in in your project. If you are using Maven, add the following dependency to your pom:
Example 2.1. Plug-in dependency
<dependency> <groupId>org.geomajas.widget</groupId> <artifactId>geomajas-widget-searchandfilter-gwt</artifactId> <version>1.15.1</version> </dependency>