Open City Street Map (backend)
 
 
 
 
 
 
Go to file
David Decotigny bdcc6b01f0 Determine the font size to use to render index in area.
With this patch, it is now possible to specify different header/label
styles when contructing StreetIndexRenederer objects. This will allow
the renderer to use the first header/label font from this list that
allows to render the index into the specified area. For now the list
of possible header/label fonts is hard-coded as the default parameter
of the constructor.
2010-08-31 21:40:07 +02:00
images Higher definition OSM logo 2010-08-07 19:10:04 +02:00
locale Update i18n support for OCitySMap 2 2010-08-07 20:46:07 +02:00
ocitysmap Merge branch 'master' into ocitysmap2 2010-08-07 09:54:00 +02:00
ocitysmap2 Determine the font size to use to render index in area. 2010-08-31 21:40:07 +02:00
support
.gitignore
AUTHORS
COPYING
I18N
INSTALL Update INSTALL procedure for Unifont 2010-08-03 10:08:15 +02:00
INSTALL.Debian_unstable
INSTALL.lucid Updated installation instructions for Lucid 2010-08-15 14:40:20 +02:00
README
i18n.py Update i18n support for OCitySMap 2 2010-08-07 20:46:07 +02:00
ocitysmap-render Improve the map_areas table name parametrization 2010-02-10 21:13:10 +01:00
ocitysmap.conf-template Update the OCitySMap config template for version 2 2010-08-06 10:09:22 +02: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.