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

Advanced Mapstore Configuration

Gnafu edited this page Jan 29, 2014 · 3 revisions

This page provide a quick guide on how to configure MapStore components, described in the WIKI home page.

In order to tweak the components' configurations (i.e. for GeoStore, Http_Proxy and xmlJsonTranslate) you can edit the .properties files at the following paths respectively:

Http-Proxy

  • you@prompt:~/mapstore-binary/resources/proxy.properties --> Http Proxy configuration file (more information about it here)

xmlJsonTranslate Servlet

  • you@prompt:~/mapstore-binary/resources/xmlJsonTranslate.properties --> xmlJsonTranslate configuration file

GeoStore

  • you@prompt:~/mapstore-binary/config/geostore-datasource-ovr.properties --> GeoStore configuration file (more information about it here)

You have also the possibility to modify the GeoStore configuration for the initial data inside the database about user and categories:

  • you@prompt:~/mapstore-binary/config/users.xml
  • you@prompt:~/mapstore-binary/config/categores.xml

More Information

For more information about these configuration please visit the GeoStore WIKI here.

Change icons size

From version 1.5 MapStore has bigger Navigation and ZoomSlider Tools icons If you want to rever the previous look (with smaller icons) do the following:

  • Move into the folder mapcomposer\app\static\theme\app\
  • rename openlayers.css in openlayers-medium.css
  • rename openlayers-small.css in openlayers.css
Clone this wiki locally