Replies: 3 comments 2 replies
|
“Layer” is a familiar term, but it’s also a very overloaded term. I’m constantly struggling to distinguish between tile layers and style layers in conversation. (Look, they even rhyme when fully qualified!) |
|
I think calling this "Layer" was a mistake in the original spec and it stems from the (invalid) assumption that each layer would only be rendered once. In the code, we have to use names like "SourceLayer" to distinguish it from the style layers. |
|
Within the MLT context, we only deal with one type of layers. Feature table is a good term for a specific type of a layer, but I see no reason to restrict MLT to only support features - it could be routing tables, it could be raster images, etc. A better lingo IMO could be |
Uh oh!
There was an error while loading. Please reload this page.
It seems the
FeatureTableconcept described in the spec is semantically identical to the MVT'sLayer. If so, I think it would be better to use the same terminology to avoid confusion and to simplify adaption. Or does the featuretable has any additional semantic meaning?All reactions