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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,20 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [4.2.0] - 2021-04-19
6
+
### Added
7
+
- More accurate extent data
8
+
### Fixed
9
+
- Ensure projections still work even when origin points are on the other side of the antimeridian
10
+
### Changed
11
+
- Updates to data for Australia, Poland, UK and US Gulf of Mexico.
12
+
5
13
## [4.1.0] - 2021-03-03
6
14
### Added
7
15
- Added `UTMPoint` as a better way of handling UTM zones than the EPSG model does it
8
16
- Improved conversion chaining for `CompoundPoint`s
9
17
### Changed
10
-
-moved`verticalOffsetAndSlope` method from `CompoundPoint` to `VerticalPoint`. This is technically a breaking change, but since the code is only 2 days old shouldn't affect anyone.
18
+
-Moved`verticalOffsetAndSlope` method from `CompoundPoint` to `VerticalPoint`. This is technically a breaking change, but since the code is only 2 days old shouldn't affect anyone.
Copy file name to clipboardExpand all lines: docs/reflection/coordinatereferencesystem/geocentric.txt
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,20 @@ ETRF2000
212
212
213
213
Replaces ETRF97 (code 7928). On the publication of ETRF2005 (code 8397), the EUREF Technical Working Group recommended that ETRF2000 be the realization of ETRS89. ETRF2014 (code 8401) is technically superior to all earlier realizations of ETRS89.
0 commit comments