MapOSMatic - A web interface for creating printable OpenStreetMap maps
 
 
 
 
 
 
Go to file
David MENTRE 0265661542 Rename LICENSE into COPYING 2009-08-31 20:58:17 +02:00
scripts Put maposmatic under AGPLv3 license 2009-08-31 19:36:21 +02:00
www Put maposmatic under AGPLv3 license 2009-08-31 19:36:21 +02:00
.gitignore Add .gitignore for *~ files 2009-08-31 19:32:46 +02:00
COPYING Rename LICENSE into COPYING 2009-08-31 20:58:17 +02:00
INSTALL Merge branch 'master' of git://surf.local/maposmatic 2009-08-29 19:23:25 +02:00
README Put maposmatic under AGPLv3 license 2009-08-31 19:36:21 +02: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 license under under GNU AGPLv3 (GNU Affero General Public License
3.0).