-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support 3rd dimension (Z value) to points for geo_point and points in geo_shapes #3318
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
Comments
Adding a PR for |
russcam
pushed a commit
that referenced
this issue
Aug 20, 2018
#3365) This commit adds support for 3rd dimension (Z value) to points for geo_shapes GeoShapeAttribute needs to implement IGeoShapeProperty
Closing as added in #3364 |
Mpdreamz
added a commit
that referenced
this issue
Sep 3, 2018
#3365) This commit adds support for 3rd dimension (Z value) to points for geo_shapes GeoShapeAttribute needs to implement IGeoShapeProperty
Mpdreamz
added a commit
that referenced
this issue
Sep 3, 2018
#3365) This commit adds support for 3rd dimension (Z value) to points for geo_shapes GeoShapeAttribute needs to implement IGeoShapeProperty
Mpdreamz
added a commit
that referenced
this issue
Sep 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relates: elastic/elasticsearch#25738
Add support for indexing Z value (3rd dimension) points in geo_point and geo_shape. This value is returned on
_source
documents, and not used in queriesMapping for
geo_point
andgeo_shape
should also supportignore_z_value
parameterThe text was updated successfully, but these errors were encountered: