Skip to content

Commit 4f0376b

Browse files
committed
Update NEWS for 9.3.0
1 parent a86add9 commit 4f0376b

File tree

1 file changed

+53
-3
lines changed

1 file changed

+53
-3
lines changed

NEWS

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,58 @@
1+
9.3.0 Release Notes
2+
-------------------
3+
4+
Updates
5+
-------
6+
7+
o Add C++ API to transform coordinate (#3705)
8+
9+
o CMake: add PROJ_DB_CACHE_DIR (#3711)
10+
11+
o Implement EPSG:1026 Mercator (Spherical) method (#3741)
12+
13+
o CMake: remove useless cross-compiling related checks (#3747)
14+
15+
o Add mapping of Equidistant Conic to new EPSG:1119 method (#3812)
16+
17+
o Implement proposal001 from Planetary DWG from OGC (#3816)
18+
19+
o Add option in proj CLI to use a CRS (#3825)
20+
21+
o proj_factors(): make it work with projected CRS with non-metre unit and/or
22+
northing/easting axis order (#3826)
23+
24+
o PROJ_DEBUG: make ON an alias of 2, and OFF of 1 (#3835)
25+
26+
o Database: update to EPSG 10.094 (#3847)
27+
28+
Bug fixes
29+
---------
30+
31+
o GeographicBoundingBox::intersection(): avoid infinite recursion and stack
32+
overflow on invalid bounding boxes (#3748)
33+
34+
o Various fixes related to concatenated operations (#3820)
35+
36+
o Projected CRS identification: fix crash when the base CRS is a
37+
non-geographic geodetic CRS (#3830)
38+
39+
o Avoid C++ exceptions to be thrown (and caught) when parsing strings
40+
like '+proj=longlat +datum=WGS84 +type=crs' (#3834)
41+
42+
o BUG: Handle prefix whitespace when guessing WKT dialiect (#3841)
43+
44+
o proj_alter_id(): make it replace an existing ID instead
45+
of appending a new one (#3846)
46+
47+
o bonne: fix inverse map projection computations when lat_1 < 0 (#3849)
48+
49+
o WKT1 ESRI import/export: fix GCS name for EPSG:8353 S-JTSK_[JTSK03]_Krovak_East_North (#3851)
50+
151
9.2.1 Release Notes
252
-------------------
353

454
Database updates
5-
--------
55+
----------------
656

757
o Add alias for old ESRI datum/CRS names of EPSG:8353
858
S_JTSK_JTSK03_Krovak_East_North (#3678)
@@ -36,7 +86,7 @@
3686

3787
o CMake: avoid imbalanced cmake_policy push/pop if TIFF or CURL dependency
3888
cannot be found (#3697)
39-
89+
4090
o proj_create_crs_to_crs(): restore transformation selection behaviour
4191
of PROJ 9.1 when grids are missing (#3707)
4292

@@ -51,7 +101,7 @@
51101
in ONLY_BEST=YES mode (#3730)
52102

53103
o tinshift: raise maximum size of JSON file to 100 MB (#3736)
54-
104+
55105

56106

57107
9.2.0 Release Notes

0 commit comments

Comments
 (0)