Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 1.44 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.44 KB

FeatureInfo Highlight

⚠️ This bundle is no longer needed in map.apps 4.15 or later.

This bundle highlights the geometry of a feature whose information is displayed in a popup.

Screenshot Highlight Sample App

Build Status

devnet-bundle-snapshot

Installation Guide

In order to use the "dn_featureinfohighlight" bundle, simply add it to your app - no further configuration is required.

dn_featureinfohighlight Documentation

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 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