aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-05-02 00:44:20 +0200
committerGitHub <noreply@github.com>2020-05-02 00:44:20 +0200
commit1f93923bb7c1741b1e66db234af42d164f3c3450 (patch)
tree077173e5e66090a20cfd92a3c44f06526ff0af35 /docs/source
parentefc03e8f0153aaed6b12a5d7ca2f8741c77a1eb7 (diff)
parentb7ec687790f4454f1c8152e7a31d97c9c7f7ed52 (diff)
downloadPROJ-1f93923bb7c1741b1e66db234af42d164f3c3450.tar.gz
PROJ-1f93923bb7c1741b1e66db234af42d164f3c3450.zip
Merge pull request #2201 from PROJ-BOT/backport-2200-to-7.0
[Backport 7.0] createFromProjString(): handle default parameters of '+krovak +type=crs', and handle +czech correctly (fixes #2199)
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/operations/projections/krovak.rst17
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/source/operations/projections/krovak.rst b/docs/source/operations/projections/krovak.rst
index e8313e7b..59f66b04 100644
--- a/docs/source/operations/projections/krovak.rst
+++ b/docs/source/operations/projections/krovak.rst
@@ -33,20 +33,31 @@ Parameters
.. note:: All parameters are optional for the Krovak projection.
+ The latitude of pseudo standard parallel is hardcoded to 78.5° and
+ the ellipsoid to Bessel.
+
.. option:: +czech
Reverse the sign of the output coordinates, as is tradition in the
Czech Republic.
-.. include:: ../options/lon_0.rst
+.. option:: +lon_0=<value>
+
+ Longitude of projection center.
+
+ *Defaults to 24°50' (24.8333333333333)*
+
+.. option:: +lat_0=<value>
+
+ Latitude of projection center.
-.. include:: ../options/lat_0.rst
+ *Defaults to 49.5*
.. option:: +k_0=<value>
Scale factor. Determines scale factor used in the projection.
- *Defaults to 0.9999.*
+ *Defaults to 0.9999*
.. include:: ../options/x_0.rst