-
Notifications
You must be signed in to change notification settings - Fork 6
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
Smallest possible first step #4
Comments
@dktue would you also add this to multipolygon relations that denote areas as well? |
@kamicut sounds like a reasonable generalization. But for relations it's quite easier to figure out if they are areas or rings. If it's about the smallest possible step, we could start with ways only if relations would impose further problems. |
@mmd-osm : I know it's not supported yet like nothing of the proposals in this repository is supported. I just wanted to encourage progress by pointing out a smallest possible step. And if editors don't support it, it's not an issue: The bot that performs the mechanical edit could continue working continguously adding the attribute to those ways that have it set to |
If a bot can add the new attribute there is no value with this change. |
@HolgerJeromin : I think there's value in it if a bot can make this change because the bot is very complicated. @joto mentioned in his talk at SOTM that he identified at least 187 (!) rules to decide wether a closed way is an area or not. Every software using OSM data therefore must implement at least all of those rules to work correctly. Having an attribute would greatly simplify the way other software can consume and interpret OSM data. It's really about having complexy at one place (in the bot!) and not in every software that uses OSM data. And at some point in the future when editors support this, the bot can be disabled. |
@mmd-osm : And that's why I think the attribute would be beneficial. |
@dktue : in my mind - the minimal first step is creating
For me : the
|
@ImreSamu : Is it really necessary to do this all at once? What I want to start with this discussion is encouraging people and convincing the developer-community that this is feasible. OSM can evolve, we're not forever locked to the current state. So: Why can't we simply start with an area-metadata without having to plan metadata-organisation itself from scratch? |
@mmd-osm : Of course it would be better to have a separate area data type. The advantage of an |
@mmd-osm |
imho we need a minimal discussion about the " Local optimum vs global optimum dilemma". I would like to reuse this metadata for QA tools and/or in the (future) central metadata repository. imho: - this area metadata can be a puzzle piece - in the "big metadata picture". Connection with
for me - some important design corner stones:
|
@ImreSamu : Where is the right place to discuss the metadata picture? |
I don't know, a new "issue" here? imho: This is related to the collecting the Business requirements. I am only one of |
I would love to see this progressing.
In short terms many developers would greatly benefit from an
area
attribute on ways. @joto mentioned in one of his talks that this attribute can possibly be added automatically in most cases -- a mechanical edit of current data seems to be possible.Just imagine how easy the world of a developer would be, if we had
So my question is: Can we do this separately? Can we already start providing the
area
-attribute right now for ways where anarea
-tag is explicitely set and go on from there?The text was updated successfully, but these errors were encountered: