kml first commit

This commit is contained in:
2026-04-27 12:48:37 +05:30
commit ac72da88f2
48 changed files with 24957 additions and 0 deletions

22
test_scope_doha.kml Normal file
View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>Doha test scope</name>
<Placemark>
<name>Doha rough scope</name>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
51.350,25.500,0
51.550,25.500,0
51.550,25.800,0
51.350,25.800,0
51.350,25.500,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Document>
</kml>