Open City Street Map (backend)
 
 
 
 
 
 
Go to file
Hartmut Holzgraefe fc9af3ad76 Merge branch 'PoiMarker' into PoiMarker-python3 2018-03-11 09:21:28 +00:00
.tx Transifex language layout configuration 2012-12-19 08:39:06 +01:00
ci-scripts@4c472b586f Fix commit message 2013-06-20 14:21:32 +02:00
images additional SVGs for 2nd logo and for POI markers 2016-03-27 09:24:33 +00:00
locale added hungarian translation provided by Gábor Babos​ 2017-09-30 00:31:31 +02:00
ocitysmap Merge branch 'PoiMarker' into PoiMarker-python3 2018-03-11 09:21:28 +00:00
scripts Seperate git commits into own perl script 2013-06-20 13:50:34 +02:00
stylesheet changed map background color to plain white 2016-04-03 00:13:18 +02:00
support Changes for PostgreSQL 9.x/PostGIS 2.x with hstore 2014-11-11 14:42:58 -08:00
templates download external icon resources 2018-02-21 23:00:23 +00:00
.gitignore ignore temporary helper files 2018-02-18 10:59:12 +00:00
.gitmodules add mapbox maki icons as a subproject 2018-02-20 07:27:39 +00:00
AUTHORS
COPYING
I18N
INSTALL Changes for PostgreSQL 9.x/PostGIS 2.x with hstore 2014-11-11 14:42:58 -08:00
README
i18n.py first steps towards supporting both python 2 and 3 2017-09-05 22:56:46 +00:00
ocitysmap.conf.dist
render.py add umap support to cmdline renderer script 2018-02-24 10:28:36 +00: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 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.