|
| 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 | + |
1 | 51 | 9.2.1 Release Notes
|
2 | 52 | -------------------
|
3 | 53 |
|
4 | 54 | Database updates
|
5 |
| - -------- |
| 55 | + ---------------- |
6 | 56 |
|
7 | 57 | o Add alias for old ESRI datum/CRS names of EPSG:8353
|
8 | 58 | S_JTSK_JTSK03_Krovak_East_North (#3678)
|
|
36 | 86 |
|
37 | 87 | o CMake: avoid imbalanced cmake_policy push/pop if TIFF or CURL dependency
|
38 | 88 | cannot be found (#3697)
|
39 |
| - |
| 89 | + |
40 | 90 | o proj_create_crs_to_crs(): restore transformation selection behaviour
|
41 | 91 | of PROJ 9.1 when grids are missing (#3707)
|
42 | 92 |
|
|
51 | 101 | in ONLY_BEST=YES mode (#3730)
|
52 | 102 |
|
53 | 103 | o tinshift: raise maximum size of JSON file to 100 MB (#3736)
|
54 |
| - |
| 104 | + |
55 | 105 |
|
56 | 106 |
|
57 | 107 | 9.2.0 Release Notes
|
|
0 commit comments