Go library for reading and writing ESRI Shapefiles. Pure Golang implementation based on the ESRI Shapefile technical description.
258
stars
68
forks
source link
dbf file get written as shapedbf instead of shape.dbf #27
Closed
gertcuykens closed 6 years ago
dbf file get written as
shapedbf
instead ofshape.dbf
when doingshp.Create("shape.shp", shp.POLYLINE)
all other files seem ok