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 8979d55 commit f852e05
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()); var map = L.map('developers-map').fitBounds(geojson.getBounds());
developersMapTiles.addTo(map); developersMapTiles.addTo(map);
geojson.addTo(map); geojson.addTo(map);
map.setZoom(1);
}); });
</script> </script>
</body> </body>
Expand Down

0 comments on commit f852e05

Please sign in to comment.