This bundle offers a widget for searching features with several drop-down menus in hierarchical organized objects, such as addresses (city > street > address point). Each menu is filled based on the previous user selection (for example all streets for the selected city are shown).
https://demos.conterra.de/mapapps/resources/apps/downloads_hierarchicalsearch/index.html
Requirement: map.apps 4.12.0
dn_hierarchicalsearch Documentation
Before you can run the project you have to define the mapapps.remote.base property in the pom.xml-file:
<mapapps.remote.base>http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%</mapapps.remote.base>
-
Goal parameters
mvn install -Dmapapps.remote.base=http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%
-
Build properties Change the mapapps.remote.base in the build.properties file and run:
mvn install -Denv=dev -Dlocal.configfile=%ABSOLUTEPATHTOPROJECTROOT%/build.properties