Wykres commitów

15 Commity (9b1f6c07ffa285bd262ecc84fd5952de79565b2e)

Autor SHA1 Wiadomość Data
Maxime Petazzoni 1aa5c5b068 Rename OCitySMap Python module from ocitysmap2 to ocitysmap
Renamed ocitysmap2-render as render.py since we don't need/want
"ocitysmap2" in the name anymore. Rename conf template as
ocitysmap.conf.dist for the same reason. Updated INSTALL instructions
accordingly.

Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2012-05-08 19:53:37 +02:00
Thomas Petazzoni 21556edd60 Add setup.py 2009-08-28 09:28:54 +02:00
Thomas Petazzoni 481ec5cd39 Use the borderize API to render the index 2009-08-27 19:40:48 +02:00
Thomas Petazzoni 373f211240 Generate index file named after -p command line option, for SVG, PNG and PDF 2009-08-27 17:52:30 +02:00
Thomas Petazzoni c530047011 Change command line options: -p for file prefix; -f for file format 2009-08-27 17:23:18 +02:00
Thomas Petazzoni 9fc48fd377 Use generated map size from Mapnik to generate street index 2009-08-27 17:07:26 +02:00
Thomas Petazzoni 7020fd3785 Implement IndexPageGenerator 2009-08-27 15:01:05 +02:00
David Decotigny 43af6b62e8 font size depends on the zoom factor 2009-08-27 10:56:14 +02:00
David Decotigny 7a393b96c7 taking the zoom factor into account 2009-08-26 15:19:06 +02:00
David Decotigny 8ceb0e158a allows to specify multiple output files 2009-08-26 08:39:12 +02:00
David Decotigny 7b56ae7877 check that the path to osm.xml is valid asap 2009-08-25 22:03:21 +02:00
David Decotigny 8b79b0b5dd initial rendering: only the map and the grid 2009-08-25 16:59:41 +02:00
Maxime Petazzoni 658db01852 Improve error messages and bounding box parsing. 2009-08-24 01:32:09 +02:00
Maxime Petazzoni 170a29526b Fix how bounding boxes are defined.
Bounding boxes are now only defined by their two opposite corners, top left and
bottom right. Example:

  ./render.py -z "Centre ville" 3.5,4.2 6.5,7.5 Colomiers 0,0 10,10
2009-08-24 01:21:41 +02:00
Maxime Petazzoni a8ab8eaec0 Add OCitySMap renderer program skeleton.
Run ./render.py --help for usage information.
2009-08-24 00:52:38 +02:00