Changes between Initial Version and Version 1 of Ticket #5744


Ignore:
Timestamp:
Jun 13, 2024, 4:36:30 AM (6 weeks ago)
Author:
gluser1357
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5744 – Description

    initial v1  
    33This 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.
    44
    5 I'll post a link to an appropriate PR here soon.
     5Here the link to the PR that contains the required changes: https://github.com/postgis/postgis/pull/774