Lucas Wojciechowski
Lucas Wojciechowski
_From @lucaswoj on August 21, 2015 19:8_ It would be useful to support gradient-colored lines, fills, and backgrounds. What would the stylesheet syntax look like? How would this work with...
_From @ansis on January 15, 2015 20:32_ We've talked about this before but it was never implemented. How would it be specified? Carto uses `=~`. We could also use `regex`....
Many attributes of the map have getters, setters, and constructor options (for example, `minZoom`, `getMinZoom`, `setMinZoom` 👍 ) Some have only a subset of the three, even though it would...
[Per the style spec, raster layers may specify a `raster-fade-duration`](https://www.mapbox.com/mapbox-gl-style-spec/#paint-raster-fade-duration). GL JS [ignores this value in some places](https://github.com/mapbox/mapbox-gl-js/blob/master/js/style/style.js#L237), instead using a hardcoded value of 300ms, and [respects it in others](http://github.com/mapbox/mapbox-gl-js/blob/master/js/render/draw_raster.js#L108-L109),...
_From @lucaswoj on December 23, 2016 14:36_ _Copied from original issue: mapbox/mapbox-gl-style-spec#637_
Continued from https://github.com/mapbox/DEPRECATED-mapbox-gl/issues/6 > @peterqliu > We should take advantage of the extra dimension that map pitching affords us, and use depth to visualize overlapping elements that would otherwise obstruct...
_From @nickidlugash on August 3, 2015 23:46_ Currently we can't make use of the way duplex shields in the mapbox streets data are [designed to be styled](https://github.com/mapbox/mapbox-studio-streets.tm2/blob/master/label.mss#L492), because we can't...
migrated From https://github.com/mapbox/DEPRECATED-mapbox-gl/issues/17 by @nickidlugash > What would it take to implement roof rendering for buildings, so we can improve the accuracy of renderings of complex and high-profile landmarks? >...
Supporting *-translate properties isn't as straightforward as supporting other paint properties because translation is incorporated into the transform matrix. ## Potential Designs - incorporate translation property function into position in...