Jump to content
  • 0

Проблема с балунами в Я.Картах


patriot94
 Share

Question

Снизу сайта есть карта: http://bz-life.com/demo2/

Там какая то  нездоровая канитель с балуном)

 

Сам код:

function init () {    var myMap = new ymaps.Map("map", {            center: [50.448526,30.602835],            zoom: 16        }),        myPlacemark = new ymaps.Placemark([50.448526,30.602835], {		});		myMap.controls        .add('zoomControl', { left: 5, top: 5 });    myMap.controls        .remove('mapTools')        .remove('legend')        .remove('typeSelector');    myMap.geoObjects.add(myPlacemark);    myMap.balloon.open([50.448526,30.602835], "<div class='mapAd'>г. Киев,<br>ул. Марины Расковой,<br>дом 19</div>", {        closeButton: false    });}

P.S. Я недалекий в JS, поэтому прошу вашей помощи и надеюсь на вашу поддержку!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

В общем у меня однажды нифига не получилось создать балун в нужном мне стиле и с необходимым доп.функционалом используя API яндекса, быстрее получилось самостоятельно написать скрипт имитирующий раскрытие балуна на карте. 

Edited by Игорь Ермаков
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