Ansis Brammanis
Ansis Brammanis
`line-trim-offset` works only if lineMetrics is set for geojson sources. When it isn't set, the line disappears completely. It shouldn't disappear and a warning should be logged. **mapbox-gl-js version**: v2.9.1...
**mapbox-gl-js version**: v2.6.0-beta.1 **mapbox-gl-draw version**: main ### Steps to Trigger Behavior 1. map.setProjection('winkelTripel') 2. draw polygon ### Expected Behavior Midpoints are drawn on the line. ### Actual Behavior Midpoints are...
from https://github.com/systemed/iD/issues/172#issuecomment-14918819
Adds a metric to count the number of times page visibility has changed to "hidden". This supports performance metrics by identifying situations where long times could be the result of...
The minimum `ALIASED_LINE_WIDTH_RANGE` required by the spec is `[1, 1]`. We need at least a width of 2 for antialiasing to work. [ANGLE](https://en.wikipedia.org/wiki/ANGLE_%28software%29) only [supports](https://bugs.chromium.org/p/angleproject/issues/detail?id=119#c17) a width of 1. Angle...
**mapbox-gl-js version**: v0.43.0 and master ### Steps to Trigger Behavior 1. create a symbol layer with -allow-overlap set to false 2. animate the positions of features using setData I can...
## Motivation Images can be generated or loaded on demand by listening to the `styleimagemissing` event and then providing the image with `addImage(...)`. The problem is that you need to...