Changes between Version 58 and Version 59 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
11/14/10 00:45:38 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v58 v59  
    272272{{{
    273273cd ~/mapnik
     274vim generate_tiles.py
     275#minZoom = 10
     276#maxZoom = 16
     277#bbox = (-2, 50.0,1.0,52.0)
     278#render_tiles(bbox, mapfile, tile_dir, minZoom, maxZoom)
     279# Haiti
     280bbox = (-75,17,-71,21)
     281render_tiles(bbox, mapfile, tile_dir, 6, 16 , "Haiti")
     282# Muenchen
     283# comment all under here
     284
    274285MAPNIK_MAP_FILE="osm.xml" MAPNIK_TILE_DIR="tiles/" ./generate_tiles.py
    275286}}}