enable tests comparing wkt/wkb output between shapefiles read with shape.input and ogr.input now that shape reading is fixed up
This commit is contained in:
parent
94ae30d7a2
commit
47e5aff668
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ if 'shape' in plugins and 'ogr' in plugins:
|
|||
ds2 = mapnik.Shapefile(file=shapefile)
|
||||
fs1 = ds1.featureset()
|
||||
fs2 = ds2.featureset()
|
||||
raise Todo("output will differ between ogr and shape, may not matter, needs a closer look")
|
||||
count = 0;
|
||||
while(True):
|
||||
count += 1
|
||||
|
|
Loading…
Add table
Reference in a new issue