increases slightly the zoom of the developers map in about box

This commit is contained in:
Salvatore Larosa 2015-02-22 19:18:55 +01:00
parent 8979d5596d
commit f852e05dac

View File

@ -27,6 +27,7 @@
var map = L.map('developers-map').fitBounds(geojson.getBounds());
developersMapTiles.addTo(map);
geojson.addTo(map);
map.setZoom(1);
});
</script>
</body>