Open City Street Map (backend)
 
 
 
 
 
 
Go to file
Thomas Petazzoni bbd2850010 Move author list to a separate file 2009-09-05 12:19:28 +02:00
ocitysmap Put ocitysmap under AGPLv3 license 2009-08-31 19:54:12 +02:00
.gitignore Add .gitignore for *~ files 2009-08-31 19:53:08 +02:00
AUTHORS Move author list to a separate file 2009-09-05 12:19:28 +02:00
COPYING Add copyright holder for OSM logo 2009-08-31 22:53:03 +02:00
INSTALL Finish INSTALL instructions 2009-09-05 12:14:17 +02:00
Openstreetmap_logo.png added osm logo + copyright 2009-08-29 11:44:06 +02:00
Openstreetmap_logo.svg added osm logo + copyright 2009-08-29 11:44:06 +02:00
README Move author list to a separate file 2009-09-05 12:19:28 +02:00
ocitysmap-init.sql Put ocitysmap under AGPLv3 license 2009-08-31 19:54:12 +02:00
ocitysmap-render Put ocitysmap under AGPLv3 license 2009-08-31 19:54:12 +02:00
ocitysmap.conf Put ocitysmap under AGPLv3 license 2009-08-31 19:54:12 +02:00
setup.py Put ocitysmap under AGPLv3 license 2009-08-31 19:54:12 +02:00

README

Open City Street Map
--------------------

ocitysmap generates a city street map, using the OpenStreetMap project's data
and the MapNik map renderer. The generated maps are vector graphics images,
including a street index and city grid.

For example, for a simple Sanguinet rendering, run:

 ./ocitysmap-render -f png Sanguinet

Alternately you may specify a bounding box rather than a City:

 ./ocitysmap-render -f png -b 44.4883,-1.0901 44.4778,-1.0637

This is useful when OpenStreetMap does not contain the administrative boundary
of the city.

See INSTALL for installation instructions.

This code is under AGPLv3 (GNU Affero General Public License 3.0) except
the included OpenStreetMap logo under CC-BY-SA (Creative Common
Attribution-Share Alike) license.