Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-14699

Les Ailerons is in the wrong place

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Trivial
    • 4.0.0
    • 4.0.0
    • clients
    • Security Level: Public
    • None
    • Untriaged
    • MacOSX 64-bit
    • Unknown

    Description

      In the travel sample data, Les Ailerons airport (airport_4303) has the wrong latitude and longitude:

      {
        "id": 4303,
        "type": "airport",
        "airportname": "Les Ailerons",
        "city": "Enghien-moisselles",
        "country": "France",
        "faa": null,
        "icao": "LFFE",
        "tz": "N",
        "geo": {
          "lat": 0,
          "lon": 0,
          "alt": 302
        }
      }
      

      I believe it should be this:

        "geo": {
          "lat": 49.0455,
          "lon": 2.352,
          "alt": 302
        }
      

      https://skyvector.com/airport/LFFE/Enghien-Moisselles-Airport

      Attachments

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

        Activity

          People

            pvarley Patrick Varley (Inactive)
            pvarley Patrick Varley (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty