https://github.com/conterra/mapapps-toc-description-html
This bundle provides an additional toc action for map.apps toc bundle that allows you to use html in layer descriptions.
https://github.com/conterra/mapapps-toc-description-html
4x contents mapapps
Last synced: 28 days ago
JSON representation
This bundle provides an additional toc action for map.apps toc bundle that allows you to use html in layer descriptions.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-toc-description-html
- Owner: conterra
- License: apache-2.0
- Created: 2020-05-19T06:18:01.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-12-19T12:01:01.000Z (3 months ago)
- Last Synced: 2025-12-22T04:38:08.605Z (3 months ago)
- Topics: 4x, contents, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_tocdescriptionhtml/index.html
- Size: 2.31 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-toc-description-html/actions/workflows/devnet-bundle-snapshot.yml)


# TOC Description HTML
This bundle provides an additional toc action for map.apps toc bundle that allows you to use html in layer descriptions.
## Build Status
[](https://github.com/conterra/mapapps-toc-description-html/actions/workflows/devnet-bundle-snapshot.yml)
## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_tocdescriptionhtml/index.html
[dn_tocdescriptionhtml Documentation](https://github.com/conterra/mapapps-toc-description-html/tree/master/src/main/js/bundles/dn_tocdescriptionhtml)
## 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`