We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The TagTranslator provides a function to get from OSMTagKey or String to OSHDBTagKey but not the other way around
OSMTagKey
String
OSHDBTagKey
Add lookupTagKey
lookupTagKey
Make lookupTag return "all it knows" i.e. an OSMTag with a key but Null value. This would allow this function to serve the above information.
lookupTag
OSMTag
The text was updated successfully, but these errors were encountered:
rtroilo
No branches or pull requests
Problem Description
The TagTranslator provides a function to get from
OSMTagKey
orString
toOSHDBTagKey
but not the other way aroundExpected Solution
Add
lookupTagKey
Alternative Solutions
Make
lookupTag
return "all it knows" i.e. anOSMTag
with a key but Null value. This would allow this function to serve the above information.The text was updated successfully, but these errors were encountered: