Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shrink0r/6935576 to your computer and use it in GitHub Desktop.
Save shrink0r/6935576 to your computer and use it in GitHub Desktop.
{
"identifier": "layer-dbfb6787-2753-4af5-b529-4bc7312328bb-de_DE-1",
"title": "this is a text title",
"description": "this is a fulltext descirption",
"keywords": ["keyword one", "keyword two"],
"categories": ["category one", "category two"]
}
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Placemark>
<name>Pfadbeispiel Titel ...</name>
<description>Pfadbeispiel Beschreibung ...</description>
<LineString>
<coordinates>13.398513793945,52.582191426524,0 13.411560058594,52.524577050426,0 13.450698852539,52.503265633642,0</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>Rechteckbeispiel Titel ...</name>
<description>Rechteckbeispiel Beschreibung ...</description>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>13.504943847656,52.490306584206,0 13.330535888672,52.490306584206,0 13.330535888672,52.599711223655,0 13.504943847656,52.599711223655,0</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>Polygonbeispiel titel ...</name>
<description>Polygonbeispiel beschreibung ...</description>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>13.530349731445,52.572176968771,0 13.596267700195,52.585529070786,0 13.601760864258,52.557985904274,0 13.677291870117,52.565916771007,0 13.635406494141,52.53251395547,0 13.747329711914,52.520816963191,0 13.673858642578,52.502847659404,0 13.584594726562,52.511206389099,0 13.55094909668,52.484034705199,0 13.55094909668,52.515385157863,0 13.58528137207,52.528754547664,0 13.531036376953,52.531678559325,0 13.570175170898,52.564664624217,0</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>Shrink HQ</name>
<description>Shrink HQ Beschreibung ...</description>
<Point>
<coordinates>13.39797,52.58162</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Another Place</name>
<description>Another Place Beschreibung ...</description>
<Point>
<coordinates>13.45057,52.50361</coordinates>
</Point>
</Placemark>
<Placemark>
<name>BerlinOnline HQ</name>
<description>BerlinOnline HQ Beschreibung ...</description>
<Point>
<coordinates>13.41248,52.52483</coordinates>
</Point>
</Placemark>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment