mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
increases slightly the zoom of the developers map in about box
This commit is contained in:
parent
8979d5596d
commit
f852e05dac
@ -27,6 +27,7 @@
|
||||
var map = L.map('developers-map').fitBounds(geojson.getBounds());
|
||||
developersMapTiles.addTo(map);
|
||||
geojson.addTo(map);
|
||||
map.setZoom(1);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user