87 lines
2.8 KiB
JavaScript
87 lines
2.8 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",
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
let ParkingStephanie = {
|
|
id: "parkingstephanie",
|
|
isActive: true,
|
|
xy: [-26.55,48.95],
|
|
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",
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
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",
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|