-
Notifications
You must be signed in to change notification settings - Fork 120
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
Ambiguous landuse values (from different OSM keys) #132
Comments
@nvkelso we discussed a separate approach offline too where we could expand the possible values in the kind to capture this. For example: When it's ambiguous, do we want to include the source tag, in this case landuse? Or, add more kind values? |
I'm starting to lean towards @zerebubuth What are your thoughts? |
If we prefix the kind with the original key and then separate the key and value with an I guess the best solution to any of this is to come up with a single, unique string to represent every feature that we want to pull in. That's going to be a bunch of work, which is why I think it might be easier to just stick with the OSM |
Another example where |
Most of this was done via other commits. The one actionable item from this issue if for power stations, which was elsewhere changed to export I see pier but no playground in tile commented Oct of last year. |
There are situations where the
kind
value doesn't have the most appropriate tag's value in it. We should also return back the value that is in thelanduse
tag on the feature to help with these situations.The text was updated successfully, but these errors were encountered: