https://github.com/conterra/mapapps-mapflow
mapapps-mapflow provides a widget for switching between the operational layers of the map.
https://github.com/conterra/mapapps-mapflow
4x mapapps
Last synced: about 1 year ago
JSON representation
mapapps-mapflow provides a widget for switching between the operational layers of the map.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-mapflow
- Owner: conterra
- License: apache-2.0
- Archived: true
- Created: 2019-11-08T10:52:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T14:30:41.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T16:34:33.098Z (over 1 year ago)
- Topics: 4x, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/downloads_mapflow/index.html
- Size: 577 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚠️ This bundle is no longer in active development.
# mapapps-mapflow
mapapps-mapflow provides a widget for switching between the operational layers of the map.
## Sample App
https://demos.conterra.de/mapapps/resources/apps/downloads_mapflow/index.html

## Installation Guide
**Requirement: map.apps 4.7.2**
1. Add the bundle "dn_mapflow" to your app.
2. Add any map-content (layers) to your app.
3. No further configuration needed.
### Configurable Components of dn_mapflow:
Refer to [bundle's readme.md](https://github.com/conterra/mapapps-mapflow/blob/master/src/main/js/bundles/dn_mapflow/README.md) for detailed information.
## 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`