Opened 12 years ago
Last modified 9 years ago
#10060 closed enhancement
MapCSS: set tag=value — at Initial Version
| Reported by: | plepe | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core mappaint | Version: | |
| Keywords: | mapcss modify tag | Cc: | lists@… |
Description
According to the MapCSS specification http://wiki.openstreetmap.org/wiki/MapCSS/0.2, it should be possible to modify tags (temporarily for the rendering process).
{ set tag=value; } /* set a tag */
{ set tag; } /* set a tag to 'yes' */
{ set tag=eval(tag('name')); } /* set tag to the result of the eval() expression */
It would be great, if JOSM would support this.
Note:
See TracTickets
for help on using tickets.


