Last active
February 9, 2016 17:10
-
-
Save tsamaya/b5be59fd25e9019c1211 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#0000ff", | |
"marker-size": "medium", | |
"marker-symbol": "", | |
"name": "Serpentine Bridge" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.172635018825531, | |
51.50617318890926 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#cf11d2", | |
"stroke-width": 2, | |
"stroke-opacity": 1, | |
"fill": "#cf00d2", | |
"fill-opacity": 0.3, | |
"name": "Hyde Park" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-0.19002914428710938, | |
51.5100245354003 | |
], | |
[ | |
-0.18798530101776123, | |
51.50565731413629 | |
], | |
[ | |
-0.18770098686218262, | |
51.50561724594832 | |
], | |
[ | |
-0.18756151199340818, | |
51.50522657926921 | |
], | |
[ | |
-0.18737912178039548, | |
51.505249952583554 | |
], | |
[ | |
-0.18720746040344238, | |
51.504909368817984 | |
], | |
[ | |
-0.18824279308319092, | |
51.504742415061926 | |
], | |
[ | |
-0.18816232681274414, | |
51.5045888170661 | |
], | |
[ | |
-0.18851637840270996, | |
51.5045320524584 | |
], | |
[ | |
-0.18743813037872312, | |
51.50239831974273 | |
], | |
[ | |
-0.18449842929840088, | |
51.5019541969289 | |
], | |
[ | |
-0.1823902130126953, | |
51.50159689197448 | |
], | |
[ | |
-0.18043756484985352, | |
51.50158353472559 | |
], | |
[ | |
-0.17121076583862305, | |
51.50206439321877 | |
], | |
[ | |
-0.16850709915161133, | |
51.50194417907114 | |
], | |
[ | |
-0.16831398010253903, | |
51.50219796412196 | |
], | |
[ | |
-0.16185522079467773, | |
51.50246510475389 | |
], | |
[ | |
-0.15878677368164062, | |
51.50267881613194 | |
], | |
[ | |
-0.15649080276489258, | |
51.5026387453249 | |
], | |
[ | |
-0.15247821807861325, | |
51.503279874009394 | |
], | |
[ | |
-0.15134096145629883, | |
51.503386727913174 | |
], | |
[ | |
-0.15142679214477536, | |
51.50393435023761 | |
], | |
[ | |
-0.15226364135742185, | |
51.504081272180606 | |
], | |
[ | |
-0.1523280143737793, | |
51.505764162465276 | |
], | |
[ | |
-0.15501022338867188, | |
51.50830173664056 | |
], | |
[ | |
-0.15621185302734375, | |
51.50915646664854 | |
], | |
[ | |
-0.15707015991210938, | |
51.509610535443315 | |
], | |
[ | |
-0.15887260437011716, | |
51.51244168584815 | |
], | |
[ | |
-0.16101837158203125, | |
51.51220131198842 | |
], | |
[ | |
-0.16198396682739258, | |
51.51293578368774 | |
], | |
[ | |
-0.17157554626464844, | |
51.51193422843453 | |
], | |
[ | |
-0.1794719696044922, | |
51.51095936017433 | |
], | |
[ | |
-0.18638134002685547, | |
51.5100245354003 | |
], | |
[ | |
-0.1897287368774414, | |
51.50997111626242 | |
], | |
[ | |
-0.19002914428710938, | |
51.5100245354003 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#ff5555", | |
"stroke-width": 2, | |
"stroke-opacity": 1, | |
"name": "The Broad Walk" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
-0.18785119056701657, | |
51.51016142165525 | |
], | |
[ | |
-0.18424630165100098, | |
51.50201096474784 | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment