We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7def25b commit e1ed67cCopy full SHA for e1ed67c
components/MyLeafletMap.vue
@@ -275,6 +275,10 @@ onMounted(() => {
275
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
276
attribution: '© OpenStreetMap contributors',
277
}).addTo(leafletMap);
278
+
279
+ L.control.attribution({
280
+ position: 'topright',
281
+ }).addTo(leafletMap);
282
});
283
284
watch(() => props.fetchedData, (newData) => {
0 commit comments