Hi Gerd

The point i was try to make was that some other properties of the
generated map might be disrupting the integrity of the index as
understood by the garmin device. As an example, any extended types
(points/lines/shapes) anywhere earlier in the gmapsupp.img, but there
could be many other causes, or it simply might not work on your device.

Ticker

On Thu, 2018-07-12 at 17:09 +0000, Gerd Petermann wrote:
> Hi Ticker,
> 
> POI with 0x2a?? are not extended types, they are the standard types
> for food. AFAIK one cannot search for POI with extended types.
> 
> Gerd
> 
> ________________________________________
> Von: mkgmap-dev <[email protected]> im Auftrag
> von Ticker Berkin <[email protected]>
> Gesendet: Donnerstag, 12. Juli 2018 16:21
> An: [email protected]
> Betreff: Re: [mkgmap-dev] Error in index
> 
> On my device (eTrex Legend HCx) nearby results appear almost
> instantly.
> 
> I don't know if it is of any significance but my style doesn't used
> extended types for anything!
> 
> Looking at the thread Thorsen mentioned - this I presume:
> 
> http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2014q1/020569.html
> 
> it's a bit in inconclusive.
> 
> Ticker
> 
> On Thu, 2018-07-12 at 08:43 +0000, Gerd Petermann wrote:
> > Hi Bernd,
> > 
> > thanks, I tried with your rules but that didn't help in my case.
> > The
> > Index is different but the problem remains.
> > I am no longer sure about the results though, for my hometown the
> > search returns reasonable results after a while.
> > It did not find much in some towns in CZ, but maybe that was also
> > correct.
> > So I think I have to accept this :-(
> > 
> > Gerd
> > 
> > ________________________________________
> > Von: mkgmap-dev <[email protected]> im Auftrag
> > von Bernd Weigelt <[email protected]>
> > Gesendet: Mittwoch, 11. Juli 2018 15:00
> > An: Development list for mkgmap
> > Betreff: Re: [mkgmap-dev] Error in index
> > 
> > Hi
> > 
> > these are our rules, all categories are full, the search is fast
> > enough,
> > tested with my O650
> > 
> > # Food and Drink
> > 
> > # American
> > amenity=restaurant &amp;
> >     cuisine=american
> > [0x2a01 resolution 24]
> > 
> > # Asian
> > amenity=restaurant &amp;
> >   ( cuisine=asian |
> >     cuisine=indian |
> >     cuisine=korean |
> >     cuisine=thai |
> >     cuisine=vietnamese )
> > [0x2a02 resolution 24]
> > 
> > # Barbeque
> > amenity=restaurant &amp;
> >     cuisine=barbecue
> > [0x2a03 resolution 24]
> > 
> > # Chinese
> > amenity=restaurant &amp;
> >     cuisine=chinese
> > [0x2a04 resolution 24]
> > 
> > # Deli/Bakery
> > amenity=restaurant &amp;
> >   ( cuisine=cake |
> >     cuisine=deli |
> >     cuisine=crepe )
> > [0x2a05 resolution 24]
> > amenity=ice_cream |
> >     cuisine=ice_cream
> > [0x2a05 resolution 24]
> > 
> > # International
> > amenity=restaurant &amp;
> >     cuisine=international
> > [0x2a06 resolution 24]
> > 
> > # Fastfood
> > amenity=fast_food  |
> > ( amenity=restaurant &amp;
> >     cuisine=fast_food ) |
> >     cuisine=kebap |
> >     cuisine=döner
> > [0x2a07 resolution 24]
> > 
> > # Italian
> > amenity=restaurant &amp;
> >   ( cuisine=italian |
> >     cuisine=pasta )
> > [0x2a08 resolution 24]
> > 
> > # Mexican
> > amenity=restaurant &amp;
> >     cuisine=mexican
> > [0x2a09 resolution 24]
> > 
> > # Pizza
> > amenity=restaurant &amp;
> >     cuisine=pizza
> > [0x2a0a resolution 24]
> > 
> > # Seafood
> > amenity=restaurant &amp;
> >   ( cuisine=sea_food |
> >     cuisine=fish |
> >     cuisine=sushi )
> > [0x2a0b resolution 24]
> > 
> > # Steak/Grill
> > amenity=restaurant &amp;
> >   ( cuisine=steak_house |
> >     cuisine=chicken )
> > [0x2a0c resolution 24]
> > 
> > # Bagel/Donut
> > amenity=restaurant &amp;
> >   ( cuisine=bagel |
> >     cuisine=donut  )
> > [0x2a0d resolution 24]
> > 
> > # Cafe/Diner
> > amenity=cafe |
> > (amenity=restaurant &amp;
> >     cuisine=coffee_shop )
> > [0x2a0e resolution 24]
> > 
> > # French
> > amenity=restaurant &amp;
> >     cuisine=french
> > [0x2a0f resolution 24]
> > 
> > # German
> > amenity=restaurant &amp;
> >   ( cuisine=german |
> >     cuisine=bavarian )
> > [0x2a10 resolution 24]
> > 
> > # British
> > amenity=restaurant &amp;
> >   ( cuisine=british |
> >     cuisine=fish_and_chips )
> > [0x2a11 resolution 24]
> > 
> > # Speciality Food Products
> > amenity=restaurant &amp;
> >   ( cuisine=vegan |
> >     cuisine=vegetarian )
> > [0x2a12 resolution 24]
> > 
> > # Other
> > amenity=restaurant &amp;
> >   ( cuisine=mediterranean |
> >     cuisine=spanish |
> >     cuisine=greek |
> >     cuisine=turkish |
> >     cuisine=japanese |
> >     cuisine=arabic |
> >     cuisine=african )
> > [0x2a13 resolution 24]
> > 
> > 
> > amenity=restaurant
> > [0x2a00 resolution 24]
> > 
> > 
> > 
> > Am Mittwoch, 11. Juli 2018, 08:41:07 CEST schrieb Gerd Petermann:
> > &gt; Hi all,
> > &gt;
> > &gt; I am back from my cycling tour. I've observed a problem with
> > my
> > self
> > &gt; compiled gmapsupp, the device doesn't find most of the
> > restaurant POIs.
> > &gt; Search for e.g. shops or hotels worked fine, just POI with
> > 0x2a??  seem to
> > &gt; cause trouble. Search takes very long and shows only a few far
> > away
> > &gt; restaurants. I wonder if anybody else has the same problems?
> > &gt;
> > &gt; Gerd
> > &gt; _______________________________________________
> > &gt; mkgmap-dev mailing list
> > &gt; [email protected]
> > &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
> > 
> > </[email protected]></[email protected]>
> > _______________________________________________
> > mkgmap-dev mailing list
> > [email protected]
> > http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
> _______________________________________________
> mkgmap-dev mailing list
> [email protected]
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to