Is "int_ref" available in Mapsforge maps #1254
Answered
by
devemux86
victorlysak
asked this question in
Q&A
|
I tried the default.xml theme and could not find the way to display road ref for European routes. these are tagged in osm as int_ref the default.xml shows k="name" or k="ref", but when i do k="int_ref" nothing shows up is this implemented at all ? also how to reduce the amount of k="ref" shown on the map |
Answered by
devemux86
Sep 17, 2025
Replies: 1 comment
|
Motorider, Biker, Dark, Indigo are the map themes currently being developed and contributed to VTM: Map libraries can only display the tags that exist in the map files. To write render themes, please study the render theme documentation and xml schema. |
0 replies
Answer selected by
devemux86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motorider, Biker, Dark, Indigo are the map themes currently being developed and contributed to VTM:
Map libraries can only display the tags that exist in the map files.
"ref" is the common tag.
To write render themes, please study the render theme documentation and xml schema.