MapOSMatic - A web interface for creating printable OpenStreetMap maps
 
 
 
 
 
 
Go to file
Hartmut Holzgraefe e05711be43 add support for multiple render queues (Issue #91)
* maprenderingjob model now has a "queue" name column,
  defaulting to "default"
* methods dealing with the rendering queue now all either
  use the jobs queue column value if already available
  or have an additional optional "queue_name" parameter
  with default value "default"
* a systemd template service file was added to be able to start
  individual per-queue render services
* the progress bar in the map request detail view was finally
  fixed to show actual position-in-queue progress
2022-08-16 15:52:43 +00:00
ci-scripts@4c472b586f Fix commit message 2013-06-20 14:20:50 +02:00
documentation API documentation updates 2020-02-23 23:15:16 +00:00
scripts add support for multiple render queues (Issue #91) 2022-08-16 15:52:43 +00:00
support add support for multiple render queues (Issue #91) 2022-08-16 15:52:43 +00:00
talks Add source and PDF files for 2013-11-13 talk on i18n in MapOSMatic 2013-11-14 20:34:58 +01:00
www add support for multiple render queues (Issue #91) 2022-08-16 15:52:43 +00:00
.gitignore fix cooklie law static file path 2020-01-18 17:19:54 +00:00
.gitmodules Added submodule reference for ci-scripts 2013-04-30 08:33:09 +02:00
AUTHORS finally added myself to AUTHORS and (C) headers 2019-04-13 00:35:37 +02:00
COPYING Rename LICENSE into COPYING 2009-08-31 20:58:17 +02:00
INSTALL.md add cookie warning and privacy statement text and link 2020-01-05 22:14:19 +00:00
README.md Small README tweaks 2019-09-23 12:46:50 +02:00
manage.py finally added myself to AUTHORS and (C) headers 2019-04-13 00:35:37 +02:00

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.