Skip to content
mbarto edited this page Jan 27, 2017 · 38 revisions

MapStore Logo

MapStore is a framework to build web mapping applications using standard mapping libraries, such as OpenLayers 3 and Leaflet.

MapStore has several example applications:

  • MapViewer is a simple viewer of preconfigured maps (optionally stored in a database using GeoStore)
  • Scalebar Example
  • Layer Tree Example
  • Mouse Position Game
  • MapPublisher TODO has been developed to create, save and share in a simple and intuitive way maps and mashups created selecting contents by server like OpenStreetMap, Google Maps, MapQuest or specific servers provided by your organization or third party.

MapStore 2 is based on OpenLayers 3, Leaflet and ReactJS, and is licensed under the GPLv3 license.

Download

Download the latest release (2016.04.00) from here.

All the releases

Quick Start

After downloading the MapStore2 war file, install it in your java web container (e.g. Tomcat), with usual procedures for the container (normally you only need to copy the war file in the webapps subfolder).

If you don't have a java web container you can download Apache Tomcat from here and install it. You will also need a Java7 JRE

Then you can access MapStore2 using the following URL (assuming the web container is on the standard 8080 port):

http://localhost:8080/mapstore

Use the default credentials (admin / admin) to login and start creating your maps!# Documentation