diff --git a/public/js/main.js b/public/js/main.js index 8b976b1..1457801 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -38,7 +38,7 @@ function init() { ymaps.mapType.storage.add('osm#type', new ymaps.MapType('OpenStreetMap', ['osm#layer'])); googleLayer = function () { - return new ymaps.Layer('http://mt0.google.com/vt/lyrs=m@176000000&hl=ru&%c', {projection: ymaps.projection.sphericalMercator,tileTransparent: true}); + return new ymaps.Layer('http://mt0.google.com/vt/lyrs=s@176000000&hl=ru&%c', {projection: ymaps.projection.sphericalMercator,tileTransparent: true}); } ymaps.layer.storage.add('google#layer', googleLayer); ymaps.mapType.storage.add('google#type', new ymaps.MapType('Google Maps', ['google#layer']));