Skip to content

Instantly share code, notes, and snippets.

@walkermatt
Last active August 29, 2015 14:05
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 walkermatt/e99db1017778cd37415c to your computer and use it in GitHub Desktop.
Save walkermatt/e99db1017778cd37415c to your computer and use it in GitHub Desktop.
Location map for OSGIS 2014
Display the source blob
Display the rendered blob
Raw
{
"features": [
{
"geometry": {
"coordinates": [
-1.1864805221557617,
52.95166314317994
],
"type": "Point"
},
"properties": {
"name": "OSGIS Main Venue (Business School South)",
"marker-symbol": "a"
},
"type": "Feature"
},
{
"type": "Feature",
"properties": {
"name": "Newark Hall",
"marker-symbol": "b"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.185675859451294,
52.95269090713861
]
}
}
],
"type": "FeatureCollection"
}
@walkermatt
Copy link
Author

Main locations for OSGIS 2014 conference in Nottingham 2nd - 3rd Sep 2014.

A OSGIS Main Venue (Business School South)
B Newark Hall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment