Brett Camper

Results 128 comments of Brett Camper
trafficstars

Um, strange, can you elaborate / have an example? That should not be the case.

Although we're still waiting for support in ES. On Thursday, December 10, 2015, Nathaniel V. KELSO [email protected] wrote: > Tangram v0.4.4 has this support now. > > — > Reply...

Cool. Given the divergent label placement systems, it doesn't seem unreasonable that they may need different defaults (usually we try to keep them in sync, but then in most cases...

Yes, I think we need to work within the current syntax for now, as it would be a much bigger refactor (and a syntax change I don't want to rush)...

Right, unfortunately it is not possible to determine order from a YAML mapping (or JS object/hash either for that matter). The use of lexical manner is not really because it's...

Ah, didn't know that was possible in the C++ yaml parser! Unfortunately it is _not_ currently possible with the JS yaml parser, because it uses plain JS objects, and there...

So with lexical sort, is the preferred behavior that first ('rule-a') or last ('rule-z') wins? :)

There are probably better ways to solve this, but also occurred to me that we could have an optional `priority` set on the layer to allow precedence control where needed.

BTW I looked at how CSS resolves conflicts like this, and later selectors overwrite earlier ones. As discussed that would be the preferred behavior here if it was easy to...

If a building **has** a height value, it should be extruded to just that height. If it **does not** have a height value, it should extrude to default height (20...