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.",
            txtEN: "Underground public parking, located 3 minutes walk from the hotel.",
            txtIT: "Parcheggio pubblico sotterraneo, situato a 3 minuti a piedi dall'hotel.",
            card: {
              tabs: {
                info: {
                  tabtype: "info",
                  site: "https://www.cannes.com/fr/mairie/annuaire-pratique/equipements-municipaux/p10-parking-lamy.html",
                  addres: "121 rue d'Antibes - 06400 Cannes",


                }
              }
            }
          }
        }
      },
      resto : {
        id : "resto",
        isActive: false,
        type : "list",
        nameFR : "Restaurant",
        nameEN : "Restaurant",
        nameIT : "Ristoranti",
        sub : {
          SanTelmo,
          Salsamenteria,
          Novaa,
        }
      }
    }
  }
}