PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { tools } from '@store/Modules/tools'
|
||||
import { tools } from '@tools'
|
||||
import { useQuasar } from 'quasar'
|
||||
import { PropType, defineComponent, onMounted, ref, computed, nextTick, shallowRef } from 'vue'
|
||||
|
||||
@@ -130,7 +130,7 @@ export default defineComponent({
|
||||
comuniData.value = [{
|
||||
"type": "Feature", "properties":
|
||||
{
|
||||
"cartodb_id": 7668,
|
||||
"cartodb_id": 7668,
|
||||
"comune": "Bellaria-Igea Marina",
|
||||
"ISTAT": 99001
|
||||
},
|
||||
@@ -214,7 +214,7 @@ export default defineComponent({
|
||||
onAdd: function (map: any) {
|
||||
// Crea un container DOM per il tuo controllo
|
||||
const container = L.DomUtil.create('div', 'leaflet-bar leaflet-control leaflet-control-custom');
|
||||
|
||||
|
||||
// Puoi configurare il tuo container come preferisci, incluso il suo aspetto
|
||||
container.style.backgroundColor = 'white';
|
||||
// container.style.backgroundImage = 'url('path_to_your_icon.png')"; // Optional: uso di un'icona personalizzata
|
||||
|
||||
Reference in New Issue
Block a user