Skip to content

Commit

Permalink
Add Veloroad layer
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed May 28, 2014
1 parent f0c6f14 commit c0edf61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions www/js/page.map/osm.layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ osm.initLayers = function(){
true
);

osm.registerLayer(
'layerVeloroad',
new L.TileLayer('http://tile.osmz.ru/veloroad/{z}/{x}/{y}.png', {
maxZoom: 15,
attribution: "Map data &copy; <a href='http://osm.org'>OpenStreetMap</a> contributors, tiles &copy; " +
"<a href=\"http://www.openstreetmap.org/user/Zverik\" target=\"_blank\">Ilya Zverev</a>"}),
'Veloroad',
'V',
true
);

osm.registerLayer(
'layerMQ',
new L.TileLayer('http://otile{s}.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png', {
Expand Down

0 comments on commit c0edf61

Please sign in to comment.