Skip to content

Commit f852e05

Browse files
committed
increases slightly the zoom of the developers map in about box
1 parent 8979d55 commit f852e05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/developersmap.html

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
var map = L.map('developers-map').fitBounds(geojson.getBounds());
2828
developersMapTiles.addTo(map);
2929
geojson.addTo(map);
30+
map.setZoom(1);
3031
});
3132
</script>
3233
</body>

0 commit comments

Comments
 (0)