Skip to content

Commit

Permalink
increases slightly the zoom of the developers map in about box
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Feb 22, 2015
1 parent fe77f1d commit 789435d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/developersmap.html
Expand Up @@ -27,6 +27,7 @@
var map = L.map('developers-map').fitBounds(geojson.getBounds());
developersMapTiles.addTo(map);
geojson.addTo(map);
map.setZoom(1);
});
</script>
</body>
Expand Down

0 comments on commit 789435d

Please sign in to comment.