Skip to content
Permalink
Browse files
Openstreetmap.org tiles max zoom=19 now
  • Loading branch information
Felis Pimeja committed Aug 29, 2013
1 parent 02f22e3 commit af9912745f28a4d8de1364618c764676f050512a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -131,7 +131,7 @@ osm.initLayers = function(){

osm.registerLayer(
'layerMapnik',
new L.TileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {maxZoom: 18, attribution: "Map data &copy; <a href='http://osm.org'>OpenStreetMap</a> contributors"}),
new L.TileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {maxZoom: 19, attribution: "Map data &copy; <a href='http://osm.org'>OpenStreetMap</a> contributors"}),
'Mapnik',
'M',
true

0 comments on commit af99127

Please sign in to comment.