Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-55371

Geocoding issue

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.6.2
    • 5.6.1, 5.7.0
    • Location
    • None
    • all

    Description

      I'm using GeocodeModel to query addresses based on coordinates, this is done through osm plugin. The addresses are successfully retrieved from the model, however when querying the individual parts (street, city...) of the Address it's returning the wrong information for certain locations.

      For instance:
      latitude: 49.3354714
      longitude: -123.1596671

      Returns:
      text: 17th Street, Hollyburn, West Vancouver, Greater Vancouver Regional District, British Columbia, V6G, Canada

      street: 17th Street
      district: Hollyburn
      city:  
      state: British Columbia
      country: Canada
      postalCode: V6G

      Where it should be:

      street: 17th Street
      district: Greater Vancouver Regional District
      city: West Vancouver
      state: British Columbia
      country: Canada
      postalCode: V6G

      Attachments

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

        Activity

          People

            paangele Paolo Angelelli
            eptin Paulo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes