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

Support for detecting all types of geo_points #11

Description

@siddharthlatest

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions