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

Rethink dealing with geometry orientation in the renderder #645

Open
copierrj opened this issue Dec 10, 2015 · 1 comment
Open

Rethink dealing with geometry orientation in the renderder #645

copierrj opened this issue Dec 10, 2015 · 1 comment
Labels
enhancement enhancement or improvement hard needs discussion requires discussion with contributor

Comments

@copierrj
Copy link
Member

Currently we don't have a specific policy regarding geometry orientation in Java2DRenderer. Users observed that moving from a shape datastore to a database backed datastore can results in a different rendering. Another issue is that clipping might cause unexpected results.

@copierrj copierrj added the needs discussion requires discussion with contributor label Dec 10, 2015
@tfr42 tfr42 added enhancement enhancement or improvement hard labels Dec 10, 2015
@stephanr
Copy link
Member

As addition for future discoussions,
previously I looked up some datasources/specifications if they specify a point order for Polygon:

Specification Result Document
Oracle Spatial Exterior = CCW, Interior = CW Oracle Spatial User’s Guide and Reference 10g Release 2 B14255-03
ESRI Shape Exterior = CW, Interior = CCW ESRI Shapefile Technical Description July 1998) [2]
GML2.1.2 No Point Order required for Polygons OGC Document 02-069
GML3.1.1 I have not found any preferences, it was only remarked that it is GML2 compatible OGC Document 03-105r1
OGC SF Access for SQL No Point Order required for Polygons OGC Document 06-104r4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement or improvement hard needs discussion requires discussion with contributor
Projects
None yet
Development

No branches or pull requests

3 participants