Last active
December 13, 2018 10:40
-
-
Save defeo/64646cc113271e6a932d6a8851eab304 to your computer and use it in GitHub Desktop.
Map to get to UVSQ campus
This file contains 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": {}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
2.1510297060012817, | |
48.80657022105465 | |
], | |
[ | |
2.1512120962142944, | |
48.80679986700731 | |
], | |
[ | |
2.150793671607971, | |
48.806803400013756 | |
], | |
[ | |
2.1507346630096436, | |
48.80688819209367 | |
], | |
[ | |
2.1502840518951416, | |
48.80714256747326 | |
], | |
[ | |
2.149930000305176, | |
48.80722382600311 | |
], | |
[ | |
2.1501553058624268, | |
48.80767604498122 | |
], | |
[ | |
2.1489322185516357, | |
48.807972811469305 | |
], | |
[ | |
2.1491682529449463, | |
48.80903267744663 | |
], | |
[ | |
2.1481919288635254, | |
48.809110400069976 | |
], | |
[ | |
2.1478915214538574, | |
48.809364764176856 | |
], | |
[ | |
2.1477413177490234, | |
48.809456617565 | |
], | |
[ | |
2.1483099460601807, | |
48.809809898259 | |
], | |
[ | |
2.1482670307159424, | |
48.809887619677625 | |
], | |
[ | |
2.148803472518921, | |
48.81021263521396 | |
], | |
[ | |
2.1496403217315674, | |
48.811173538390634 | |
], | |
[ | |
2.1494150161743164, | |
48.811682244381814 | |
], | |
[ | |
2.1495652198791504, | |
48.81206377048808 | |
], | |
[ | |
2.148846387863159, | |
48.81272083642106 | |
], | |
[ | |
2.1479451656341553, | |
48.81275616230256 | |
], | |
[ | |
2.147880792617798, | |
48.81291866103687 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#7e7e7e", | |
"marker-size": "medium", | |
"marker-symbol": "bicycle", | |
"title": "Pedestrian/cycle shortcut" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.150402069091797, | |
48.807068374787484 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#7e7e7e", | |
"marker-size": "medium", | |
"marker-symbol": "bus", | |
"title": "R bus terminal stop" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.148604989051819, | |
48.80994944344733 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#7e7e7e", | |
"marker-size": "medium", | |
"marker-symbol": "rocket", | |
"title": "Amphi B", | |
"description": "Descartes building\nFloor -1" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.147880792617798, | |
48.81292042732458 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment