yandex-map-react icon indicating copy to clipboard operation
yandex-map-react copied to clipboard

'bounds' not work

Open olgadolg opened this issue 6 years ago • 3 comments

If add some like: <Map bounds={[ [54.636729, 39.565623], [55.606291, 41.136668 ]} />

shows the whole map, without center & zoom.

olgadolg avatar Sep 29 '17 12:09 olgadolg

Isn't there a missing ]?

<Map bounds={[ [54.636729, 39.565623], [55.606291, 41.136668]]} />
                                                             ↑

kachkaev avatar Sep 29 '17 12:09 kachkaev

Yes, but it's just an example. (I mean <Map bounds={[ [54.636729, 39.565623], [55.606291, 41.136668] ]} /> also not work)

olgadolg avatar Sep 29 '17 12:09 olgadolg

Same problem Have an idea?

zankoav avatar Nov 15 '18 16:11 zankoav