<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/test/unit, branch 6.1</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>WKT1 importer: do case insensitive comparison for axis direction</title>
<updated>2019-06-06T19:28:14+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-06-06T19:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ed5916b3e9964a97dcbfa12ccc2ab4fac30b56bd'/>
<id>ed5916b3e9964a97dcbfa12ccc2ab4fac30b56bd</id>
<content type='text'>
Fixes https://github.com/OSGeo/gdal/issues/1623

http://portal.opengeospatial.org/files/?artifact_id=999 is not explicit if
string comparisons should be case sensitive or not, but WKT2 allows for case
differences in keyword and enumerated value, so follow this relaxed interpretation
for WKT1 as well.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/OSGeo/gdal/issues/1623

http://portal.opengeospatial.org/files/?artifact_id=999 is not explicit if
string comparisons should be case sensitive or not, but WKT2 allows for case
differences in keyword and enumerated value, so follow this relaxed interpretation
for WKT1 as well.</pre>
</div>
</content>
</entry>
<entry>
<title>createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ID[] node</title>
<updated>2019-06-05T20:56:47+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-06-05T20:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9a7769fe967a3232f7ce05b6bf8107c0569eead1'/>
<id>9a7769fe967a3232f7ce05b6bf8107c0569eead1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Database: update to EPSG v9.6.3</title>
<updated>2019-05-25T12:43:17+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-25T12:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=164e166cc1ed5561ae1c018f87555384b970c96b'/>
<id>164e166cc1ed5561ae1c018f87555384b970c96b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>createOperations(): fix GeogCRS to GeogCRS when there is a axis reversal and vertical unit change (relates to https://github.com/OSGeo/gdal/issues/1561)</title>
<updated>2019-05-23T19:36:04+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-23T19:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=42d51f9e57cd3d5d8b16eaa40ea5c6efa584341c'/>
<id>42d51f9e57cd3d5d8b16eaa40ea5c6efa584341c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>createOperations(): avoid exception when transforming from NAD83 to projected CRS using NAD83(2011) (fixes #1474)</title>
<updated>2019-05-21T11:50:11+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-21T11:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5727a6c2f57dcca75b4f0742ea25ad143a50812f'/>
<id>5727a6c2f57dcca75b4f0742ea25ad143a50812f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>identify(): take into account the authority passed in (fixes #1465)</title>
<updated>2019-05-13T14:42:38+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-13T14:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bd254afe7bc18202ba69b48bae02e70c72d56e95'/>
<id>bd254afe7bc18202ba69b48bae02e70c72d56e95</id>
<content type='text'>
When identifying an object that has already a code with authority A
but the authority of interest passed was B, then it was not checking
that A != B, and did not try to search in the objects of B.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When identifying an object that has already a code with authority A
but the authority of interest passed was B, then it was not checking
that A != B, and did not try to search in the objects of B.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix identification of GeodeticCRS expressed by PROJ string for EPSG authority</title>
<updated>2019-05-12T07:04:09+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-12T07:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=7f7f2d847a821751753b336d61ccfbc570a23f28'/>
<id>7f7f2d847a821751753b336d61ccfbc570a23f28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>proj_normalize_for_visualization(): fix when there are coordinate operation alternatives</title>
<updated>2019-05-08T10:00:08+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-08T10:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d91f05de15584c6809d114832b444be0ad973c13'/>
<id>d91f05de15584c6809d114832b444be0ad973c13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETRS89 (EPSG:4937), make sure that the vgridshift is applied first (ie on Amersfoort datum) before the hgridshift</title>
<updated>2019-05-06T18:21:27+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-06T17:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1e2f1cc804d1d307896bb15b35a1d7d2ea214132'/>
<id>1e2f1cc804d1d307896bb15b35a1d7d2ea214132</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>createOperations(): fix case of ETRS89 3D to proj string with nadgrids and geoidgrids</title>
<updated>2019-05-06T10:43:04+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-06T10:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6a2acd7889f3fedf7de53932e3cf291388fce508'/>
<id>6a2acd7889f3fedf7de53932e3cf291388fce508</id>
<content type='text'>
Fixes https://lists.osgeo.org/pipermail/proj/2019-May/008519.html</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://lists.osgeo.org/pipermail/proj/2019-May/008519.html</pre>
</div>
</content>
</entry>
</feed>
