Jump to content
  • 0

Вопросы по api яндекс карте


stan07
 Share

Question

Здравствуйте  уважаемые форумчане!

Подскажите, пожалуйста, как запретить zoom в карте?

И можно ли поменять цвет карты?

Сейчас она такая:

e67109ea1121.png

А хотелось чтобы она была такого цвета

74305b14bcfa.pngВозможно ли это?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
как запретить zoom в карте?

Зумов в карте много, вам какие именно?

 

Например можно так

            myMap = new ymaps.Map("map", {                center: [55.753676, 37.619899],                zoom: 13,                controls: []            });            myMap.behaviors.disable('scrollZoom');
можно ли поменять цвет карты

 

Если только через css-фильтры как-нибудь. API Яндекс.Карт не позволяет менять цвет, такое можно только в API Карт Google, но и там оно дико кривое в настройках.

Link to comment
Share on other sites

  • 0

 

Чтобы колесиком мышки нельзя было увеличивать/уменьшать масштаб карты.

см. 2 сообщение темы

 

 

Вы имете ввиду добавить эту строку "controls: []" в параметры карты?

Так я добавил и все равно масштабирует.

 

Вот страница в сети:

http://web-verstka.com.ua/portfolio/nerd/

Link to comment
Share on other sites

  • 0

 

Вы имете ввиду добавить эту строку "controls: []" в параметры карты?

 

 

 

myMap.behaviors.disable('scrollZoom');

А ещё меня спрашивают чего я так резко иногда выражаюсь...

 

Её я тоже добавил. 

Вот код карты:

var map;		ymaps.ready(function () {			map = new ymaps.Map("map", {				center: [45.0550,39.1095],//up, left/right				zoom: 18,				controls:[]			});			var Placemark = new ymaps.Placemark(      [45.0557,39.1111],      {},      {        iconLayout: 'default#image',        iconImageHref: 'images/mark.png',        iconImageSize: [182, 190],        iconImageOffset: [0, 0]      });map.geoObjects.add(Placemark);myMap.behaviors.disable('scrollZoom');		});
Edited by stan07
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy