Alex Fedosov

Results 5 issues of Alex Fedosov

**Steps to reproduce:** Init map: ``` js DG.then(function () { map = DG.map('map', { center: [55.75341, 37.602865], zoom: 18, geoclicker: true, poi: {disableLabel: true}, }); map.poi.getMetaLayer().on('click', function(e) { console.log('poi click!',...

Сделать опцию, чтобы при клике в метаслой срабатывало событие `click` у самого объекта карты.

Сейчас при клике в иконки остановок показываются коллауты районов/городов/мест и т. д. Нужно сделать для них специальные коллауты.

feature request

**mapbox-gl-js version**: 1.12.0 **browser**: Google Chrome v86 ### Steps to Trigger Behavior 1. Use `feature-state` expression in a paint property for a symbol feature 2. Query this feature using `queryRenderedFeatures`...

bug :lady_beetle:

**mapbox-gl-js version**: 2.13.0 **browser**: Chrome 111 ### Description Symbols of these types: 1. Line labels 2. Point labels with variable anchors 3. Symbols with both `text-variable-anchor` and `icon-text-fit` set are...

bug :lady_beetle:
3d :triangular_ruler: