markers added
This commit is contained in:
parent
05e9a4acf9
commit
b4331caf2e
|
@ -0,0 +1,116 @@
|
||||||
|
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 : "",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
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,
|
||||||
|
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 : {
|
||||||
|
id: "salsamenteria",
|
||||||
|
isActive: false,
|
||||||
|
xy: [-15.42,27.20],
|
||||||
|
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.",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
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",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 834 B |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Loading…
Reference in New Issue