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

Yandex Maps API bindings for React

Results 46 react-yandex-maps issues
Sort by recently updated
recently updated
newest added

Коммитов не было 2 года. Сейчас карта не дает обновиться до 18 версии Реакта. Её будут обновлять? npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.1.0" from the root...

React 18 index.tsx ``` import React from 'react' import ReactDOM from 'react-dom/client' import { Map, YMaps } from 'react-yandex-maps' const maState = { center: [55.751574, 37.573856], zoom: 5, } const...

Приветствую, В моём кейсе, нужно развернуть кастомные метки на карте в зависимости от направления движения, я делаю это через templateLayoutFactory ``` const customPlacemarkContentLayout = () => { return ymaps?.templateLayoutFactory.createClass( [...

https://github.com/gribnoysup/react-yandex-maps/blob/358d8d1ee34ba6b53f557a4ec1ae84cbf67e18a2/src/withYMaps.js#L48 Использую функцию withYMaps и рендер происходит после загрузки и готовности api, до этого ничего не отображается. Хотелось бы на месте белого пространства отображать хотя бы скелетон, чтобы было понимание,...

How can I change Ruler icon to another icon, with svg, png or any url(url) ![image](https://user-images.githubusercontent.com/60574959/159859133-ecc81701-e71b-4a9e-b5f0-86093d24a44d.png)

When update ObjectManager.features array the clusters on the map is flickering, this because of removeAll oldFeatures and addAll newFeatures. We need remove and add only some features.

При адаптивном изменении размеров с установленным значением ширины 100% ширина изменяется только на увеличение, а при уменьшении остаётся в достигнутых габаритах. При значениях меньше 100% ширина уменьшается тем быстрее, чем...

needs more info
maybe bug

How can I move smoothely placemark object in Yandex map like yandex taxi. Is there any library for drifting placemark like gps?

Всем привет. Ко мне приходит объект типа: { "type": "FeatureCollection", "properties": { "ResponseMetaData": { "SearchResponse": { "found": 1, "display": "multiple", "boundedBy": [ [ 37.58716704, 55.60734631 ], [ 37.6645089, 55.69926615 ]...

How can i get the coordinates from RoutePanel right now it's showing - undefined - it doesn't catch the changes in state ``` from: undefined to: undefined ``` ``` const...