aerostitch / testnavit

0 stars 0 forks source link

location search returns duplicated entries, one working, one not #226

Open aerostitch opened 10 years ago

aerostitch commented 10 years ago

Issue migrated from trac ticket # 1208

component: gui/gtk | priority: major | keywords: location search, doubled result

2014-05-03 01:05:43: christoph.thielecke@gmail.com created the issue


When searching for a target on settings - action - location:

  1. enter the City (e.g. "Wernigerode" from Germany)
  2. I got 2 exact same result entries (see screen shot)
    • when I select the first one, choose "Streets", enter something: nothing
    • when I select the second one, choose "Streets", enter something: got results (as expected)

I use latest svn (now: 5770)

aerostitch commented 10 years ago

2014-05-03 01:06:16: christoph.thielecke@gmail.com uploaded file Screenshot_2014-05-03-10-02-01.png (57.5 KiB)

duplicated result on city search Screenshot_2014-05-03-10-02-01.png

aerostitch commented 10 years ago

2014-05-03 14:29:24: @sleske commented


This could also be a problem with the map you use. Where and when did you download the map?

aerostitch commented 10 years ago

2014-05-11 05:08:45: tryagain commented


I would say this is result of multiple maps being active at the same time.

Identically looking results are probably coming from two maps, which have different coverage areas.

We store city indexes in high level tiles, so you get lots of city data outside of normal coverage area. But street and house data is stored in low level tiles, so your street search is not working when you select a city outside of the map coverage area.

For now, there's no solution besides keeping activated only one map at a time. Please note, you may get other unexpected results when more than one map is enabled at a time, including excessive navigational messages, performance issues.

I'd advise to download whole region of interest as a single map file rather than splitting it into pieces.

tryagain

aerostitch commented 10 years ago

2014-05-11 05:08:45: tryagain