Moritz
Interactive Developer, Berlin
a system designed to capture, store, manipulate, analyze, manage, and present all types of geographical data
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
...
<Document id="Ortsteile_region">...
<name>Ortsteile_region</name> <Placemark id="ID_00000"> <name>Mitte</name>
<MultiGeometry> <Polygon>
<coordinates>
13.37362286299343,52.52791796547066,0 13.37364518620253,52.52792475364288,0 13.37365435328787,52.52791569606663,0 13.37366296142388,52.52791930937661,0 13.37366822862658,52.5279121307976,0 13.37382440080229,52.5277002744215,0 13.37383713712033,52.52768340550835,0
{
"type": FeatureCollection",
"features": [{
"type": "Feature",
"id": 0,
"properties": { "Name": "Mitte"},
"geometry": {
"type": "Polygon",
"coordinates": [ [ [ 13.40352847102303, 52.54021229004892, 0.0 ], [ 13.404195042442391, 52.540401557443609, 0.0 ], [ 13.40470464073112, 52.540187628057957, 0.0 ], [ 13.405134295149891, 52.539286920086013, 0.0 ]
...
By Moritz