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.
https://demos.conterra.de/mapapps/resources/apps/internal_demo_streetsmart/index.html
- Add the bundle
dn_streetsmart
to your app. - Set your streetsmart credentials in the app.json.
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