Skip to content

Commit

Permalink
ogr_libkml.rst: document AUTHOR_NAME, AUTHOR_URI, AUTHOR_EMAIL options (
Browse files Browse the repository at this point in the history
fixes #8851)
  • Loading branch information
rouault committed Nov 28, 2023
1 parent 1756e40 commit 62580ed
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/source/drivers/vector/libkml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,18 @@ element at the top Document level.

- .. dsco:: AUTHOR_NAME

Specifieds the value of the ``<atom:name>`` element.

- .. dsco:: AUTHOR_URI

Specifieds the value of the ``<atom:uri>`` element.
It should start with ``http://`` or ``https://``

- .. dsco:: AUTHOR_EMAIL

Specifieds the value of the ``<atom:email>`` element.
It should include a ``@`` character.

Additional datasource creation options affecting the top Document level:

- .. dsco:: LINK
Expand Down Expand Up @@ -910,8 +918,8 @@ LinearRing to
and Polygon to
`<Polygon> <https://developers.google.com/kml/documentation/kmlreference#polygon>`__.
In OGR a polygon contains an array of LinearRings, the first one being
the outer ring. KML has the tags  
`<outerBoundaryIs> <https://developers.google.com/kml/documentation/kmlreference#outerboundaryis>`__ and 
the outer ring. KML has the tags
`<outerBoundaryIs> <https://developers.google.com/kml/documentation/kmlreference#outerboundaryis>`__ and
`<innerBoundaryIs> <https://developers.google.com/kml/documentation/kmlreference#innerboundaryis>`__ to
differentiate between the two. OGR has several Multi types of geometry :
GeometryCollection, MultiPolygon, MultiPoint, and MultiLineString. When
Expand Down

0 comments on commit 62580ed

Please sign in to comment.