From 3cd07b2194832ee341462e0e101902f6e0d64878 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 28 Apr 2020 11:36:29 +0200 Subject: createFromProjString(): handle default parameters of '+krovak +type=crs', and handle +czech correctly (fixes #2199) (#2200) * createFromProjString(): handle default parameters of '+krovak +type=crs', and handle +czech correctly (fixes #2199) * Doc: add default values for Krovak --- docs/source/operations/projections/krovak.rst | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'docs') 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= + + Longitude of projection center. + + *Defaults to 24°50' (24.8333333333333)* + +.. option:: +lat_0= + + Latitude of projection center. -.. include:: ../options/lat_0.rst + *Defaults to 49.5* .. option:: +k_0= Scale factor. Determines scale factor used in the projection. - *Defaults to 0.9999.* + *Defaults to 0.9999* .. include:: ../options/x_0.rst -- cgit v1.2.3