mike-unearth
mike-unearth
The zoom level 18 thing appears to be a red herring: I'm now thinking that what's happening is that the geometry used to calculate the line center is the portion...
Hmm. I have a fix that works up through the current release (1.9.1) but does work with current master due to major changes via https://github.com/mapbox/mapbox-gl-js/pull/9219. I'll wait for the next...
I wrote a polygon drawing tool for my company's product, and thought that I had a bug until I noticed that this affects mapbox-gl-draw as well. Here's a screenshot directly...
I fixed the IE issue in my project by overwriting the addPointerListener function with the missing events (touchcancel and touchleave) added in: ``` L.extend(L.DomEvent, { addPointerListener: function (obj, type, handler,...