tangram-docs
tangram-docs copied to clipboard
Documentation for the Tangram map renderer
https://github.com/tangrams/tangram/issues/478#issuecomment-271966738
We should document what draw rules are inheritable by child `text` block from the parent `points` draw rules. Example `repeat_group` is inheritable, but `repeat_distance` is not. Similarly we should document...
Examples on https://mapzen.com/documentation/tangram/textures/ don't make it clear how points and polygons styles use textures. the inverse relationship between "scale" and size also needs clarification
https://github.com/tangrams/tangram/pull/441
to follow release of changes in https://github.com/tangrams/tangram-docs/pull/149
Most people with a web background will be used to the ordering model of layers then an order within the layers. Tangram's is substantially different. There is relatively little documentation...
currently the example code doesn't match the screenshots – would be good to at least link to full scene files for each example, possibly in Play
eg for `getFeatureSelection` et al – add examples showing where `scene` is included.