Last active
December 7, 2021 15:59
-
-
Save emmanuelmathot/3a1c2e5ad06feb885057dbea29bcc193 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<kml xmlns="http://www.opengis.net/kml/2.2"> | |
<Document id="root_doc"> | |
<Schema name="AOI_Var_Department_Fire_2021" id="AOI_Var_Department_Fire_2021"> | |
<SimpleField name="id" type="float"></SimpleField> | |
</Schema> | |
<Folder><name>AOI_Var_Department_Fire_2021</name> | |
<Placemark> | |
<name>Area-1</name> | |
<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> | |
<ExtendedData><SchemaData schemaUrl="#AOI_Var_Department_Fire_2021"> | |
<SimpleData name="id">1</SimpleData> | |
</SchemaData></ExtendedData> | |
<MultiGeometry><Polygon><outerBoundaryIs><LinearRing><coordinates>6.25594039027463,43.4766401972703 6.76826784963564,43.4778413903724 6.76826784963564,43.1212459384893 6.25842339896297,43.1218500588542 6.25594039027463,43.4766401972703</coordinates></LinearRing></outerBoundaryIs></Polygon></MultiGeometry> | |
</Placemark> | |
</Folder> | |
</Document></kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment