https://github.com/conterra/mapapps-slice
This bundle lets the user slice through 3D layers.It integrates the Esri slice Widget into mapapps.
https://github.com/conterra/mapapps-slice
3d 4x mapapps
Last synced: 28 days ago
JSON representation
This bundle lets the user slice through 3D layers.It integrates the Esri slice Widget into mapapps.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-slice
- Owner: conterra
- License: apache-2.0
- Created: 2019-08-01T09:48:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-22T07:21:01.000Z (8 months ago)
- Last Synced: 2025-07-22T09:38:21.261Z (8 months ago)
- Topics: 3d, 4x, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/downloads_slice/index.html
- Size: 1.67 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-slice/actions/workflows/devnet-bundle-snapshot.yml)


# Slice
This bundle lets the user slice through 3D layers. It integrates the Esri slice Widget into mapapps.

## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_slice/index.html
**Restrictions: Only works in 3D view**
## Development Guide
### Define the mapapps remote base
Before you can run the project you have to define the mapapps.remote.base property in the pom.xml-file:
`http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%`
### Other methods to to define the mapapps.remote.base property.
1. Goal parameters
`mvn install -Dmapapps.remote.base=http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%`
2. Build properties
Change the mapapps.remote.base in the build.properties file and run:
`mvn install -Denv=dev -Dlocal.configfile=%ABSOLUTEPATHTOPROJECTROOT%/build.properties`