-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Residential area address should be rendered as would a building address #2460
Comments
There's nothing specific about residential here. I thought we did render addresses on landuse areas, but I looked into it and it's always been |
Thanks for reporting. This issue is discussed here #1746 |
IMO a big no! This is mis-usage of the residential tag to make addresses visible. Residential areas should not cover single buildings or small groups of buildings that are not some kind of administrative entity besides a single address. At least here in the Netherlands, this is generally considered a really poor tagging practice... and mostly reverted. It is clear that supporting this, will quickly lead to millions of tiny "residential" areas being added. |
@mboeringa so what would be the preferred way to tag a site that has several buildings at the same address? |
@stragu. The general practice is to simply place a single node with the address tags somewhere appropriate, e.g. near the main building (if any), or the entrance to the area. I realise this will not give you the "these buildings belong together" information, but residential areas were not designed to solve this. If there is a fence, wall or hedge around the perimeter, you could consider adding that, but please only add the feature where it actually exists in reality, and not artificially around the entire perimeter just to make the perimeter show up. |
2016-11-23 10:33 GMT+01:00 mboeringa [email protected]:
administrative entities have completely different tagging IMHO we should render addresses on all kinds of areas that have an
what is the problem with small areas having landuse=residential attached to |
2016-11-23 13:05 GMT+01:00 mboeringa [email protected]:
it will also mean you don't convey information about the spatial extension |
Residential areas are generally used cartographically to display build up areas at mid and low zoom, and thus have a pretty vital function in openstreetmap. It is likely that this proposal will stimulate a mass import of cadastral data / parcels as residential areas, with potentially tens of millions of parcels being added as residential areas, making the rendering of residential a real problem.
I only see an option for this with an exclusion clause for any area tagged as landuse=x, as landuse is the most likely tag to be combined with addresses (besides building=x), e.g.: landuse IS NULL AND addr:housenumber is NOT NULL This will then require users to draw a secondary way for these features without a landuse tag if they want the address to show up, which is less of a problem as the object will then become an OSM feature on its own with its own specific OSM ID (and they can still re-use nodes, but not the closed way of any existing feature already there). For other keys like leisure=x this is less of a problem, because generally (but not always), the address's and leisure facility's outer perimeter will coincide, whereas clearly with residential or industrial areas, this is not the case. |
2016-11-23 14:29 GMT+01:00 mboeringa [email protected]:
you seem to imply that landuse=residential is for a "residential area" as |
@dieterdreist, I agree there are multiple landuses that may also be used inside a residential area, like landuse=grass and landuse=forest, that are more used as landcover. However, just look at a lot of the OpenStreetMap webmaps out there: they often use the following landuses at mid and low zoom scales to depict build-up areas:
Among others like Sputnik, certainly Standard and Fietskaart do this clearly... Humanitarian only really shows industrial landuse clearly at mid and low zoom. There is no good alternative for this. |
2016-11-23 18:17 GMT+01:00 mboeringa [email protected]:
I'm aware of this, and am also aware that there is no out-of-the-box |
Interestingly, the "Address" page on the OSM wiki states that "it's possible to add a perimeter to the site which contains the addr tags and other general tags such as the name"; however, it does not say what the perimeter should be tagged as. https://wiki.openstreetmap.org/wiki/Addresses#Multiple_buildings_for_one_housenumber And just because, I checked how many |
That's exactly why I think this is a potential bad development, before you know it, landuse=residential can no longer be used for what it was initially intended, because millions of these features will be added from cadastral registers.
And that is what I suggest: write a proper Wiki proposal for a tagging scheme for (cadastral) parcels, to combat the mis-usage now arising. Don't get me wrong: I do understand the desire to tag (cadastral) parcels, I just think it an inherently bad idea to use landuse=residential for that. Please develop an alternative on the Wiki if you have an interest in this. |
Discussion seems to be completely about tagging now which does not belong here. As it has been mentioned above #1746 seems to cover what this issue is about (that is showing addresses of non-building polygon features). Unless @stragu has additional and independent concerns here that are not covered in #1746 i think we can close this issue. |
The inconsistency is a problem for me with the current rendering, I find the current situation unexpected. |
Yes, but I think that is covered in #1746. |
@stragu I now noticed there is actually a tag that seems to cover (cadastral) parcel: place=plot. It is a while since I last checked the place key Wiki page, and it seems to have been added since I visited it the last time, at least I don't recall seeing it before: http://wiki.openstreetmap.org/wiki/Tag:place%3Dplot For larger groups of adjacent buildings that aren't plots, but also not the size of - or known as - a neighbourhood, there is now also place=city_block: http://wiki.openstreetmap.org/wiki/Tag:place%3Dcity_block Of course, this doesn't automatically get you a rendered address in the Standard style, but at least there seems to be a suitable tag now for defining these type of features with a corresponding Wiki page. |
sent from a phone
On 3 Dec 2016, at 13:56, mboeringa ***@***.***> wrote:
@stragu I now noticed there is actually a tag that seems to cover (cadastral) parcel: place=plot. It is a while since I last checked the place key Wiki page, and it seems to have been added since I visited it the last time, at least I don't recall seeing it before:
http://wiki.openstreetmap.org/wiki/Tag:place%3Dplot
I believe a boundary value would be better than place for this
cheers,
Martin
|
[first time reporting an issue for the standard style, sorry if it is too subjective or if I miss something in the reporting process]
I would suggest that area tagged as
landuse=residential
should have labels rendered as a residential building would. i.e., if it has a value foraddr:housename
and/oraddr:housenumber
, those should be rendered as labels. See this screenshot from the OSM website (see map and data):In the screenshot, two residential areas are used to group apartment buildings, and it is the residential area that contains the address tags as they are the same for all buildings inside the area.
Currently, there are no labels, whereas another single apartment building that has an address shows both
addr:housename
andaddr:housenumber values
.However, the value for
name
is currently rendered identically in both cases (and has priority over the address labels in the case of a single building).Should the style be changed to have the same label rendering for both residential buildings and residential areas?
The text was updated successfully, but these errors were encountered: