MapOSMatic - A web interface for creating printable OpenStreetMap maps
 
 
 
 
 
 
Go to file
Hartmut Holzgraefe 9f921955f9 Merge branch 'markdown' into site-osm-baustelle 2019-09-23 10:38:20 +00:00
ci-scripts@4c472b586f
documentation also process top level README and INSTALL to produce HTML and PDF 2019-08-24 14:02:42 +00:00
scripts do not fail completely on failure to generate map thumbnail 2019-08-22 10:43:35 +02:00
support
talks
www new style previews 2019-09-23 10:02:51 +00:00
.gitignore allow to restrict the visible map area to a specific bounding box 2019-09-22 14:33:05 +00:00
.gitmodules
AUTHORS
COPYING
INSTALL.md documentation updates (work in progress) 2019-08-24 14:02:20 +00:00
README.md documentation updates (work in progress) 2019-08-24 14:02:20 +00:00
manage.py

README.md

MapOSMatic - A web interface for creating printable OpenStreetMap maps

MapOSMatic is a web application to generate maps of cities or towns, including index of streets, from OpenStreetMap data.

It is made of two components:

  • MapOSMatic (this repository): the web front-end. An application written using the Django framework allows to submit and visualize map rendering jobs. The rendering is done in the background by a daemon process.

  • OCitysMap (separate repository): the back-end that generates the map. It is available as a Python module, used both by the maposmatic daemon (above) and by a sample command line application.

This source tree contains maposmatic, the web front-end.

The OCitysMap repository can be found here:

https://github.com/hholzgra/ocitysmap

It is licensed under under GNU AGPLv3 (GNU Affero General Public License 3.0).

Translation

You can help translating the user interface into other languages here:

https://translate.get-map.org/projects/maposmatic/maposmatic/

Installation

Please refer to the INSTALL.md file in this repository.

End user and API documentation

End user documentation for the web frontends useage, and API documentation for developers who want to submit their own rendering job into the rendering daemons queue, can be found in the documentation subdirectory.