write
does not necesserily respect shapefile winding spec
#107
Labels
Content-Length: 218817 | pFad | http://github.com/JuliaGeo/Shapefile.jl/issues/107
ABwrite
does not necesserily respect shapefile winding spec
#107
Fetched URL: http://github.com/JuliaGeo/Shapefile.jl/issues/107
Alternative Proxies:
We are currently just calling
getring
and assuming they have the correct winding. Which will often not be true.Probably a pretty serious bug.
I guess we need to detect the winding order of each ring in
_get_parts
for holes and exteriors separately, and then iterate either forwards or in reverse over the points depending.The text was updated successfully, but these errors were encountered: