Skip to content

Commit c07a752

Browse files
committed
Merge pull request #249 from orofarne/master
19th zoom for sputnik
2 parents cce82b1 + e8cd40e commit c07a752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/js/page.map/osm.layers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ osm.initLayers = function(){
9292

9393
osm.registerLayer(
9494
'layerSputnik',
95-
new L.TileLayer('http://{s}.tiles.maps.sputnik.ru/{z}/{x}/{y}.png', {maxZoom: 18, attribution: "Map data &copy; <a href='http://osm.org'>OpenStreetMap</a> contributors, tiles &copy; <a href='http://corp.sputnik.ru/maps' target='_blank'>Спутник</a>", subdomains: 'abcd'}),
95+
new L.TileLayer('http://{s}.tiles.maps.sputnik.ru/{z}/{x}/{y}.png', {maxZoom: 19, attribution: "Map data &copy; <a href='http://osm.org'>OpenStreetMap</a> contributors, tiles &copy; <a href='http://corp.sputnik.ru/maps' target='_blank'>Спутник</a>", subdomains: 'abcd'}),
9696
"Спутник",
9797
'p',
9898
true

0 commit comments

Comments
 (0)