62 lines
1.7 KiB
JavaScript
62 lines
1.7 KiB
JavaScript
var jdb = {
|
|
data: {
|
|
currentLang: 'fr',
|
|
currentRestoTagList: [],
|
|
db : {
|
|
parking : {
|
|
id : "parking",
|
|
isActive: false,
|
|
type : "list",
|
|
nameFR : "Parking",
|
|
nameEN : "Car park",
|
|
nameIT : "Parcheggio",
|
|
sub : {
|
|
lamy : {
|
|
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,9 m.",
|
|
txtEN: "Underground public parking, located 3 minutes walk from the hotel. Maximum height: 1,9 m.",
|
|
txtIT: "Parcheggio pubblico sotterraneo, situato a 3 minuti a piedi dall'hotel. Altezza massima: 1,9 m.",
|
|
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",
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
resto : {
|
|
id : "resto",
|
|
isActive: false,
|
|
type : "list",
|
|
nameFR : "Restaurant",
|
|
nameEN : "Restaurant",
|
|
nameIT : "Ristoranti",
|
|
sub : {
|
|
SanTelmo,
|
|
Salsamenteria,
|
|
Novaa,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|