Changes between Initial Version and Version 1 of Ticket #5744
- Timestamp:
- 06/13/24 04:36:30 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5744 – Description
initial v1 3 3 This is fine for common use cases where no reprojection is taking place, but for other use cases (where coordinates are stored e. g. as lat/lon values, get pre-processed with ''ST_RemoveIrrelevantPointsForView()'', reprojected and rendered), rendering artifacts might occur. For such use cases it would make sense to turn off those optimizations that use cartesian math. This can be achieved by using a new flag ''cartesian_hint''. By default (if not specified), no optimizations are done. 4 4 5 I'll post a link to an appropriate PR here soon. 5 Here the link to the PR that contains the required changes: https://github.com/postgis/postgis/pull/774