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
query
GeoJSON output performs simplified string escaping, as it relies on the following:
OSM strings have already been cleaned up during import
But this is not true, only strings that are written into string tables are cleaned this way; rare strings are not cleaned.
Should spec be changed? See #94
The text was updated successfully, but these errors were encountered:
Proper escaping for GeoJSON
c2af518
Fixes #101, #93
Fixed in c2af518
Sorry, something went wrong.
No branches or pull requests
GeoJSON output performs simplified string escaping, as it relies on the following:
But this is not true, only strings that are written into string tables are cleaned this way; rare strings are not cleaned.
Should spec be changed? See #94
The text was updated successfully, but these errors were encountered: