Mstislav Zhivodkov

Results 11 comments of Mstislav Zhivodkov

`module` field point to a module that has ES2015 module syntax. We don't have this module syntax, how can it help you?

We have `main` field, which points to a bundle with commonjs module syntax. `import DG from '2gis-maps';` should works with ES2015 module syntax. But If you use TypeScript, you must...

Для получения бага достаточно `DG.marker([54.98, 82.91]).addTo(map);`. Так работает leaflet, если на layer, а в нашем случае. на маркер не навешивается не одно событие, то он пропускает его дальше. Например, так:...

После https://github.com/2gis/mapsapi/pull/78 в браузерах не поддерживающих FullScreen API контролы просто не отображаются. Раньше в старых браузерах использовалась следующая имитация фуллскрина: ``` css .DGFullScreen_legacy-mode { position: fixed !important; margin: 0 !important;...

Can you explain how we add the package to bower without built files in the repository?

We will not add build files because it creates many merge conflicts and makes code review more difficult. I think we can look into how https://github.com/Leaflet/Leaflet doing this without built...

Sorry I am a little bit busy right now, but you can create your own pull request

Думаю, ничего менять не нужно, все функции просто перестанут работать в Хроме, т.е. контролы фуллскрина и геолокации пропадут в https.

Ждём, когда добавят кастомный заголовок для Date. Частично сделано здесь https://github.com/2gis/mapsapi/tree/fix/traffic-update

> after zoom by pinch map not response (example: base.html) Не воспроизвёлся, возможно, поправился > after setView and panTo not shown tiles (example: groupMarkerEvent.html) Ты не правильно обрабатываешь клики в...