0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
v0.20.0 More... about 5 years ago
re-throw style compilation errors so users can be notified via event subscriptions fixes Tangram Play inline shader compile errors (!) More... about 5 years ago
add raster-based styles to blend/base default styles More... about 5 years ago
avoid polluting user-defined styles (scene.config.styles) with blend/base default styles More... about 5 years ago
fix mesh variant cache for line outlines More... about 5 years ago
explicitly set the attribute value to zero for null/undefined/non-numeric values More... about 5 years ago
use the plain user-defined attribute name as the public interface for custom attributes, by aliasing each custom attribute to the internal attribute name in the vertex shader, and (when varying is enabled) the internal varying name in the fragment shader More... about 5 years ago
alpha override param for text font More... about 5 years ago
alpha override param for points More... about 5 years ago
styles can define custom attributes/varyings in shaders (only float type supported for now) More... about 5 years ago
alpha override param for lines and polygons More... about 5 years ago
v0.19.1 More... about 5 years ago
use post-processing transform to apply device pixel ratio to function-based font sizes fixes bug where dynamic font sizes were wrong on high-density displays More... about 5 years ago
add optional post-processing function applied to the result of function-based style properties e.g. apply device pixel ratio to font sizes, unit conversions, etc. More... about 5 years ago
demo: transform script example should be commented by default More... about 5 years ago
demo: update advanced data source `transform` example to use JSTS (turf has an issue with line/polygon intersections) More... over 5 years ago
Bump lodash from 4.17.11 to 4.17.15 More... over 5 years ago
Bump mixin-deep from 1.3.1 to 1.3.2 More... over 5 years ago
Bump eslint-utils from 1.3.1 to 1.4.3 More... over 5 years ago
demo: add data source and tile info to feature hover More... over 5 years ago
update test for new Utils.io response signature More... over 5 years ago
support 204 No Content responses for tiles (tile will be treated as loading successfully, but with no layers/data) More... over 5 years ago
return response status with network requests More... over 5 years ago
demo: fix API key injection to only apply to nextzen.org sources More... over 5 years ago
v0.19.0 More... over 5 years ago
demo: remove dupe parameter More... over 5 years ago
ensure feature.id is available as $id in filter objects (in addition to filter JS functions) More... over 5 years ago
ensure property exists when testing "includes" array value filter More... over 5 years ago
demo: tweak roads More... over 5 years ago
include feature.id in uniqueness check (use `$id` when specifying set of properties to uniqueify on) for scene.queryFeatures() More... over 5 years ago