Added Notifications
This commit is contained in:
@@ -471,6 +471,7 @@ export default defineComponent({
|
||||
map = new maplibregl.Map({
|
||||
container: mapContainer.value!,
|
||||
cooperativeGestures: true,
|
||||
attributionControl: false,
|
||||
style: {
|
||||
version: 8,
|
||||
sources: {
|
||||
@@ -483,7 +484,6 @@ export default defineComponent({
|
||||
'https://d.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}@2x.png',
|
||||
],
|
||||
tileSize: 256,
|
||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> © <a href="https://carto.com/attributions">CARTO</a>',
|
||||
maxzoom: 19,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user