jonas-p / go-shp

Go library for reading and writing ESRI Shapefiles. Pure Golang implementation based on the ESRI Shapefile technical description.
MIT License
258 stars 68 forks source link

dbf file get written as shapedbf instead of shape.dbf #27

Closed gertcuykens closed 6 years ago

gertcuykens commented 6 years ago

dbf file get written as shapedbf instead of shape.dbf when doing shp.Create("shape.shp", shp.POLYLINE) all other files seem ok