Skip to content

Instantly share code, notes, and snippets.

@thomasfr
Last active January 4, 2016 10:29
Show Gist options
  • Save thomasfr/8608694 to your computer and use it in GitHub Desktop.
Save thomasfr/8608694 to your computer and use it in GitHub Desktop.
GeoJSON Test
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
"16.3216257",
"48.1939297"
],
"properties": {
"title": "Foo"
}
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
"16.3219778",
"48.1938939"
],
"properties": {
"title": "Bar"
}
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
"16.3496241",
"48.1992821"
],
"properties": {
"title": "Huhu"
}
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
"16.3211073",
"48.1995473"
],
"properties": {
"title": "Big Mama"
}
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
"16.3212547",
"48.200367"
],
"properties": {
"title": "Zu Hause"
}
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
"16.3402895",
"48.1960055"
],
"properties": {
"title": "Wein&Co"
}
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
"16.3714678",
"48.2061668"
],
"properties": {
"title": "Mumu"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment