237 lines
7.4 KiB
JavaScript
237 lines
7.4 KiB
JavaScript
let ParkingLamy = {
|
|
id: "lamy",
|
|
isActive: true,
|
|
xy: [-18.27,56.91],
|
|
dirxy: [-21.66,52.47],
|
|
dirzl: 5,
|
|
minz: 2,
|
|
img: "https://ed.brz9.dev/proj/map/asset/img/lamy.jpg",
|
|
type: "item",
|
|
name: "Parking Lamy",
|
|
txtFR: "Parking public souterrain, situé à 3 minutes à pied de l'hôtel. Hauteur maximum: 1,9m.",
|
|
txtEN: "Underground public parking, located 3 minutes walk from the hotel. Maximum height: 1,9m.",
|
|
txtIT: "Parcheggio pubblico sotterraneo, situato a 3 minuti a piedi dall'hotel. Altezza massima: 1,9m.",
|
|
card: {
|
|
tabs: {
|
|
info: {
|
|
tabtype: "info",
|
|
site: "https://www.cannes.com/fr/mairie/annuaire-pratique/equipements-municipaux/p10-parking-lamy.html",
|
|
handi: "yes",
|
|
hautmax: "1,9 m",
|
|
wifi: "yes",
|
|
address: "121 rue d'Antibes - 06400 Cannes",
|
|
tel: "+33 4 89 82 23 23",
|
|
email: "cannesparking@ville-cannes.fr",
|
|
},
|
|
prix : {
|
|
tabtype: "prix",
|
|
txt : {
|
|
fr: "Pour les forfaits, demander à l'accueil du parking à l'arrivée. Sonner à l'interphone si besoin.",
|
|
en: "For packages, ask at the parking lot reception upon arrival. Ring the intercom if necessary.",
|
|
it: "Per i pacchetti, chiedere alla reception del parcheggio all'arrivo. Se necessario, suonare il citofono.",
|
|
},
|
|
list : {
|
|
/* h1 : {
|
|
nameFR: "1h",
|
|
nameEN: "1h",
|
|
nameIT: "1h",
|
|
price: "",
|
|
},*/
|
|
h24 : {
|
|
nameFR: "24h",
|
|
nameEN: "24h",
|
|
nameIT: "24h",
|
|
price: "16,40 €",
|
|
},
|
|
j4 : {
|
|
nameFR: "Forfait 4 jours",
|
|
nameEN: "4-day package",
|
|
nameIT: "Pacchetto 4 giorni",
|
|
price: "54,50 €",
|
|
},
|
|
j5 : {
|
|
nameFR: "Forfait 5 jours",
|
|
nameEN: "5-day package",
|
|
nameIT: "Pacchetto 5 giorni",
|
|
price: "60,60 €",
|
|
},
|
|
j6 : {
|
|
nameFR: "Forfait 6 jours",
|
|
nameEN: "6-day package",
|
|
nameIT: "Pacchetto 6 giorni",
|
|
price: "66,70 €",
|
|
},
|
|
j7 : {
|
|
nameFR: "Forfait 7 jours",
|
|
nameEN: "7-day package",
|
|
nameIT: "Pacchetto 7 giorni",
|
|
price: "72,70 €",
|
|
},
|
|
j8 : {
|
|
nameFR: "Forfait 8 jours",
|
|
nameEN: "8-day package",
|
|
nameIT: "Pacchetto 8 giorni",
|
|
price: "78,80 €",
|
|
},
|
|
j10 : {
|
|
nameFR: "Forfait 10 jours",
|
|
nameEN: "10-day package",
|
|
nameIT: "Pacchetto 10 giorni",
|
|
price: "84,80 €",
|
|
},
|
|
j15 : {
|
|
nameFR: "Forfait 15 jours",
|
|
nameEN: "15-day package",
|
|
nameIT: "Pacchetto 15 giorni",
|
|
price: "103 €",
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
let ParkingStephanie = {
|
|
id: "parkingstephanie",
|
|
isActive: true,
|
|
xy: [-27.06,48.20],
|
|
dirxy: [-22.99,48.76],
|
|
dirzl: 5,
|
|
minz: 4,
|
|
img: "https://ed.brz9.dev/proj/map/asset/img/parking-palais-stephanie.jpg",
|
|
type: "item",
|
|
name: "Parking Palais Stéphanie",
|
|
txtFR: "Parking public souterrain, situé à 1 minute à pied de l'hôtel. Hauteur maximum: 1,9m.",
|
|
txtEN: "Underground public parking, located 1 minute walk from the hotel. Maximum height: 1,9m.",
|
|
txtIT: "Parcheggio pubblico sotterraneo, situato a 1 minuto a piedi dall'hotel. Altezza massima: 1,9m.",
|
|
card: {
|
|
tabs: {
|
|
info: {
|
|
tabtype: "info",
|
|
site: "https://www.interparking.fr/fr-FR/find-parking/PalaisStephanie/",
|
|
handi: "yes",
|
|
hautmax: "1,9 m",
|
|
address: "Rdpt Duboys d'Angers - 06400 Cannes",
|
|
tel: "+33 9 70 140 111",
|
|
email: "contact-france@interparking.com",
|
|
},
|
|
prix : {
|
|
tabtype: "prix",
|
|
txt : {
|
|
fr: "Pour les forfaits, demander à l'accueil du parking à l'arrivée. Sonner à l'interphone si besoin.",
|
|
en: "For packages, ask at the parking lot reception upon arrival. Ring the intercom if necessary.",
|
|
it: "Per i pacchetti, chiedere alla reception del parcheggio all'arrivo. Se necessario, suonare il citofono.",
|
|
},
|
|
list : {
|
|
/* h1 : {
|
|
nameFR: "1h",
|
|
nameEN: "1h",
|
|
nameIT: "1h",
|
|
price: "",
|
|
},*/
|
|
h24 : {
|
|
nameFR: "24h",
|
|
nameEN: "24h",
|
|
nameIT: "24h",
|
|
price: "28 €",
|
|
},
|
|
j4 : {
|
|
nameFR: "Forfait 4 jours",
|
|
nameEN: "4-day package",
|
|
nameIT: "Pacchetto 4 giorni",
|
|
price: "110 €",
|
|
},
|
|
j7 : {
|
|
nameFR: "Forfait 7 jours",
|
|
nameEN: "7-day package",
|
|
nameIT: "Pacchetto 7 giorni",
|
|
price: "185 €",
|
|
},
|
|
j10 : {
|
|
nameFR: "Forfait 10 jours",
|
|
nameEN: "10-day package",
|
|
nameIT: "Pacchetto 10 giorni",
|
|
price: "220 €",
|
|
},
|
|
j15 : {
|
|
nameFR: "Forfait 15 jours",
|
|
nameEN: "15-day package",
|
|
nameIT: "Pacchetto 15 giorni",
|
|
price: "250 €",
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
let ParkingPantiero = {
|
|
id: "parkingpantiero",
|
|
isActive: true,
|
|
xy: [-27.68,-13.36],
|
|
dirxy: [-24.52,2.72],
|
|
dirzl: 3,
|
|
minz: 3,
|
|
img: "https://ed.brz9.dev/proj/map/asset/img/parking-pantiero.jpg",
|
|
type: "item",
|
|
name: "Parking Pantiero",
|
|
txtFR: "Parking public souterrain, situé à 15 minutes à pied de l'hôtel. Hauteur maximum: 2,4m.",
|
|
txtEN: "Underground public parking, located 15 minutes walk from the hotel. Maximum height: 2,4m.",
|
|
txtIT: "Parcheggio pubblico sotterraneo, situato a 15 minuti a piedi dall'hotel. Altezza massima: 2,4m.",
|
|
card: {
|
|
tabs: {
|
|
info: {
|
|
tabtype: "info",
|
|
site: "https://www.cannes.com/fr/mairie/annuaire-pratique/equipements-municipaux/p4-parking-pantiero.html",
|
|
handi: "yes",
|
|
hautmax: "2,4 m",
|
|
wifi: "yes",
|
|
address: "Promenade de La Pantiero - 06400 Cannes",
|
|
tel: "+33 4 89 82 23 23",
|
|
email: "cannesparking@ville-cannes.fr",
|
|
},
|
|
prix : {
|
|
tabtype: "prix",
|
|
txt : {
|
|
fr: "Pour les forfaits, demander à l'accueil du parking à l'arrivée. Sonner à l'interphone si besoin.",
|
|
en: "For packages, ask at the parking lot reception upon arrival. Ring the intercom if necessary.",
|
|
it: "Per i pacchetti, chiedere alla reception del parcheggio all'arrivo. Se necessario, suonare il citofono.",
|
|
},
|
|
list : {
|
|
h24 : {
|
|
nameFR: "24h",
|
|
nameEN: "24h",
|
|
nameIT: "24h",
|
|
price: "22,40 €",
|
|
},
|
|
j4 : {
|
|
nameFR: "Forfait 4 jours",
|
|
nameEN: "4-day package",
|
|
nameIT: "Pacchetto 4 giorni",
|
|
price: "66,70 €",
|
|
},
|
|
j7 : {
|
|
nameFR: "Forfait 7 jours",
|
|
nameEN: "7-day package",
|
|
nameIT: "Pacchetto 7 giorni",
|
|
price: "89,70 €",
|
|
},
|
|
j10 : {
|
|
nameFR: "Forfait 10 jours",
|
|
nameEN: "10-day package",
|
|
nameIT: "Pacchetto 10 giorni",
|
|
price: "105,40 €",
|
|
},
|
|
j15 : {
|
|
nameFR: "Forfait 15 jours",
|
|
nameEN: "15-day package",
|
|
nameIT: "Pacchetto 15 giorni",
|
|
price: "136,90 €",
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|