Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polygon test cases #15

Closed
greimel opened this issue Aug 13, 2020 · 0 comments · Fixed by #97
Closed

Polygon test cases #15

greimel opened this issue Aug 13, 2020 · 0 comments · Fixed by #97

Comments

@greimel
Copy link

greimel commented Aug 13, 2020

We are using shptest as a testsuite for the Julia package JuliaGeo/Shapefile.jl#40. We are confused by the fact that the test polygons seem to run in the "wrong" direction.

The polygons defined here

x[0] = 1.0;
are exterior polygons without holes. But the rings run counter clockwise. (They should be running clockwise according to the ESRI technical specifications.)

So, isn't the generated shapefile invalid, or am I getting something wrong here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant