https://github.com/conterra/mapapps-sketching-enhanced
This bundle adds an extended sketching functionality the map.
https://github.com/conterra/mapapps-sketching-enhanced
4x highlight mapapps
Last synced: about 1 month ago
JSON representation
This bundle adds an extended sketching functionality the map.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-sketching-enhanced
- Owner: conterra
- License: apache-2.0
- Created: 2020-05-28T11:38:59.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T14:16:14.000Z (3 months ago)
- Last Synced: 2025-12-18T17:58:49.312Z (3 months ago)
- Topics: 4x, highlight, mapapps
- Language: TypeScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_sketchingenhanced/index.html
- Size: 5.1 MB
- Stars: 0
- Watchers: 9
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



This branch contains the new Sketching Enhanced version 3.x. You can find the 2.x version in this branch: https://github.com/conterra/mapapps-sketching-enhanced/tree/2.x
# Sketching Enhanced
This bundle adds an extended sketching functionality to the map.

## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_sketchingenhanced/index.html
## Installation Guide
[dn_sketchingenhanced Documentation](https://github.com/conterra/mapapps-sketching-enhanced/tree/master/src/main/js/bundles/dn_sketchingenhanced)
[dn_sketchingenhanced-measurement Documentation](https://github.com/conterra/mapapps-sketching-enhanced/tree/master/src/main/js/bundles/dn_sketchingenhanced-measurement)
[dn_sketchingenhanced-construction Documentation](https://github.com/conterra/mapapps-sketching-enhanced/tree/master/src/main/js/bundles/dn_sketchingenhanced-construction)
## 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 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`