I need to work with highway milestones: https://wiki.openstreetmap.org/wiki/Tag:highway%3Dmilestone
Adding just
TYPE highway_milestone
= NODE ("highway"=="milestone")
to a stylesheet isn't going to work, distance tag value is not read to the feature value buffer. So I probably have to define Distance feature. How to do that? Can it be done in the stylesheet, or does it require defining the feature in the library itself?
I need to work with highway milestones: https://wiki.openstreetmap.org/wiki/Tag:highway%3Dmilestone
Adding just
to a stylesheet isn't going to work,
distancetag value is not read to the feature value buffer. So I probably have to defineDistancefeature. How to do that? Can it be done in the stylesheet, or does it require defining the feature in the library itself?