MapOSMatic - A web interface for creating printable OpenStreetMap maps
 
 
 
 
 
 
Go to file
Maxime Petazzoni 0d7bf5587e Small style fix
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2010-03-20 15:42:16 +01:00
scripts Small tweaks to the DBCK utility 2010-03-20 14:01:15 +01:00
support Access right to log files. 2009-12-22 11:45:54 +01:00
www Small style fix 2010-03-20 15:42:16 +01:00
.gitignore Use only one gitignore pattern for all locale/.../*.mo files 2010-01-22 12:40:39 +01:00
AUTHORS
COPYING
INSTALL Access right to log files. 2009-12-22 11:45:54 +01:00
README Spelling mistake. 2009-12-19 17:07:36 +01:00

README

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, 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;

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

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

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

Translation
===========

The .po files are stored in www/locale/<locale>/LC_MESSAGES/. To
generate or update a .po file, run: django-admin.py makemessages -l
<locale>. Then, edit the .po file manually, or using a graphical tool
such as poedit (available in the Debian/Ubuntu package of the same
name). Once done, don't forget to compile the .po file into an .mo
file using django-admin.py compilemessages.