Skip to content

Commit f852e05

Browse files
committedFeb 22, 2015
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.