https://github.com/conterra/mapapps-streetsmart
This bundle makes it possible to use the Street Smart product within a map.apps app.
https://github.com/conterra/mapapps-streetsmart
4x contents mapapps
Last synced: 29 days ago
JSON representation
This bundle makes it possible to use the Street Smart product within a map.apps app.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-streetsmart
- Owner: conterra
- License: apache-2.0
- Created: 2020-11-20T08:29:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T12:22:13.000Z (about 1 month ago)
- Last Synced: 2026-02-04T02:27:50.729Z (about 1 month ago)
- Topics: 4x, contents, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/internal_demo_streetsmart/index.html
- Size: 2.18 MB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-streetsmart/actions/workflows/devnet-bundle-snapshot.yml)


# 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:
```bash
# 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
```