Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

The themes plus bundle provides a variety of new map.apps themes.

License

Notifications You must be signed in to change notification settings

conterra/mapapps-themes-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Themes Plus Bundle

The themes plus bundle provides a variety of new map.apps themes.

  • plus-ice
  • plus-light
  • plus-lime
  • plus-orange
  • plus-purple

Installation Guide

After installing the bundle, you can use the new themes in each of your map.apps apps. In the sample app, you can switch through the different themes with the theme selector in the top right corner.

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: <mapapps.remote.base>http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%</mapapps.remote.base>

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