Skip to content

Commit

Permalink
[developers map] change tilelayer to openstreetmap
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Dec 21, 2014
1 parent 9952fc8 commit d4c97fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/developersmap.html
Expand Up @@ -12,8 +12,9 @@
<body>
<div id="developers-map"></div>
<script>
var developersMapTiles = L.tileLayer('http://a.tiles.mapbox.com/v3/lyzidiamond.map-ietb6srb/{z}/{x}/{y}.png', {
maxZooom: 18
var developersMapTiles = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
maxZooom: 18,
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
});

$.getJSON($('link[rel="points"]').attr("href"), function(data) {
Expand Down

0 comments on commit d4c97fa

Please sign in to comment.