https://github.com/conterra/mapapps-building-explorer
The BuildingExplorer is used to filter and explore the various components of BuildingSceneLayers
https://github.com/conterra/mapapps-building-explorer
3d 4x mapapps
Last synced: 28 days ago
JSON representation
The BuildingExplorer is used to filter and explore the various components of BuildingSceneLayers
- Host: GitHub
- URL: https://github.com/conterra/mapapps-building-explorer
- Owner: conterra
- License: apache-2.0
- Created: 2024-09-17T14:09:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-03T11:16:35.000Z (3 months ago)
- Last Synced: 2025-12-06T13:55:28.875Z (3 months ago)
- Topics: 3d, 4x, mapapps
- Language: TypeScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_buildingexplorer/index.html
- Size: 2.96 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-building-explorer/actions/workflows/devnet-bundle-snapshot.yml)


# Building Explorer
The Building Explorer Bundle offers insights into building structures based on Building Scene Layer data.

## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_buildingexplorer/index.html
## Installation Guide
Simply add the bundle "dn_buildingexplorer" to your app.
[dn_buildingexplorer Documentation](https://github.com/conterra/mapapps-building-explorer/tree/main/src/main/js/bundles/dn_buildingexplorer)
## Quick start
Clone this project and ensure that you have all required dependencies installed correctly (see [Documentation](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/set-up-development-environment.html)).
Then 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
```