We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cce82b1 + e8cd40e commit c07a752Copy full SHA for c07a752
www/js/page.map/osm.layers.js
@@ -92,7 +92,7 @@ osm.initLayers = function(){
92
93
osm.registerLayer(
94
'layerSputnik',
95
- new L.TileLayer('http://{s}.tiles.maps.sputnik.ru/{z}/{x}/{y}.png', {maxZoom: 18, attribution: "Map data © <a href='http://osm.org'>OpenStreetMap</a> contributors, tiles © <a href='http://corp.sputnik.ru/maps' target='_blank'>Спутник</a>", subdomains: 'abcd'}),
+ new L.TileLayer('http://{s}.tiles.maps.sputnik.ru/{z}/{x}/{y}.png', {maxZoom: 19, attribution: "Map data © <a href='http://osm.org'>OpenStreetMap</a> contributors, tiles © <a href='http://corp.sputnik.ru/maps' target='_blank'>Спутник</a>", subdomains: 'abcd'}),
96
"Спутник",
97
'p',
98
true
0 commit comments