Ansis Brammanis

Results 12 issues of 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...

bug :lady_beetle:

**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...

bug

from https://github.com/systemed/iD/issues/172#issuecomment-14918819

icon request

icon request

http://wiki.openstreetmap.org/wiki/Key:opening_hours

field
bluesky

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...

skip changelog

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...

bug :lady_beetle:

**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...

bug :lady_beetle:

Cherry-pick multiline label and metrics fixes to v2.11.

skip changelog

## 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...

feature :green_apple:
api :memo: