Jan Žák

Results 116 comments of Jan Žák

Hi, the root cause was in incorrect reading existing mapbox-gl-draw modes after upgrading to mapbox-gl-draw 1.4.3. Fixed in https://github.com/zakjan/mapbox-gl-draw-geodesic/commit/f6ca244aa973160c69941ae4850e8d86771ec8d1 and released as 2.3.1. Could you try it?

Note that this bug really occurs only for this specific combination of slot > if > repeat. Alternatives such as if inside repeat, dummy span inside container, dummy span inside...

Another possibly related bug with slot > if > if https://gist.run/?id=a1b74e93a5571c627b0b7aa2e1178768

Thanks, but this is a monkey patch for the entire application with access to MapboxDraw instance. It's not an official plugin API. I can only document this approach in the...

I'm experiencing this issue as well. gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Leaflet is only a basemap layer. You can use any deck.gl layer, it overlays the basemap. Does it help you?

Still active for Jenkins 2.375.2 and Slack Notifications plugin 631.v40deea_40323b

> bundle the `pmtiles` dependency and not the `ol` dependency @bdon I'm not sure if every bundler supports it, but at least in Rollup I use a combination of `output.globals`...

It's not OL but Leaflet, but the principle is the same. https://github.com/zakjan/leaflet-lasso/blob/master/rollup.config.js

Would it work if you declare `ol/source/VectorTile` as external + alias `ol/source/VectorTile` to a global `ol.source.VectorTile`?