From a0f5851fe89d52f11352b033f308e096dc445cdc Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Fri, 29 Nov 2024 19:17:16 +0000 Subject: [PATCH] Add KML resources and tutorials to documentation --- README.rst | 1 + docs/kml.rst | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 docs/kml.rst diff --git a/README.rst b/README.rst index 34ae1140..f4a6f4e4 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,7 @@ it simple and fast (using lxml_ if available). Fast refers to the time you spend to write and read KML files as well as the time you spend to get acquainted to the library or to create KML objects. It aims to provide all of the functionality that KML clients such as `Marble `_, +`NASA WorldWind `_, `Cesium JS `_, `OpenLayers `_, `Google Maps `_, and `Google Earth `_ support. diff --git a/docs/kml.rst b/docs/kml.rst new file mode 100644 index 00000000..71985554 --- /dev/null +++ b/docs/kml.rst @@ -0,0 +1,9 @@ +KML Resources and Tutorials +=========================== + + +https://developers.google.com/kml + +https://en.wikipedia.org/wiki/Keyhole_Markup_Language + +https://support.safe.com/hc/en-us/sections/25407358419469-OGC-Google-KML