Skip to content
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.

Support for detecting all types of geo_points #11

Open
siddharthlatest opened this issue Mar 10, 2017 · 0 comments
Open

Support for detecting all types of geo_points #11

siddharthlatest opened this issue Mar 10, 2017 · 0 comments

Comments

@siddharthlatest
Copy link
Member

siddharthlatest commented Mar 10, 2017

geo_points can be specified in the following format:

geo_point: "lat, lon"  (1)
geo_point: [lon, lat]  (2)
geo_point: {           (3)
  lat: lat,
  lon: lon
}

These values can be either passed directly to a key or as elements in an Array. GEM should support detections for all (1), (2), (3) formats in both cases.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant