Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#9651 closed enhancement (fixed)

Validade landuse=* on nodes

Reported by: naoliv Owned by: team
Priority: normal Milestone: 14.02
Component: Core validator Version:
Keywords: Cc:

Description (last modified by naoliv)

landuse should be used to describe the usage of an area.
Its wiki (http://wiki.openstreetmap.org/wiki/Key:landuse) also says that it should be used only in areas.
I see a lot of people wrongly using a single node with landuse=residential, for example (one example using South America: http://overpass-turbo.eu/s/2ku)

Could JOSM give a warning about using landuse on nodes?

/* needs a better phrase :-) */
node[landuse] {
        throwWarning: tr("{0} should be used only in areas", "{0.key}");
}

Attachments (0)

Change History (5)

comment:1 by naoliv, 11 years ago

Description: modified (diff)

comment:2 by Don-vip, 11 years ago

Milestone: 14.02

comment:3 by Don-vip, 11 years ago

Resolution: fixed
Status: newclosed

In 6790/josm:

fix #9651 - Validade landuse=* on nodes

comment:4 by aceman, 11 years ago

This could be used on a point if the mapper didn't know where the area spans. He could just mark node that around the node there was landuse=x to unknown span.

So is the intended workflow to just mark some guessed area, tag it landuse=* and source=guess or something?

I do agree with the patch here, I just want to cover all usecases.

in reply to:  4 comment:5 by naoliv, 11 years ago

Replying to aceman:

This could be used on a point if the mapper didn't know where the area spans. He could just mark node that around the node there was landuse=x to unknown span.

Yes, sure (I saw some people tagging landuse=farm on a node here, probably to say that the place is a farm).
Maybe to play safe, it could be demoted to informational level, like "highway without reference". A highway could have no ref at all, but the message still informs the user to verify the data.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.