-
Notifications
You must be signed in to change notification settings - Fork 55
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
Preserve the SRID of allowed area when retrieving it through AccessInfo #161
Comments
etj
pushed a commit
that referenced
this issue
Jan 22, 2021
* #161 Preserve the SRID of allowed area when retrieving it through AccessInfo * review feedback * removed unused imports * manage SRID in REST service
Merged in 3.4.x: #162 |
Adding a note that has been discussed by voice: simply storing the SRID in the geometries in not enough: GeoFence performs some operations (union, intersect) with the internal geometries, so, if geometries have different SR, they need to be reprojected. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the AccessInfo object is built from a Rule, the SRID of the Geometry is not included in the WKT representation of allowedArea.
The text was updated successfully, but these errors were encountered: