Open City Street Map (backend)
 
 
 
 
 
 
Go to file
Hakan Tandogan 0054be3f60 Translated locale/be/LC_MESSAGES/ocitysmap.po on transifex.com 2013-05-17 03:45:44 +02:00
.tx Transifex language layout configuration 2012-12-19 08:39:06 +01:00
ci-scripts@a2bc803e3f Added submodule reference for ci-scripts 2013-04-30 08:32:28 +02:00
images Higher definition OSM logo 2010-08-07 19:10:04 +02:00
locale Translated locale/be/LC_MESSAGES/ocitysmap.po on transifex.com 2013-05-17 03:45:44 +02:00
ocitysmap There are no country specific strings in the Turkish translation yet 2012-12-30 12:29:57 -08:00
scripts Updated message key extraction script 2013-05-16 12:40:10 +02:00
stylesheet Stamen Toner stylesheet: create style files, fix locality, hamlet and village names 2012-04-23 22:38:08 +02:00
support Log message fix in planet-update.sh 2012-11-29 11:21:11 -08:00
.gitignore Rename OCitySMap Python module from ocitysmap2 to ocitysmap 2012-05-08 19:53:37 +02:00
.gitmodules Added submodule reference for ci-scripts 2013-04-30 08:32:28 +02:00
AUTHORS Add Étienne in the AUTHORS file 2012-04-01 15:59:21 +02:00
COPYING Add copyright holder for OSM logo 2009-08-31 22:53:03 +02:00
I18N Update I18N documentation file for new i18n.py script 2010-01-20 20:29:11 +01:00
INSTALL Remove stray 'ocitysmap2' stuff from documentation. 2012-05-10 08:55:06 -07:00
README Remove stray 'ocitysmap2' stuff from documentation. 2012-05-10 08:55:06 -07:00
i18n.py Rename OCitySMap Python module from ocitysmap2 to ocitysmap 2012-05-08 19:53:37 +02:00
ocitysmap.conf.dist Rename OCitySMap Python module from ocitysmap2 to ocitysmap 2012-05-08 19:53:37 +02:00
render.py Rename OCitySMap Python module from ocitysmap2 to ocitysmap 2012-05-08 19:53:37 +02:00
setup.py Rename OCitySMap Python module from ocitysmap2 to ocitysmap 2012-05-08 19:53:37 +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 Chevreuse rendering, run:

 ./render.py -t "Ceci n'est pas Paris" --osmid=-943886

Alternatively you may specify a bounding box rather than an OSM ID:

 ./render.py -t "Ceci n'est pas Paris" -b 48.7268,1.9946 48.6801,2.0742

This is useful when OpenStreetMap does not contain the administrative
boundary of the city you want to render. To determine the OSM ID
and/or the bounding box of cities from their name, please use the
nominatim service: http://nominatim.openstreetmap.org/

By default, the maps are generated in PDF format with the street index
at the bottom, with an additional CSV containing the street index. To
see the available options to change this behavior, please run:

  ./render.py --help

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.