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

Support longitude and latitude format for geo coordinates #2225

Closed
ppf2 opened this issue Dec 10, 2014 · 1 comment
Closed

Support longitude and latitude format for geo coordinates #2225

ppf2 opened this issue Dec 10, 2014 · 1 comment
Labels
notabug When the issue is closed this label Indicates that it wasn't a bug

Comments

@ppf2
Copy link
Member

ppf2 commented Dec 10, 2014

K4_b2. A lot of the datasets out there use longitude and latitude format for geo coordinates. It looks like the new map component supports only geohash coordinates. Would be nice to provide support for one of the geo point types that use long and lat (http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-geo-point-type.html#_input_structure) as well.

@ppf2 ppf2 added the notabug When the issue is closed this label Indicates that it wasn't a bug label Dec 10, 2014
@ppf2
Copy link
Member Author

ppf2 commented Dec 10, 2014

Hmm never mind it looks like my geojson array ("geocode":[-117.7339,33.675099999999986]) is mapped as a double instead a geo_point. That is probably why it is not showing up as an option in the map.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notabug When the issue is closed this label Indicates that it wasn't a bug
Projects
None yet
Development

No branches or pull requests

1 participant