Hello, hopefully this is one of the last things I need currently and you guys have been very helpful so thank you very much.
I can't quite get variable tag values to map correctly. In the
Tag mapping schema it says that you can use "%f" for numeric values and "%s" for string values, but in my case none of the tags with values set to "%f" are being mapped.
For example, if I have the following tag mapping in my Custom Tag Mapping XML:
<osm-tag key="towerId" value="%f" zoom-appear="1" />
This tag doesn't get mapped by MapWriter (its not generated in .map file).
If I use some of the actual towerId values like such:
<osm-tag key="towerId" value="551" zoom-appear="1" />
<osm-tag key="towerId" value="552" zoom-appear="1" />
It works fine.
What could be the problem here?