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.
Due to licensing demos are only available on demand. Please contact [email protected] to make an appointment.
- 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