MapOSMatic - A web interface for creating printable OpenStreetMap maps
 
 
 
 
 
 
Go to file
Hartmut Holzgraefe a9ecf7b015 more NPM package version updates, and getting rid of leaflet-omnivore
turns out leavlet-omnivore wasn't even really used anymore,
but at the same time it was responsible for all remaining
security issues reported by "npm audit"

so with this commit the setup seems to be free of known
npm package vulnerabilities for now :)
2022-12-27 16:23:02 +00:00
ci-scripts@4c472b586f
documentation Merge branch 'site-osm-baustelle' of https://github.com/hholzgra/maposmatic into site-osm-baustelle 2022-10-09 12:52:01 +02:00
scripts copy logo settings to rendering job config 2022-10-23 14:57:22 +00:00
support
talks
www more NPM package version updates, and getting rid of leaflet-omnivore 2022-12-27 16:23:02 +00:00
.gitignore
.gitmodules
AUTHORS
COPYING
INSTALL.md
README.md
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: 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.

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 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.