Skip to content

Instantly share code, notes, and snippets.

@nfreear
Last active August 29, 2015 13:57
Show Gist options
  • Save nfreear/9465223 to your computer and use it in GitHub Desktop.
Save nfreear/9465223 to your computer and use it in GitHub Desktop.
GeoJSON object for some locations at The Open University | http://geojson.io/#map=15/52.0246/-0.7072 | https://www.mapbox.com/maki
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"title": "The Open University",
"description": "Walton Hall, Milton Keynes, MK7 6AA, UK",
"url": "http://www.open.ac.uk",
"marker-symbol": "college",
"marker-color": "#11b"
},
"geometry": {
"type": "Point",
"coordinates": [ -0.7088327407836914, 52.024970084361115 ]
}
},
{
"type": "Feature",
"properties": {
"title": "Main reception, The Open University",
"description": "Berrill Building",
"marker-symbol": "entrance"
},
"geometry": {
"type": "Point",
"coordinates": [ -0.7070007920265197, 52.024843002497384 ]
}
},
{
"type": "Feature",
"properties": { "title": "Jennie Lee Building", "marker-symbol": "entrance" },
"geometry": {
"type": "Point",
"coordinates": [ -0.7110267877578735, 52.0243759322854 ]
}
},
{
"type": "Feature",
"properties": { "title": "Jennie Lee Labs", "marker-symbol": "disability" },
"geometry": {
"type": "Point",
"coordinates": [ -0.7113111019134521, 52.02437758271876 ]
}
},
{
"type": "Feature",
"properties": { "title": "The Hub (food)", "marker-symbol": "restaurant" },
"geometry": {
"type": "Point",
"coordinates": [ -0.7115310430526733, 52.025016295858386 ]
}
},
{
"type": "Feature",
"properties": { "title": "Main gate/ security, St Michael's Drive", "marker-symbol": "police" },
"geometry": {
"type": "Point",
"coordinates": [ -0.7057884335517883, 52.024616894911986 ]
}
},
{
"type": "Feature",
"properties": { "title": "Bus stops", "marker-symbol": "bus" },
"geometry": {
"type": "Point",
"coordinates": [ -0.7090687751770018, 52.02401943725127 ]
}
},
{
"type": "Feature",
"properties": { "title": "East Campus, The Open University" },
"geometry": {
"type": "Point",
"coordinates": [ -0.7023149728775024, 52.02555762698507 ]
}
},
{
"type": "Feature",
"properties": { "title": "OU Library", "marker-symbol": "library" },
"geometry": {
"type": "Point",
"coordinates": [ -0.7076767086982727, 52.02391215809684 ]
}
},
{
"type": "Feature",
"properties": { "name": "Nick's desk, room 021, Jennie Lee Building floor 0", "marker-symbol": "star", "marker-color": "#11b" },
"geometry": {
"type": "Point",
"coordinates": [ -0.7113566994667053, 52.02410526038956 ]
}
},
{
"type": "Feature",
"properties": { "title": "University Roundabout", "marker-symbol": "circle-stroked" },
"geometry": {
"type": "Point",
"coordinates": [ -0.7040074467658997, 52.02469446479637 ]
}
},
{
"type": "Feature",
"properties": { "title": "Kents Hill Park Roundabout", "marker-symbol": "circle-stroked" },
"geometry": {
"type": "Point",
"coordinates": [ -0.7066386938095093, 52.028828579922894 ]
}
},
{
"type": "Feature",
"properties": { "title": "Cricket pitch & Pavillion", "marker-symbol": "pitch" },
"geometry": {
"type": "Point",
"coordinates": [ -0.709841251373291, 52.02706935848066 ]
}
},
{
"type": "Feature",
"properties": { "title": "Shop & bank", "marker-symbol": "shop" },
"geometry": {
"type": "Point",
"coordinates": [ -0.7104742527008056, 52.02546520506141 ]
}
},
{
"type": "Feature",
"properties": { "title": "Mulberry Bear Nursery & Pre-School", "url": "http://www.mulberrybear.org.uk/", "marker-symbol": "school" },
"geometry": {
"type": "Point",
"coordinates": [ -0.7111394405364989, 52.026696381441035 ]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment