conterra / mapapps-layer-buildingscene

This bundle adds the Esri layer type BuildingSceneLayer.
Apache License 2.0
0 stars 0 forks source link
4x mapapps

devnet-bundle-snapshot Static Badge

Buildingscene Layer

This bundle adds the Esri layer type BuildingSceneLayer with map.apps layer type AGS_BUILDING.

Screenshot App

Sample App

https://demos.conterra.de/mapapps/resources/apps/downloads_buildingscenelayer/index.html?lang=de

Installation Guide

Requirement: map.apps 4.12.0

Quick start

Clone this project and ensure that you have all required dependencies installed correctly (see Documentation).

Then 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