Benchmarking 2010/Mapnik notes

From OSGeo
< Benchmarking 2010
Revision as of 09:28, 11 August 2010 by Wiki-Springmeyer (talk | contribs) (Created page with '= Mapnik Processing Notes = ''(for the Benchmarking_2010 exercise)'' == shpindex depth == As Mapnik's shapeindex utility does not have optimized defaults, I matched the Ma…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Mapnik Processing Notes

(for the Benchmarking_2010 exercise)

shpindex depth

As Mapnik's shapeindex utility does not have optimized defaults, I matched the Mapserver depths used exactly:

 shapeindex -d 21 building.shp
 shapeindex -d 16 contour-0.shp
 shapeindex -d 17 contour-1.shp
 shapeindex -d 17 contour-2.shp
 shapeindex -d 17 contour-3.shp
 shapeindex -d 17 contour-4.shp
 shapeindex -d 15 contour-5.shp
 shapeindex -d 17 contour-6.shp
 shapeindex -d 17 contour-7.shp
 shapeindex -d 17 industry.shp
 shapeindex -d 10 motorway.shp
 shapeindex -d 15 point-labels-for-geometry.shp
 shapeindex -d 18 point-labels-no-geometry.shp
 shapeindex -d 14 ramp.shp
 shapeindex -d 14 road.shp
 shapeindex -d 16 settlement.shp
 shapeindex -d 16 track.shp