Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 921 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 921 Bytes

Omnisearch Auto Info Bundle

The Omnisearch Auto Info Bundle opens a feature info after a search was successful.

Sample App

http://www.mapapps.de/mapapps/resources/apps/downloads_omnisearch_autoinfo/index.html

Installation Guide

Just add the bundle to your app.

Development Guide

Define the mapapps remote base

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>

Other methods to to define the mapapps.remote.base property.
  1. Goal parameters mvn install -Dmapapps.remote.base=http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%

  2. Build properties Change the mapapps.remote.base in the build.properties file and run: mvn install -Denv=dev -Dlocal.configfile=%ABSOLUTEPATHTOPROJECTROOT%/build.properties