Anand Eng-Thakker

Results 67 comments of Anand Eng-Thakker

Note that even with the proposal for accepting arrays starting with a non-string without the `literal` wrapper, you’d still have to use `["literal", [...]]` if you wanted an array of...

@jstratman we should, indeed, move forward on this, but we need to decide on the API design. Main two proposals on the table: 1. `["semi-literal", [["get", "x"], ["get", "y"]]` /...

A third way would be to just always use `[[ ]]`. I kinda like that the best, actually.

> dictionaries are the natural way to build a variable-length match expression @1ec5 the `"match"` expression in the style spec is specifically designed for this case. Ideally, I think we'd...

Another alternative would be to add a `fill-region: 'inside' | 'outside'` property to the existing fill layer.

> I don't think that adding a layer with a symbol that has not been added to the map should work I'd have expected this to work: an icon layer...

> I agree this would be great - aside from what you've pointed out you would also need to port the max unpooling layer too. @alexgkendall From a naive read...

So actually, it looks like just `preventDefault` won't be enough -- will also need to forward the event to the canvas element (or something), because it currently doesn't propagate there.

Ah right. I agree, for scrolling the pop up should scroll, but maybe for multi touch zooming using the trackpad, it should propagate to the map? On Tue, Jun 16,...

(Hmm... I guess I don't even know if that making distinction is possible...)