- fix scelta provincia (il bottone Avanti non veniva disabilitato).

- Se non scelgo la provincia, non deve farmi vedere la App...
This commit is contained in:
Surya Paolo
2024-03-28 20:26:21 +01:00
parent 6856c4cc8e
commit aa29a7fa46
80 changed files with 10777451 additions and 178 deletions

View File

@@ -1,3 +1,9 @@
.map-container {
height: 400px;
}
.button-text {
font-size: 14px;
color: black;
cursor: pointer;
}

File diff suppressed because one or more lines are too long

View File

@@ -1,18 +1,10 @@
<template>
<div>
comuniData: {{comuniData}}
<div
v-if="arrprovince"
id="map"
:style="`height:${myheight()}px; width:99%`"
>
<l-map :zoom="zoom" :center="center">
<l-tile-layer :url="url"></l-tile-layer>
<l-geo-json
:geojson="comuniData"
:options="{ style: styleFunction }"
></l-geo-json>
</l-map>
<div v-if="visumappa">
<div v-if="initialMap">
center: {{ center }} zoom: {{ zoom }}
</div>
<div id="map" :style="`height:${myheight()}px; width:99%`">
</div>
</div>
</template>