Brett Camper
Brett Camper
Thanks, we'll take a look as soon as we can.
This is actually by design currently -- a function for `width` must return a raw number in mercator meters. `color` values also used to work this way, requiring a an...
@nvkelso what's your feedback? I agree that deeply nested rules can be difficult to read (and when creating this syntax I'm not sure I expected the nesting to go this...
Hi, sorry for the delay. I've also been unable to find details on this issue, and I don't have experience working with IPv6 addresses. It's not surprising if there's a...
I think a simple version of what you are describing is implemented in this branch: https://github.com/tangrams/tangram/compare/fallback-source The idea here was that a given data source might only have partial tile...
While there is probably more than this going on in the background, for your second example, have you tried `optional: true` on the nested text? Remember it defaults to `false`...
Agree that switching internal tiling of non-tiled sources to `512px` is a good idea. Need to look into it.
@nvkelso change here to tile non-tiled sources to 512px: https://github.com/tangrams/tangram/commit/c7506ba4ee3b16bb6146222e3a82b97197cc8ade
Hi @mountainMath - we are interested in adding something like this (some prototypes are [here](https://github.com/tangrams/tangram/tree/query-features) and [here](https://github.com/tangrams/tangram/tree/query-features-selection)), but need to assess the right approach. We might limit such a method's...
@mountainMath The open PR #566 is not exactly what is described here, but is very relevant.