Skip to content

MV88/MapStore2

 
 

Repository files navigation

Stories in Ready Build Status Coverage Status Codacy Badge

MapStore 2

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

MapStore 2 has several example applications:

  • MapViewer is a simple viewer of preconfigured maps (optionally stored in a database using GeoStore)
  • MapPublisher 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.

For more information check the MapStore wiki.

License

MapStore 2 is Free and Open Source software, it is based on OpenLayers 3, Leaflet and ReactJS, and is licensed under the Simplified BSD License.

Demos

We have a QA instance, which can be accessed here, where all the changes are deployed once they are published in our repo and a stable instance here, that gets deployed on demand after manual testing.

Quick Start

Clone the repository with the --recursive option to automatically clone submodules:

git clone --recursive https://github.com/geosolutions-it/MapStore2.git

Install NodeJS, if needed, from here.

Start the demo locally:

npm install

npm start

The demo runs at http://localhost:8081 afterwards.

Install latest Maven, if needed, from here (version 3.1.0 is required).

Build the deployable war:

./build.sh

Deploy the generated mapstore.war file (in web/target) to your favourite J2EE container (e.g. Tomcat).

Read more on the wiki.

Professional Support

MapStore 2 is being developed by GeoSolutions hence you can talk to us for professional support. Anyway the project is a real Open Source project hence you can contribute to it (see section below).

Communication

We currently have two mailing list, one for users and one for developers. The first one is for those who are willing to use MapStore and need help/directions, the latter is for those trying to extend/proposed fixes for MapStore.

Contributing

We welcome contributions in any form:

  • pull requests for new features
  • pull requests for bug fixes
  • pull requests for documentation
  • funding for any combination of the above

For more information check this page.

About

Modern webmapping with OL3, Leaflet and React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.5%
  • CSS 2.9%
  • HTML 1.6%