aboutsummaryrefslogtreecommitdiff
path: root/docs/source
AgeCommit message (Collapse)Author
2018-02-23Tidy a few typosMike Toews
2018-02-10Re-do pull request #451 export CMake targets with PROJ4:: namespaceCharles Karney
This version takes to add the include path to the target definition for cmake 2.8.11 and later. Also the documentation sticks to the existing convention of using cmake variables ${PROJ4_LIBRARIES} and ${PROJ4_INCLUDE_DIRS}. However, the namespace variables are still being included. Here's the roll-out plan (0) Version 4.9.x: The target is proj and PROJ4_LIBRARIES is set to this. (1) Version 5.0.x: Two targets, proj and PROJ4::proj, are defined; PROJ4_LIBRARIES = proj. (2) In a year or two: Two targets, proj and PROJ4::proj, are defined; PROJ4_LIBRARIES = PROJ4::proj. (3) With a change in the library which breaks backwards compatibility: The target is PROJ4::proj and PROJ4_LIBRARIES = PROJ4::proj.
2017-12-03Fixes to geodesic documention:Charles Karney
* replace SVG figure by PNG version, * rewrite maths using :math:, * put references in the main reference section, * reformat references for consistency, * put references in alphabetical order, * use USGS URL for Snyder (1987).
2017-11-27Update documentation on geodesics replacing an ancient page on geodesicCharles Karney
calculations with something more helpful to the beginning user.
2017-11-21Central conic projection (gnomonic) implementation (as 'proj=ccon') (#662)Łukasz Komsta
Central conic projection implemented as 'ccon'.
2017-10-04[docs] Fix link to DockerHubKristian Evers
2017-08-11Uses the mathjax formatting for geodesic equationsLuke Campbell
The equations on the documentation page for geodesics were plaintext formatting and also contained a typo. This patch updates the formatting to use the sphinx supported MathJax syntax and corrects the typo.
2017-08-04Merge pull request #525 from kbevers/betterplotsKristian Evers
Better plots for documentation
2017-08-04Updated figures on most projection doc-pages.Kristian Evers
2017-07-18Added datum grid archive to Download page and updated link on Grids page.Kristian Evers
2017-06-29Get PDF build output with Sphinx healthy (#533)Howard Butler
* Get PDF build output with Sphinx healthy * copy pdf to branch for upload on website
2017-06-29link to Proj.4 mailing list #531 (#532)Howard Butler
2017-02-03Added doc page for Miller projectionjulien2512
2017-02-01Link to the PROJ.4 GitHub site from the frontpage of proj4.orgKristian Evers
2016-12-18Correcting typo in qsc doc pageKristian Evers
2016-12-18Migrated QSC doc page from trac. The text has been restructured to fit ↵Kristian Evers
better with the rest of the Proj.4 documentation.
2016-12-17Migrated Tilted Perspective projection doc page from tracKristian Evers
2016-12-17Migrated Geostationary Satellite View projection from tracKristian Evers
2016-12-17Migrated Natural Earth doc page from tracKristian Evers
2016-12-17Migrated rhealpix documentation from tracKristian Evers
2016-12-17Migrated healpix documentation from tracKristian Evers
2016-12-12Link to NEW for Release Notes.Micah Cochran
2016-12-12Add a scripts/fix_typos.sh script and correct reported errorsEven Rouault
2016-12-07Improved layout in documentation rst-filesjulien2512
2016-12-07Doc page for Gall projectionjulien2512
2016-11-18Updated tpers figure. Uses sensible projection parameters now.Kristian Evers
2016-11-18Updated geos plot. Now uses sensible projection parameters.Kristian Evers
2016-11-16calcofi doc page. Transferred from old website and reworked to fit the new ↵Kristian Evers
documentation format.
2016-11-04Merge pull request #448 from proj4php/eqc-docs-projectionKristian Evers
Eqc projection docs comes from Snyder's.
2016-11-04Added reference to Snyder (PR #447)julien2512
2016-11-04Added Transverse Mercator doc page (PR 437)julien2512
2016-11-03Eqc projection docs comes from Snyder's.julien2512
2016-10-29Hungarian grid moved from non-free to free grids (PR #444)Zoltan Siki
2016-10-20Added a comment about default units for projected coordinatesKristian Evers
2016-10-17Added description of +no_off and +no_uoffKristian Evers
2016-10-15Added link to British OSTN15 gridKristian Evers
2016-10-09add a copy of Snyder to the proj.4 repository and use it in doc referencesHoward Butler
2016-10-03Cass docs Steers1970 reference @kbeversjulien2512
2016-10-03Cass docs update @kbevers @QuLogic #422julien2512
2016-09-30Cassini projection docs (first try)julien2512
2016-09-28Minor corrections to eqc docsKristian Evers
2016-09-28Merge pull request #415 from proj4php/eqc-docs-projectionKristian Evers
eqc documentation matching template (version 3)
2016-09-22Created 'Development' section in docs.Kristian Evers
2016-09-16eqc doc mathematical section update for parametersjulien2512
2016-09-16update eqc projection docs with @kbevers @QuLogic commentsjulien2512
2016-09-16eqc documentation matching template (version 3)julien2512
2016-09-15Added 'Applications' section to docsKristian Evers
2016-09-13Render formulas a bit nicerKristian Evers
2016-09-12Expanded merc docs with +k_0 optionKristian Evers
2016-09-11add global references, update hatano pageHoward Butler