<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/nad, branch emscripten-build</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>nad/Makefile.am: add null.lla to EXTRA_DIST</title>
<updated>2018-08-11T14:47:55+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-08-11T14:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ab005c634a0cd37da22d9b4965be2c68f2bd42bf'/>
<id>ab005c634a0cd37da22d9b4965be2c68f2bd42bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nad/Makefile.am: add tests/test_nodata.gtx to EXTRA_DIST (fixes #1019)</title>
<updated>2018-05-24T19:22:31+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-05-24T19:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1a9e105a1aea755bd36ec1b3fc0f92e22e3c6ce4'/>
<id>1a9e105a1aea755bd36ec1b3fc0f92e22e3c6ce4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vertical grid shift: do not interpolate node values at nodata value (fixes #1002)</title>
<updated>2018-05-19T11:53:45+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-05-19T11:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e9e9e72c9d36eac00e65bb137242d039891c78f5'/>
<id>e9e9e72c9d36eac00e65bb137242d039891c78f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update URL &amp; filename for Swiss datumgrids.</title>
<updated>2018-05-05T10:55:49+00:00</updated>
<author>
<name>Bas Couwenberg</name>
<email>sebastic@xs4all.nl</email>
</author>
<published>2018-05-05T10:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=fcfff926f9f9ae052db2c72346a4e17e49f5784f'/>
<id>fcfff926f9f9ae052db2c72346a4e17e49f5784f</id>
<content type='text'>
Fixes: #972
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #972
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Web Mercator test case</title>
<updated>2018-03-11T18:34:43+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-03-11T11:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f45f27ae6cdbfb18dfdf146c4afda1f7228f03e5'/>
<id>f45f27ae6cdbfb18dfdf146c4afda1f7228f03e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert fix to #22</title>
<updated>2018-03-01T11:04:06+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-03-01T11:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f41fad3ac2bff401456f31dd3273e163ea7d09af'/>
<id>f41fad3ac2bff401456f31dd3273e163ea7d09af</id>
<content type='text'>
The fix in #22 solved the problem at hand and doing what was expected
from the specified parameters. Unfortunately it also removed the slightly
hacky "feature" that makes the web mercator work in pj_transform. The
web mercator is special since the latitude is computed on the ellipsoid,
but behaves as if if was defined on a sphere. Hence it is problematic to
change the ellipsoid parameters when using the web mercator, even though
that is the geodetically correct thing to do. The web mercator is used in
more or less any web mapping application and is thus one of the most
frequently used transformations in PROJ. This justifies re-introducing
the minor bug reported in #22.

The problem will have to be taken care of properly when pj_transform
is removed from the library in favour of the transformation pipelines
based API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix in #22 solved the problem at hand and doing what was expected
from the specified parameters. Unfortunately it also removed the slightly
hacky "feature" that makes the web mercator work in pj_transform. The
web mercator is special since the latitude is computed on the ellipsoid,
but behaves as if if was defined on a sphere. Hence it is problematic to
change the ellipsoid parameters when using the web mercator, even though
that is the geodetically correct thing to do. The web mercator is used in
more or less any web mapping application and is thus one of the most
frequently used transformations in PROJ. This justifies re-introducing
the minor bug reported in #22.

The problem will have to be taken care of properly when pj_transform
is removed from the library in favour of the transformation pipelines
based API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #806 from sebastic/proj-datumgrid-duplicates</title>
<updated>2018-02-23T12:09:32+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-02-23T12:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d9301b3e39b4663c5da306f27b0d213e5adb6262'/>
<id>d9301b3e39b4663c5da306f27b0d213e5adb6262</id>
<content type='text'>
Remove .gsb files included in proj-datumgrid.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove .gsb files included in proj-datumgrid.</pre>
</div>
</content>
</entry>
<entry>
<title>Tidy a few typos</title>
<updated>2018-02-23T01:14:55+00:00</updated>
<author>
<name>Mike Toews</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2018-02-23T01:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=7e2b86e5d1598944626152c89fda0d1d9d5c1b0c'/>
<id>7e2b86e5d1598944626152c89fda0d1d9d5c1b0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove README.GRD, moved to proj-datumgrid.</title>
<updated>2018-02-22T22:42:21+00:00</updated>
<author>
<name>Bas Couwenberg</name>
<email>sebastic@xs4all.nl</email>
</author>
<published>2018-02-22T22:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5c705315f99334b400a6c4ff6d29ca1019825e86'/>
<id>5c705315f99334b400a6c4ff6d29ca1019825e86</id>
<content type='text'>
File is also not included in the release tarballs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
File is also not included in the release tarballs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ntv1_can.dat included in proj-datumgrid.</title>
<updated>2018-02-22T22:32:34+00:00</updated>
<author>
<name>Bas Couwenberg</name>
<email>sebastic@xs4all.nl</email>
</author>
<published>2018-02-22T22:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=cd1ff7bc2732f77526d64e8a6b2896f4a6e5467a'/>
<id>cd1ff7bc2732f77526d64e8a6b2896f4a6e5467a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
