parking.js added

This commit is contained in:
ed barz 2022-06-01 11:08:41 +02:00
parent d195f3eea8
commit 52a06c6bc1
3 changed files with 31 additions and 30 deletions

View File

@ -11,36 +11,7 @@ var jdb = {
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",
}
}
}
}
ParkingLamy,
}
},
resto : {

View File

@ -0,0 +1,29 @@
let ParkingLamy = {
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",
}
}
}
}

View File

@ -56,6 +56,7 @@
<script src="asset/js/ingredients.js "></script>
<script src="asset/js/dishes.js "></script>
<script src="asset/js/resto.js"></script>
<script src="asset/js/parking.js"></script>
<script src="asset/js/db.js"></script>
<script src="asset/js/main.js"></script>
<script src="asset/js/map.js"></script>