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
Tags are currently merged using , but OSM normally joints values using ;: https://wiki.openstreetmap.org/wiki/Multiple_values
,
;
The text was updated successfully, but these errors were encountered:
I overlooked this part of the documentation. It probably only breaks the tests, so let's modify this right away.
Sorry, something went wrong.
#28 Use ; as value separator in tags
56c71c5
Merged into the main branch
No branches or pull requests
Tags are currently merged using
,
but OSM normally joints values using;
: https://wiki.openstreetmap.org/wiki/Multiple_valuesThe text was updated successfully, but these errors were encountered: