/mapapps-store-registration

The Store Registration bundle allows to create stores based on additional layers.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

⚠️ This bundle is no longer in active development. The functionality of this bundle has been added to map.apps in version 4.18.0.

Store Registration

The Store Registration bundle allows to create stores based on additional layers. Supported layer types are geojson, csv and wfs.

Sample App

https://demos.conterra.de/mapapps/resources/apps/downloads_store_registration/index.html

Installation Guide

⚠️Requirement: map.apps 4.12.0

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