You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new parameter accuracy and new method getAccuracy() on Point objects to store/reveal accuracy of the point.
You can use this either to store the data for your own use (e.g. survey errors) and/or PHPCoord will update this with
the accuracy of the calculated point after a conversion
Changed
Updates to data for BES Islands, Brazil, Canada, Finland, ITRF, Latvia, Liberia, Mayotte, Uganda and Uzbekistan
Added a new method isWithinCRSBoundingArea() on most Point objects (all except VerticalPoint) to check if they lie within the bounds of their defined CRS
Split declaration of the Projected::EPSG_* constants into multiple files internally to aid with static analysis
in IDEs (there are so many, the file defining them was over the max file size analysis threshold for Intelephense)