Hi. I'm struggling to understand the rules/syntax of the render.xml files. Despite the info at
https://osmand.net/docs/technical/osmand-file-formats/osmand-rendering-style/ and the comments in the default.render.xml file I've only managed to get the simplest changes working. I want to extend an existing render file (like Topo or Default)
rather than create an entirely new one so I'm using the 'depends'
attribute.
Specifically, what I want to do is hide the objects named 'Unnamed ... Heritage Agreement' that litter the map in my region (South Australia, see attached screenshot). They are technically 'Nature Reserves' but are generally not public access and not of relevance to me. I still want to display 'normal' reserves like National Parks.
From what I can see, they don't have a consistent tag that distinguishes them from other reserves other than the format of their name. The Operator tag could catch quite a few though.
Is it possible to match objects on a partial name? I thought 'nameTag' might do it but I can't even get that to match a complete name let alone a partial name.
Any advice appreciated but as I'm struggling to understand the basics, the more specific the guidance is, the better. Thanks