J
J
JsNoobUser2021-04-26 12:34:11
JavaScript
JsNoobUser, 2021-04-26 12:34:11

How to customize the balun in Yandex maps?

Help please, how to customize the balun in Yandex maps?
608688f870523946564851.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sinneren, 2021-04-26
@sinneren

https://yandex.ru/dev/maps/jsbox/2.1/placemark_bal...

I
inkShio, 2021-04-26
@inkShio

Custom balloon layout

A
Artem Zolin, 2021-04-26
@artzolin

And to make a b/w map use css filter

.map
  [class*=ymaps-2][class*=-ground-pane]
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale")
    -webkit-filter: grayscale(100%)
    -moz-filter: grayscale(100%)
    -ms-filter: grayscale(100%)
    -o-filter: grayscale(100%)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question