This bundle passes the tranparency settings of layers via the URL. For all operational layers for which you can change the opacity a URL extension will be generated. This way it is possible to pass an application with user-defined transparencies of layers.
❗️ This bundle is no longer needed for map.apps line 4 apps. From map.apps 4.5.0 on, transferring transparency set by a user, is a map.apps core functionality. ❗️
Requirement: map.apps @^3.1.4
To generate the URL with the layer transparency add the parametermanager
bundle.
No special configuration needed. Just add the bundle to the app.json.
Before you can run the project you have to define the mapapps.remote.base property in the pom.xml-file:
<mapapps.remote.base>http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%</mapapps.remote.base>
-
Goal parameters
mvn install -Dmapapps.remote.base=http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%
-
Build properties Change the mapapps.remote.base in the build.properties file and run:
mvn install -Denv=dev -Dlocal.configfile=%ABSOLUTEPATHTOPROJECTROOT%/build.properties