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

Coordinates can contain more than two elements (x,y) in GeoJSON parser. #9542

Closed
wants to merge 1 commit into from

Conversation

clement-tourriere
Copy link

This pr fixes GeoJSON parsing with more than 2 elements in coordinates.

Closes #9540

@nknize
Copy link
Contributor

nknize commented Feb 3, 2015

See comment on #9540 This should issue a warning for 3 and 4 dimensions since 3D and 4D (space time) support is in work. >4 elements can issue either a warning or an error since the recommendation within ES is to map those vector fields to a different attribute type.

@nknize nknize added :Analytics/Geo Indexing, search aggregations of geo points and shapes discuss >enhancement v1.4.4 v1.5.0 v2.0.0-beta1 labels Feb 3, 2015
@nknize nknize changed the title Coordinates can contain more than two elements (x,y) in GeoJSON parser. [GEO] Coordinates can contain more than two elements (x,y) in GeoJSON parser. Feb 3, 2015
@colings86 colings86 removed the discuss label Feb 6, 2015
@spinscale spinscale added v1.4.5 and removed v1.4.4 labels Feb 19, 2015
@nknize
Copy link
Contributor

nknize commented Apr 21, 2015

Closing in favor of PRs #10248 and issue #10685

@nknize nknize closed this Apr 21, 2015
@clintongormley clintongormley changed the title [GEO] Coordinates can contain more than two elements (x,y) in GeoJSON parser. Coordinates can contain more than two elements (x,y) in GeoJSON parser. May 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Geo Indexing, search aggregations of geo points and shapes >enhancement feedback_needed v1.6.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[GEO] GeoJSON parser doesn't support more than two elements in a position
5 participants