Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-655

Ensure SDK represents all geopoint's as LON/LAT rather than LAT/LON

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 3.0.0-rc
    • None
    • None
    • None
    • 1
    • SDK1: GA and Priority List, SDK5: Docs, Pathfind Antorized, SDK9: Coll/Txn/Doc chipping, SDK11: Coll/Txn/Docs More Chip, SDK13: Coll/Txn/Docs More Chip

    Description

      A recent RFC change for search has changed the ordering of latitude/longitude values such that where previously we would accept them from the user as lat/lon and then dispatch to the server as lon/lat, we will not simply accept them from the user as longitude first, latitude second.

      Ex:
      Before: new GeoDistanceQuery(lat, lon, distance)
      After: new GeoDistanceQuery(lon, lat, distance)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Ellis.Breen Ellis Breen
            brett19 Brett Lawson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty