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

Implement Geo Shape Query #1058

Open
wants to merge 2 commits into
base: release-branch.v6
Choose a base branch
from

Commits on Mar 16, 2019

  1. Implement Geo Shape Query

    Based on the elasticsearch and GeoJSON specification, this PR try to
    solve the olivere#939 supporting the follow types :
     * Circle
     * Envelope
     * Linestring
     * MultiLineString
     * MultiPoint
     * MultiPolygon
     * Point
     * Polygon
    
    Any suggestion would be appreciated.
    
    Change-Id: If7e6f59a3833da665e31e7ec179951780d82f9c2
    heltonmarx committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    a6afb23 View commit details
    Browse the repository at this point in the history
  2. Fix the travis and update README.md

    Change-Id: I72ce5d9647ce5c55924cb563db49de4253ae792c
    heltonmarx committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    7e22a12 View commit details
    Browse the repository at this point in the history