gtsl-2

Results 3 comments of gtsl-2

I think you can do it with below code in latest version. ``` MapWidget ( onMapIdleListener : (mapIdleEventData) { // any function } ) ```

same for me And I can't use updateData. https://docs.mapbox.com/mapbox-gl-js/api/sources/#geojsonsource#updatedata

I think lineMetrics works with the relatively new mapbox-gl version. However, the version of mapbox-gl in mapbox-gl-draw is 3.4.0. Latest version of mapbox-gl is 3.11.0. So if you set lineMetrics:true...