E
E
efimenko_b2015-04-30 00:31:48
JavaScript
efimenko_b, 2015-04-30 00:31:48

Is it possible to change marker icons on an already generated Yandex map?

There is a generated Yandex map already

<script type="text/javascript" charset="utf-8" src="https://api-maps.yandex.ru/services/constructor/1.0/js/?sid=lyOL50S7b0GJ3lm5rx7rdloOyeg-DByT&width=600&height=450"></script>

Is it possible to change marker icons in it already?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
petyagrill, 2015-04-30
@efimenko_b

you can use css
Example

ymaps.ymaps-image {
background: url(https://cdn3.iconfinder.com/data/icons/softwaredemo/PNG/48x48/DrawingPin1_Blue.png) no-repeat !important;
width: 48px!important;
height: 48px!important;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question