Skip to content

Instantly share code, notes, and snippets.

@jeromenerf
Created April 23, 2014 11:41
Show Gist options
  • Save jeromenerf/11211995 to your computer and use it in GitHub Desktop.
Save jeromenerf/11211995 to your computer and use it in GitHub Desktop.
POI coordinates
locations = {
"orlyouest" = {
"name": "Orly Ouest",
"domain": "orlyouest.prod.adp.af83.com",
"coordinates": {
"google": "Orly-Ouest",
"latlong": [48.729719, 2.36014],
"xy": [601714.0, 2414425.0]
},
},
"orlysud" = {
"name": "Orly Sud",
"domain": "orlysud.prod.adp.af83.com",
"coordinates": {
"google": "Orly-Sud - Arrivée, Paray-Vieille-Poste",
"latlong": [48.729074, 2.369951],
"stif": [602455.0, 2414507.0]
},
},
"cdg2e" = {
"name": "Roissy Charles de Gaulle 2E",
"domain": "cdg2e.prod.adp.af83.com",
"coordinates": {
"google": "Terminal 2E",
"latlong": [49.003329, 2.577033],
"stif": [617612.0, 2445058.0]
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment