mapnik/demo/data/test/regenerate.sh
Dave 3592872d4b Add a new test demo for regression testing label placement.
If someone creates tests for other areas of mapnik they can be added in too.
2008-01-15 20:57:59 +00:00

5 lines
113 B
Bash
Executable file

#!/bin/sh
rm -f road.shp road.shx road.dbf
ogr2ogr -f "ESRI Shapefile" road raw/road.gml
mv road/* ./
rmdir road