On Fri, Mar 18, 2011 at 12:20 PM, PierZen <[email protected]> wrote: > Richard, as you said, the vmatch does the job perfectly with assigning the > value=unspecified > using the following tag definition. > <tag k="highway" v="unspecified" vmatch="primary|secondary|tertiary|footway|track|unspecified"/>
Yep. Although with this particular tag, this would be better: <tag k="highway" v="road" vmatch="primary|secondary|tertiary|footway|track|unspecified"/> "highway=road" being the official way of specifying an unspecified road. Hmm, I wonder if we should have a special value that tells Potlatch2 to wipe the values if the main key value is not set. Steve _______________________________________________ Potlatch-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/potlatch-dev
