Dave,
reg. a rule for mkgmap: A simple approach would be to add a rule in the
relation style so that the tag man_made=pipeline is added to all way members
of the relation which don't already have a man_made tag:
#pipelines
type=route & route=pipeline 
{
    apply way {
        add man_made=pipeline; 
    }
}
Maybe use set instead of add to catch cases like relation 3220256 where some
long ways are tagged as man_made=cutline 
I leave it to you to find out how you can transfer the other tags like the
name of the route relation. The default style contains samples for that.

Gerd



--
Sent from: http://gis.19327.n8.nabble.com/Tagging-f5258744.html

_______________________________________________
Tagging mailing list
Tagging@openstreetmap.org
https://lists.openstreetmap.org/listinfo/tagging

Reply via email to