| Age | Commit message (Collapse) | Author |
|
|
|
- C API: PJ_GUESSED_WKT2_2019 is added, PJ_GUESSED_WKT2_2018 aliased to it
- C API: PJ_WKT2_2019[_SIMPLIFIED] is added, PJ_WKT2_2018[_SIMPLIFIED] alias to it
- C++ API: similarly for WKTFormatter::Convention::WKT2_2019[_SIMPLIFIED]
Those above changes should be fully backward API and ABI compatible.
projinfo changes:
- accept WKT2_2019 as value for -o switch. WKT2_2018 is still accepted (undocumented)
- output now uses 'WKT2_2019 string:', so might break scripts that would rely on that.
Other internal code references to WKT2_2018 changes to WKT2_2019, included
in tests.
|
|
|
|
|
|
More or less all old questions from the FAQ has been removed and
replaced by new questions that align better with the current state of
the project.
|
|
|
|
|
|
|
|
Closes #1127
|
|
This removes some questions that are no longer valid
(covered elsewhere in the docs), adjusts the wording in other questions
and fixes formatting and making it proper rst/sphinx syntax.
With this, #1070 is almost fixed.
|
|
|
|
Removed content sections from a bunch of pages since they clutter up the
PDF output and the same info is available in the sidebar of the webpage.
A few sections has been turned of for the PDF output, most notable the
front page of the webpage. It doesn't really fit in the PDF.
|
|
|
|
|
|
|
|
|
|
calculations with something more helpful to the beginning user.
|
|
|
|
|
|
master branch. proj4.org uses the Sphinx documentation stack, and
it is located in the ./docs directory.
|
|
|