Asheem Mamoowala

Results 18 comments of Asheem Mamoowala

@kaligrafy Support for gradient colored lines was implemented in https://github.com/mapbox/mapbox-gl-js/pull/6303, and is now available with GeoJSON data sources. It looks like `linesofar` does use high prevision floats in the line...

This has been proposed in the vector tile spec and is being tracked at https://github.com/mapbox/vector-tile-spec/issues/114. There are no current plans to incorporate this into GL-JS separate from that spec.

@iamanvesh We have been able to verify that there is a small leak related to creating and destroying maps in Safari and are investigating the root cause. We'll update here...

With #9906, we should be able to implement: `+[MGLOfflineStorage tileCountForRegion:]` or something similar.

This is still valuable code & doc cleanup that should be done

> fill-pattern-scale: `{auto|fixed}` // Defaults to 'auto'? (current behavior) To me `auto` would imply that it automatically rescales - which is not the current behavior, and `fixed` suggests that it...

@vincentvanderweele Seems we missed an opportunity to provide guidance in a previous [post](https://github.com/mapbox/mapbox-gl-js/issues/7946#issuecomment-514169325). Sorry for the delayed involvement. > take map state into account while parsing the expression.... > This...

> My main concern is that that might conflict with layers we add to the map dynamically in the frontend Yes, this will definitely be an issue. > even if...