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

Yandex Maps Component for VueJS

Results 68 vue-yandex-map issues
Sort by recently updated
recently updated
newest added

Добрый день, спасибо за Вашу работу! Подскажите, пожалуйста, текущую версию (0.12.3) можно считать рабочей для связки Vue3 + TypeScript? Установка: `npm install vue-yandex-maps@next` Версия vue - 3.2.37, compositionApi Задекларирован модуль...

Привет, пытался сделать совершенно кастомный маркер (круглой формы). Нашёл как он делается с помощью яндекс карт. Увидел в исходном коде маркера, что contentLayout можно добавить через ymaps.templateLayoutFactory.createClass. Решил добавить такую...

При инициализации карты мне необходимо показать все точки которые доступны, я ставлю zoom, он показывает нужный зум на пару сек, и потом делает зум и точки игнорируется. Я решил что...

Add npm install instruction for Vue 3 (vue-yandex-maps@next)

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...

dependencies

Карта хранится в модалке. Настройки карты: ``` :use-object-manager="true" :coords="mapCenter" :init-without-markers="false" cluster-options="mapClusterOptions" @map-was-initialized="handleMapInit" ``` внутри подключается ymap-marker. Если не подключить - точек изначально нет. Далее при фильтрации я удаляю все точки...

question

Vue3 + Nuxt 3 ``` ``` ``` settings = { apiKey: '....', lang: 'ru_RU', coordorder: 'latlong', enterprise: false, version: '2.1' } ``` Uncaught TypeError: Cannot read properties of null (reading...

bug

``` import { loadYmap } from 'vue-yandex-maps' export default { name: 'indexYandexMap', data: () => ({ API_KEY: 'мой ключ', DEFAULT_COORDS: [58.812924, 36.500804], MAP_ZOOM: 5, needToLoad: false }), created () {...

bug