Created
April 5, 2013 14:28
-
-
Save ordinaryzelig/5319693 to your computer and use it in GitHub Desktop.
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
{ | |
"agency_node_details": [ | |
{ | |
"details": { | |
}, | |
"meta_details": { | |
} | |
}, | |
{ | |
"details": { | |
}, | |
"meta_details": { | |
} | |
}, | |
{ | |
"details": { | |
"Servizi in Stazione": { | |
"Stazione": "Siracusa", | |
"Biglietteria": true, | |
"Self Service Regionali": true, | |
"Self Service": true, | |
"Punti vendita biglietti Regionali": true, | |
"Collegamenti urbani": true, | |
"Collegamenti extra urbani": false, | |
"Parcheggio bici": false, | |
"Parcheggio auto": false, | |
"Deposito bagagli": false | |
}, | |
"Biglietterie": [ | |
{ | |
"Stazione": "Siracusa", | |
"Giorni di apertura": "1 2 3 4 5 6 7 e Festivi", | |
"Orario": [ | |
"6.55", | |
"21.17" | |
] | |
} | |
], | |
"Altri rivenditori": [ | |
{ | |
"Stazione": "Siracusa", | |
"Località": "Siracusa", | |
"Esercizio": "Edicola", | |
"Indirizzo": "Piazzale della Stazione 17", | |
"Chiusura": "Festivi pomeriggio" | |
} | |
], | |
"Agenzie di Viaggio": [ | |
{ | |
"Comune": "Siracusa", | |
"Provincia": "SR", | |
"CAP": "96100", | |
"Insegna": "EASY CONIGLIARO VIAGGI", | |
"Indirizzo": "PIAZZA DELLA REPUBBLICA N 10/11", | |
"Telefono": "09311765000", | |
"Fax": "093169117" | |
}, | |
{ | |
"Comune": "Siracusa", | |
"Provincia": "SR", | |
"CAP": "96100", | |
"Insegna": "ORTIGIA VIAGGI", | |
"Indirizzo": "V.LE TICA, 160 A", | |
"Telefono": "0931411671", | |
"Fax": "0931412335" | |
}, | |
{ | |
"Comune": "Siracusa", | |
"Provincia": "SR", | |
"CAP": "96100", | |
"Insegna": "WEB ARGALTOUR", | |
"Indirizzo": "VIALE LUIGI CADORNA, 39", | |
"Telefono": "0931464299", | |
"Fax": "0931464413" | |
}, | |
{ | |
"Comune": "Siracusa", | |
"Provincia": "SR", | |
"CAP": "96100", | |
"Insegna": "WEB CHIARA RAUDINO VIAGGI", | |
"Indirizzo": "C.SO UMBERTO,104", | |
"Telefono": "0931464996", | |
"Fax": "0931318975" | |
}, | |
{ | |
"Comune": "Siracusa", | |
"Provincia": "SR", | |
"CAP": "96100", | |
"Insegna": "WEB ELETTRA VIAGGI", | |
"Indirizzo": "VIALE TICA 199/201", | |
"Telefono": "09311960796", | |
"Fax": "09311960207" | |
}, | |
{ | |
"Comune": "Siracusa", | |
"Provincia": "SR", | |
"CAP": "96100", | |
"Insegna": "WEB FUORIROTTA VIAGGI E TURISMO", | |
"Indirizzo": "CORSO GELONE,2", | |
"Telefono": "0931449087", | |
"Fax": "0931446676" | |
}, | |
{ | |
"Comune": "Siracusa", | |
"Provincia": "SR", | |
"CAP": "96100", | |
"Insegna": "WEB HYBLON VIAGGI", | |
"Indirizzo": "VIA MALTA N 52", | |
"Telefono": "0931445000", | |
"Fax": "09311960460" | |
}, | |
{ | |
"Comune": "Siracusa", | |
"Provincia": "SR", | |
"CAP": "96100", | |
"Insegna": "WEB METE & MOTIVI", | |
"Indirizzo": "VIA ITALIA N 12", | |
"Telefono": "0931759765", | |
"Fax": "0931494735" | |
} | |
], | |
"title tag": { | |
"inner_html": "YES!!!" | |
}, | |
"meta tag": { | |
"name": "keywords", | |
"content": "yes no maybe" | |
}, | |
"link tag canonical": { | |
"href": "http://yes.com" | |
} | |
}, | |
"meta_details": { | |
"Servizi in Stazione": { | |
"display_as": "dictionary", | |
"position": 1 | |
}, | |
"Biglietterie": { | |
"display_as": "", | |
"position": 2 | |
}, | |
"Altri rivenditori": { | |
"display_as": "", | |
"position": 3 | |
}, | |
"Agenzie di Viaggio": { | |
"display_as": "", | |
"position": 4 | |
}, | |
"title tag": { | |
"display_as": "title_tag", | |
"position": 5 | |
}, | |
"meta tag": { | |
"display_as": "meta_tag", | |
"position": 6 | |
}, | |
"link tag canonical": { | |
"display_as": "link_tag_canonical", | |
"position": 7 | |
} | |
} | |
} | |
], | |
"station": { | |
"name": "Siracusa", | |
"coordinates": "37.068628,15.280394" | |
}, | |
"nearbys": [ | |
{ | |
"name": "Siracusa (It)", | |
"coordinates": "37.068628,15.280394", | |
"distance": 0.0 | |
}, | |
{ | |
"name": "Siracusa", | |
"coordinates": "37.069138170697,15.2804257190186", | |
"distance": 0.06 | |
}, | |
{ | |
"name": "Targia", | |
"coordinates": "37.111008,15.245495", | |
"distance": 5.64 | |
}, | |
{ | |
"name": "Targia", | |
"coordinates": "37.113466,15.234936", | |
"distance": 6.41 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment