Skip to content
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

Recognize multi-line geojson data on imports #15891

Merged
merged 2 commits into from
Oct 15, 2020
Merged

Conversation

jgoizueta
Copy link
Contributor

The georreferencer used in the Import API, that detects geometry columns, couldn't detect GeoJSON columns using multi-line formats. This is relevant for example for data in Snowflake which by default is presented as multile GeoJSON.

@jgoizueta
Copy link
Contributor Author

With all due respect to rubocop, I won't follow it's advice at the moment (to freeze the /{.*(type|coordinates).*(type|coordinates).*}/m constant) because I think that's better handled in a separate cleanup PR (so that all such constants in the same file are frozen).

@jgoizueta jgoizueta merged commit a4d077e into master Oct 15, 2020
@jgoizueta jgoizueta deleted the multiline-geojson branch October 15, 2020 09:18
@thedae thedae mentioned this pull request Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants