Skip to content

Commit e5faa83

Browse files
committed
Fix heading
1 parent f27ff59 commit e5faa83

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

docs/coordinate_conversions_easy.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
8781
Boundaries
8882
----------
8983
Every 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
166160
an 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+
168165
Extents
169166
^^^^^^^
170167
When dealing with CRSs that cover significant land area it is possible (and common) for mapping agencies to derive

0 commit comments

Comments
 (0)