https://github.com/conterra/mapapps-toc-action-renderer
This bundle adds another action to the TOC which allows to customize the renderer of a layer.
https://github.com/conterra/mapapps-toc-action-renderer
4x contents mapapps
Last synced: 28 days ago
JSON representation
This bundle adds another action to the TOC which allows to customize the renderer of a layer.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-toc-action-renderer
- Owner: conterra
- License: apache-2.0
- Created: 2020-05-26T08:00:29.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T10:38:05.000Z (2 months ago)
- Last Synced: 2026-01-12T18:55:20.538Z (2 months ago)
- Topics: 4x, contents, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_tocactionrenderer/index.html
- Size: 2.23 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-toc-action-renderer/actions/workflows/devnet-bundle-snapshot.yml)


# TOC Action Renderer
This bundle adds another action to the TOC which allows to customize the renderer of a layer.
## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_tocactionrenderer/index.html
## Installation Guide
[dn_tocactionrenderer Documentation](https://github.com/conterra/mapapps-toc-action-renderer/tree/master/src/main/js/bundles/dn_tocactionrenderer)
## 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`