23 lines
556 B
XML
23 lines
556 B
XML
<?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>
|