Skip to content

Instantly share code, notes, and snippets.

@xaralis
Last active June 29, 2022 11:25
Show Gist options
  • Select an option

  • Save xaralis/a11ec1579a09d0485ccc381e1885da57 to your computer and use it in GitHub Desktop.

Select an option

Save xaralis/a11ec1579a09d0485ccc381e1885da57 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"title": "Aquacentrum"
},
"geometry": {
"type": "Point",
"coordinates": [
15.782627463340758,
50.03382356925167
]
}
},
{
"type": "Feature",
"properties": {
"title": "Koupaliště Cihelna"
},
"geometry": {
"type": "Point",
"coordinates": [
15.778850913047789,
50.047373811114554
]
}
},
{
"type": "Feature",
"properties": {
"title": "Jednání zastupitelstva"
},
"geometry": {
"type": "Point",
"coordinates": [
15.778944790363312,
50.038705955768144
]
}
}
]
}
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"title": "Aquacentrum"
},
"geometry": {
"type": "Point",
"coordinates": [
15.782627463340758,
50.03382356925167
]
}
},
{
"type": "Feature",
"properties": {
"title": "Koupaliště Cihelna"
},
"geometry": {
"type": "Point",
"coordinates": [
15.778850913047789,
50.047373811114554
]
}
},
{
"type": "Feature",
"properties": {
"title": "Jednání zastupitelstva"
},
"geometry": {
"type": "Point",
"coordinates": [
15.778944790363312,
50.038705955768144
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment