[OSM-dev] Annotation presets (was: [OSM-talk] osmeditor2 and JOSM)

Nick Whitelegg nick at hogweed.org
Tue Sep 12 19:15:22 BST 2006


On Tuesday 12 Sep 2006 13:51, Andy Robinson wrote:
> No presets in JOSM by default but Imi was proposing that any good sets that
> he gets he makes available with JOSM so that you can pick and chose which
> set suits you. That requires the rest of us to submit a useful set to him.
> I have some and others certainly have some but there really isn’t a defined
> set yet.

Have now found the annotation preset feature, and used Etienne's as a test.

What would be good though is for the user to be able to select a type of way 
(e.g. "public footpath") and be able to map that to a whole *set* of tags,  
so that selecting "public footpath" instantly tags the way with both foot=yes 
and highway=footway.

e.g.

<!-- map public footpath to foot=yes; highway=footway -->

<item name="public footpath">
<tag k="highway" v="footway" />
<tag k="foot" v="yes" />
</item>

<item name="permissive footpath">
<tag k="highway" v="footway" />
<tag k="foot" v="permissive" />
</item>

<item name="public bridleway">
<tag k="foot" v="yes" />
<tag k="horse" v="yes" />
<tag k="bicycle" v="yes" />
<tag k="highway" v="bridleway" />
</item>

<item name="A road">
<tag k="highway" v="primary" />
</item>

Thoughts on this?

Nick




More information about the dev mailing list