Skip to content

Instantly share code, notes, and snippets.

@0Charliecat
Created May 29, 2022 20:00
Show Gist options
  • Save 0Charliecat/7ea264a283af0d1aad5cc13a9bde3778 to your computer and use it in GitHub Desktop.
Save 0Charliecat/7ea264a283af0d1aad5cc13a9bde3778 to your computer and use it in GitHub Desktop.
Piešťanské užitočné koleso GeoJSON
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[17.8325069,48.5891861,0]},"properties":{"name":"La Musica - Teplická ul.","styleUrl":"#icon-1644-DB4436-labelson-nodesc","styleHash":"-1c845ca3","id":"1a8a3d0a-1d08-422a-bfb3-4ab860598f21"},"id":"1a8a3d0a-1d08-422a-bfb3-4ab860598f21"},{"type":"Feature","geometry":{"type":"Point","coordinates":[17.8342385,48.5920721,0]},"properties":{"name":"Kolonáda - Winterova ul.","styleUrl":"#icon-1644-DB4436-labelson-nodesc","styleHash":"-1c845ca3","id":"9be3556a-e533-4b18-98ca-28e8e2e72823"},"id":"9be3556a-e533-4b18-98ca-28e8e2e72823"},{"type":"Feature","geometry":{"type":"Point","coordinates":[17.8336425,48.5868679,0]},"properties":{"name":"Tržnica - Nálepková ul.","styleUrl":"#icon-1644-DB4436-labelson-nodesc","styleHash":"-1c845ca3","id":"766008b0-1744-43ed-b3e2-51eb7dd459c8"},"id":"766008b0-1744-43ed-b3e2-51eb7dd459c8"},{"type":"Feature","geometry":{"type":"Point","coordinates":[17.816716,48.5962903,0]},"properties":{"name":"Fontána pri staniciach","styleUrl":"#icon-1644-DB4436-labelson-nodesc","styleHash":"-1c845ca3","id":"9b0ff7bf-ac28-4df9-bf71-f78cdefa9972"},"id":"9b0ff7bf-ac28-4df9-bf71-f78cdefa9972"},{"type":"Feature","geometry":{"type":"Point","coordinates":[17.8247855,48.5718139,0]},"properties":{"name":"Lodenica","styleUrl":"#icon-1644-DB4436-labelson-nodesc","styleHash":"-1c845ca3","id":"b0c96036-693e-4c64-b904-d059813fca60"},"id":"b0c96036-693e-4c64-b904-d059813fca60"},{"type":"Feature","geometry":{"type":"Point","coordinates":[17.819336,48.5873989,0]},"properties":{"name":"Juh","styleUrl":"#icon-1644-DB4436-labelson-nodesc","styleHash":"-1c845ca3","id":"7eaafe1b-0bce-4b81-a37e-550434fc54ab"},"id":"7eaafe1b-0bce-4b81-a37e-550434fc54ab"}]}
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>Piešťanské užitočné koleso</name>
<description/>
<Style id="icon-1644-DB4436-labelson-nodesc">
<IconStyle>
<color>ff3644db</color>
<scale>1</scale>
<Icon>
<href>https://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
</Icon>
</IconStyle>
<BalloonStyle>
<text><![CDATA[<h3>$[name]</h3>]]></text>
</BalloonStyle>
</Style>
<Folder>
<name>Vrstva bez názvu</name>
<Placemark>
<name>La Musica - Teplická ul.</name>
<styleUrl>#icon-1644-DB4436-labelson-nodesc</styleUrl>
<Point>
<coordinates>
17.8325069,48.5891861,0
</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Kolonáda - Winterova ul.</name>
<styleUrl>#icon-1644-DB4436-labelson-nodesc</styleUrl>
<Point>
<coordinates>
17.8342385,48.5920721,0
</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Tržnica - Nálepková ul.</name>
<styleUrl>#icon-1644-DB4436-labelson-nodesc</styleUrl>
<Point>
<coordinates>
17.8336425,48.5868679,0
</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Fontána pri staniciach</name>
<styleUrl>#icon-1644-DB4436-labelson-nodesc</styleUrl>
<Point>
<coordinates>
17.816716,48.5962903,0
</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Lodenica</name>
<styleUrl>#icon-1644-DB4436-labelson-nodesc</styleUrl>
<Point>
<coordinates>
17.8247855,48.5718139,0
</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Juh</name>
<styleUrl>#icon-1644-DB4436-labelson-nodesc</styleUrl>
<Point>
<coordinates>
17.819336,48.5873989,0
</coordinates>
</Point>
</Placemark>
</Folder>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment