<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src, branch iso19111_dev</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Merge pull request #1148 from kbevers/lists-to-proj.h</title>
<updated>2018-10-16T20:30:23+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-10-16T20:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=73f7c0eead0cf6fdcf247cd9368cc7d5f72a1f2c'/>
<id>73f7c0eead0cf6fdcf247cd9368cc7d5f72a1f2c</id>
<content type='text'>
Move struct definitions for proj_list_* functions to proj.h</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move struct definitions for proj_list_* functions to proj.h</pre>
</div>
</content>
</entry>
<entry>
<title>Move struct definitions for proj_list_* functions to proj.h</title>
<updated>2018-10-16T19:32:00+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-10-10T19:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=526fe4975e789e3437646adbe86608616eac21fe'/>
<id>526fe4975e789e3437646adbe86608616eac21fe</id>
<content type='text'>
With projects.h not being available to outside users anymore we need to
define PJ_UNITS, PJ_ELLPS, PJ_PRIME_MERIDIANS and PJ_OPERATIONS
elsewhere.

Related pj_get_*_ref() functions have been removed in favour
of their proj_ namespaced counterparts.

char pointers have been changed to const char pointers.

Resolves #983
Resolved #1147

Make char pointers const
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With projects.h not being available to outside users anymore we need to
define PJ_UNITS, PJ_ELLPS, PJ_PRIME_MERIDIANS and PJ_OPERATIONS
elsewhere.

Related pj_get_*_ref() functions have been removed in favour
of their proj_ namespaced counterparts.

char pointers have been changed to const char pointers.

Resolves #983
Resolved #1147

Make char pointers const
</pre>
</div>
</content>
</entry>
<entry>
<title>Change pj_mkparam to take const char pointer</title>
<updated>2018-10-16T19:32:00+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-10-16T19:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=7869861927225b9fa1556cf3dd97d7fe7bf0978c'/>
<id>7869861927225b9fa1556cf3dd97d7fe7bf0978c</id>
<content type='text'>
pj_mkparam() and pj_mkparam_ws() doesn't alter the input string
should therefore be const. This will be useful when making other
changes to the code base later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pj_mkparam() and pj_mkparam_ws() doesn't alter the input string
should therefore be const. This will be useful when making other
changes to the code base later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Tobler-Mercator projection</title>
<updated>2018-10-15T09:58:53+00:00</updated>
<author>
<name>Ivan Veselov</name>
<email>veselov@gmail.com</email>
</author>
<published>2018-10-15T09:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f2b8a5e8a43d119aa66bccc0b0cac3ebbf828bd4'/>
<id>f2b8a5e8a43d119aa66bccc0b0cac3ebbf828bd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1133 from Fil/bertin1953</title>
<updated>2018-10-11T09:47:56+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-10-11T09:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=249588acd5dddafcd0ae33a0ae6dfc5431dea4bc'/>
<id>249588acd5dddafcd0ae33a0ae6dfc5431dea4bc</id>
<content type='text'>
the Bertin 1953 projection</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the Bertin 1953 projection</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'osgeo/master' into bertin1953</title>
<updated>2018-10-11T09:19:02+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-10-11T09:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0e3debf173bfe9d9dccf337a5c41fe2e1bf1ded3'/>
<id>0e3debf173bfe9d9dccf337a5c41fe2e1bf1ded3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1144 from rouault/ntv1_fix</title>
<updated>2018-10-11T09:04:46+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-10-11T09:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5e66226efb1d0900b463e71197a9a271a4180606'/>
<id>5e66226efb1d0900b463e71197a9a271a4180606</id>
<content type='text'>
NTv1 grid shift: fix file offset for reading of shift values in ntv1_can.dat</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NTv1 grid shift: fix file offset for reading of shift values in ntv1_can.dat</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1142 from sphynx/proj-lcc-2sp-michigan</title>
<updated>2018-10-11T07:59:34+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-10-11T07:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d1d3d4b9db20d440ce17ae4e9a61c632bd95be06'/>
<id>d1d3d4b9db20d440ce17ae4e9a61c632bd95be06</id>
<content type='text'>
Add Lambert Conic Conformal (2SP Michigan) projection</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Lambert Conic Conformal (2SP Michigan) projection</pre>
</div>
</content>
</entry>
<entry>
<title>Support LCC 2SP Michigan projection</title>
<updated>2018-10-10T23:50:36+00:00</updated>
<author>
<name>Ivan Veselov</name>
<email>veselov@gmail.com</email>
</author>
<published>2018-10-10T23:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8fc1197f495c42d3249894bc5cfcaebde6162472'/>
<id>8fc1197f495c42d3249894bc5cfcaebde6162472</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2018-10-09T19:04:47+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-10-09T19:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6c203a4395f30eae4f49230d2e2cb7652006b959'/>
<id>6c203a4395f30eae4f49230d2e2cb7652006b959</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
