Lucas Wojciechowski

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

feature :green_apple:
cross-platform :tv:

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

feature :green_apple:
needs discussion :speech_balloon:
cross-platform :tv:

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

breaking change :warning:
api :memo:

[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),...

bug :lady_beetle:
needs discussion :speech_balloon:

_From @lucaswoj on December 23, 2016 14:36_ _Copied from original issue: mapbox/mapbox-gl-style-spec#637_

cross-platform :tv:

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

feature :green_apple:
needs discussion :speech_balloon:
cross-platform :tv:

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

cross-platform :tv:
api :memo:

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

feature :green_apple:
cross-platform :tv:

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

feature :green_apple: