Open City Street Map (backend)
 
 
 
 
 
 
Go to file
Thomas Petazzoni d3a8c5826b Improve i18n documentation
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-01-03 16:47:09 +01:00
locale Update .po headers for italian 2009-12-26 20:59:53 +01:00
ocitysmap Fix place of worship string 2010-01-03 16:46:16 +01:00
support [PATCH ocitysmap 2/2] credits 2009-12-21 16:27:59 +01:00
.gitignore Add amenities translation for French. Add generic ocitysmap.pot 2009-12-22 16:26:07 +01:00
AUTHORS Move author list to a separate file 2009-09-05 12:19:28 +02:00
COPYING
I18N Improve i18n documentation 2010-01-03 16:47:09 +01:00
INSTALL Pick a common example password. 2009-12-20 23:19:39 +01:00
INSTALL.Debian_unstable Point to the general INSTALL when relevant. 2009-12-20 23:20:58 +01:00
Openstreetmap_logo.png
Openstreetmap_logo.svg
README Update documentation 2009-12-21 11:05:51 +01:00
ocitysmap-init.sql Introduce rendering from a polygon OSM id into ocitysmap 2009-12-21 11:05:46 +01:00
ocitysmap-render Fix ocitysmap-render when no OSM id is given 2009-12-21 14:39:53 +01:00
ocitysmap.conf updated template 2009-12-23 13:07:42 +01:00
setup.py

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 -c Sanguinet

Since several cities can have the same name, it is possible to render
according to a polygon OSM id:

 ./ocitysmap-render -f png -t Brunoy --polygon-osmid -114189

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