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: NEWS.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# PROJ Release Notes
2
2
3
+
## 9.6.2
4
+
5
+
### Updates
6
+
7
+
* Update EPSG to 12.013
8
+
9
+
### Bug Fixes
10
+
11
+
* Database: change ESRI deprecated records back to their deprecated state (#4519)
12
+
13
+
* ProjectedCRS::identify(): more robust identification of old ESRI names using _IntlFeet (#4518)
14
+
15
+
* Fix issue related to D_Unknown_based_on_WGS_84_ellipsoid datum name (#4514)
16
+
17
+
* proj_trans_bounds(): sample points within the source grid to avoid missing extent such as world-wide coverage from EPSG:4326 to ESRI:54099 (Spilhaus) (#4513)
18
+
19
+
* proj_trans_bounds(): avoid erroring out, in some cases, when PJ* object is directly constructed from a PROJ pipeline (#4512)
0 commit comments