Skip to content

Instantly share code, notes, and snippets.

@omangin
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omangin/fa5de41341c613a03c55 to your computer and use it in GitHub Desktop.
Save omangin/fa5de41341c613a03c55 to your computer and use it in GitHub Desktop.
Prototype for poppy locations in geojson.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{"type": "Feature",
"properties": { "Name": "Poppy 1", "owner": "Flowers team, INRIA", "address": "200 rue de la Vieille Tour, 33400 Talence Cedex", "country": "France", "contact": "mailto:contact@poppy-project.org"},
"geometry": { "type": "Point", "coordinates": [ -0.599958964, 44.8083265 ] }
},
{"type": "Feature",
"properties": { "Name": "Poppy 2", "owner": "Flowers team, INRIA", "address": "200 rue de la Vieille Tour, 33400 Talence Cedex", "country": "France", "contact": "mailto:contact@poppy-project.org"},
"geometry": { "type": "Point", "coordinates": [ -0.599958964, 44.80835 ] }
},
{"type": "Feature",
"properties": { "Name": "Poppy College de France", "owner": "College de France", "country": "France"},
"geometry": { "type": "Point", "coordinates": [ 2.34549, 48.848884 ] }
},
{"type": "Feature",
"properties": { "Name": "Red Poppy", "owner": "Cité des sciences", "country": "France"},
"geometry": { "type": "Point", "coordinates": [ 2.3879, 48.895595 ] }
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment