>> The only role I am shure about:
>> If there is an Icon for this tag, text needs an offset.
>
> yes, that's basically it.
>
>> Whats the whole thing with the buildings?
>
> buildings usually have a name. This name should be rendered in all
> cases, where there is no other rendering of this name already done
> (like most symbols usually do, e.g. parking, place_of_worship, ...),
> otherwise the rendering of the building-name should be omitted.
>
> The side-problem with the actual building-rule is, that it will render
> building=false/no/0 like a building (at least that's what I expect it
> to do from reading the rule, didn't try it yet).
So the problem is about double rendering building names and rendering
buildings we don't want to.
For the first problem we should have a list of possible tag
combinations and then define rules about what to do in each case.
- building
- building, name
- building, name, symbol-tag (parking, place_of_worship)
- name, symbol-tag
- name
The second could be solved with something like this:
<rule e="way" k="building" v="false|no|0">
</rule>
<else>
<areaText/>
</else>
Regards
_______________________________________________
Tilesathome mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/tilesathome