Skip to content

conterra/mapapps-streetsmart

Repository files navigation

devnet-bundle-snapshot Static Badge

Street Smart Bundle

The Street Smart Bundle uses the Cyclorama functionality to allow the user to select a location on the map and see Street Smart images for that location in a separated window.

Sample app

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

Installation guide

  1. Add the bundle dn_streetsmart to your app.
  2. Set your streetsmart credentials in the app.json.

Development guide

Run the following commands from the project root directory to start a local development server:

# install all required node modules
$ mvn initialize

# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps

# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps