File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 44
55## [ 5.11.0] - 2025-06-15
66### Added
7- - Added new parameter ` accuracy ` and new method ` getAccuracy() ` on ` Point ` objects to store/reveal accuracy of the point.
7+ - Added new parameter ` $ accuracy` and new method ` getAccuracy() ` on ` Point ` objects to store/reveal accuracy of the point.
88 You can use this either to store the data for your own use (e.g. survey errors) and/or PHPCoord will update this with
99 the accuracy of the calculated point after a conversion
1010### Changed
Original file line number Diff line number Diff line change @@ -78,12 +78,6 @@ between almost any two CRSs is possible as long as they have a common link.
7878 the target CRS). If you know a transformation should be possible, but PHPCoord cannot find it you may wish
7979 to try an explicit 2-stage conversion (e.g. source to WGS84, WGS84 to target).
8080
81- Accuracy
82- --------
83- After a conversion, you can call ``getAccuracy() `` on the new point to reveal the fidelity of the conversion. PHPCoord
84- will always pick the most accurate conversion it knows how to do.
85-
86-
8781Boundaries
8882----------
8983Every CRS has a defined area ("extent") over which it operates. Some are worldwide (e.g. WGS84), but most are regional
@@ -165,6 +159,9 @@ that conversions between CRSs are not just converting between mathematical ideal
165159*sets of observations *. When this happens it means that the conversions between the CRSs can only ever be
166160an approximation (typically within a few metres) rather than exact.
167161
162+ After a conversion, you can call ``getAccuracy() `` on the new ``Point `` to reveal the fidelity of the conversion. PHPCoord
163+ will always pick the most accurate conversion it knows how to do.
164+
168165Extents
169166^^^^^^^
170167When dealing with CRSs that cover significant land area it is possible (and common) for mapping agencies to derive
You can’t perform that action at this time.
0 commit comments