diff --git a/proj/map/asset/js/db.js b/proj/map/asset/js/db.js new file mode 100644 index 0000000..52e1070 --- /dev/null +++ b/proj/map/asset/js/db.js @@ -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", + }, + } + } + } + } + } + } +} diff --git a/proj/map/asset/markers/pointer-hole-32x22.png b/proj/map/asset/markers/pointer-hole-32x22.png new file mode 100644 index 0000000..cf29a30 Binary files /dev/null and b/proj/map/asset/markers/pointer-hole-32x22.png differ diff --git a/proj/map/asset/markers/resto-32x41.png b/proj/map/asset/markers/resto-32x41.png new file mode 100644 index 0000000..b56b0c3 Binary files /dev/null and b/proj/map/asset/markers/resto-32x41.png differ diff --git a/proj/map/asset/markers/resto-42x56.png b/proj/map/asset/markers/resto-42x56.png new file mode 100644 index 0000000..d431222 Binary files /dev/null and b/proj/map/asset/markers/resto-42x56.png differ