kml first commit
This commit is contained in:
22
test_scope_doha.kml
Normal file
22
test_scope_doha.kml
Normal 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>
|
||||
Reference in New Issue
Block a user