123 lines
3.3 KiB
JavaScript
123 lines
3.3 KiB
JavaScript
let SanTelmo = {
|
|
isActive: false,
|
|
id: "santelmo",
|
|
type : "item",
|
|
name: "San Telmo",
|
|
xy: [-11.42,27.20],
|
|
dirxy: [-12.98,35.95],
|
|
dirzl: 4,
|
|
marker: null,
|
|
img: "https://ed.brz9.dev/proj/map/asset/img/santelmo.jpg",
|
|
txtFR: "Français Adipisicing live-edge fam velit. Messenger bag poke laboris aesthetic viral do semiotics authentic est selfies.",
|
|
txtEN: "English Adipisicing live-edge fam velit. Messenger bag poke laboris aesthetic viral do semiotics authentic est selfies.",
|
|
txtIT: "Italiano Adipisicing live-edge fam velit. Messenger bag poke laboris aesthetic viral do semiotics authentic est selfies.",
|
|
card : {
|
|
tabs : {
|
|
menu : {
|
|
tabtype : "menu",
|
|
priceRange : "18-32€",
|
|
dishes : {
|
|
divola : {
|
|
name : "Pizza Divola",
|
|
},
|
|
regina : {
|
|
name : "Pizza Regina",
|
|
}
|
|
}
|
|
},
|
|
time : {
|
|
tabtype : "time",
|
|
mon : "11h30-14h00 18h30-22h00",
|
|
tue : "11h30-14h00 18h30-22h00",
|
|
wed : "11h30-14h00 18h30-22h00",
|
|
thu : "11h30-14h00 18h30-22h00",
|
|
fri : "11h30-14h00 18h30-22h00",
|
|
sat : "11h30-14h00 18h30-22h00",
|
|
sun : "",
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
let Salsamenteria = {
|
|
id: "salsamenteria",
|
|
isActive: false,
|
|
xy: [-21.96, -21.64],
|
|
dirxy: [-19.64,13.36],
|
|
dirzl: 3,
|
|
type : "item",
|
|
name: "Salsamenteria di Parma",
|
|
img: "https://ed.brz9.dev/proj/map/asset/img/salsamentiera.jpg",
|
|
txtFR: "Français Adipisicing live-edge fam velit. Messenger bag poke laboris aesthetic viral do semiotics authentic est selfies.",
|
|
txtEN: "English Adipisicing live-edge fam velit. Messenger bag poke laboris aesthetic viral do semiotics authentic est selfies.",
|
|
txtIT: "Italiano Adipisicing live-edge fam velit. Messenger bag poke laboris aesthetic viral do semiotics authentic est selfies.",
|
|
}
|
|
|
|
var jdb = {
|
|
data: {
|
|
currentLang: 'fr',
|
|
db : {
|
|
parking : {
|
|
id : "parking",
|
|
isActive: false,
|
|
type : "list",
|
|
nameFR : "Parking",
|
|
nameEN : "Car park",
|
|
nameIT : "Parcheggio",
|
|
sub : {
|
|
lamy : {
|
|
id: "lamy",
|
|
isActive: false,
|
|
xy: [-18.27,56.91]
|
|
dirxy: [-21.66,52.47],
|
|
dirzl: 5,
|
|
type: "item",
|
|
name: "Parking Lamy"
|
|
}
|
|
}
|
|
},
|
|
resto : {
|
|
id : "resto",
|
|
isActive: false,
|
|
type : "list",
|
|
nameFR : "Restaurant",
|
|
nameEN : "Restaurant",
|
|
nameIT : "Ristoranti",
|
|
sub : {
|
|
italiens : {
|
|
id: "restoital",
|
|
isActive: false,
|
|
type : "list",
|
|
nameFR : "Italien",
|
|
nameEN : "Italian",
|
|
nameIT : "Italiano",
|
|
sub : {
|
|
SanTelmo,
|
|
Salsamenteria,
|
|
},
|
|
},
|
|
vege : {
|
|
id : "restovege",
|
|
type : "list",
|
|
nameFR : "Végétarien",
|
|
nameEN : "Vegan",
|
|
nameIT : "Vegetariano",
|
|
sub : {
|
|
Nova : {
|
|
id: "nova",
|
|
type : "item",
|
|
name: "nova",
|
|
},
|
|
Salsamenteria : {
|
|
id: "salsamenteria",
|
|
type : "item",
|
|
name: "Salsamenteria di Parma",
|
|
},
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|