Re: [mkgmap-dev] Error in index

2018-07-12 Thread Ticker Berkin
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 +, 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  im Auftrag
> von Ticker Berkin 
> Gesendet: Donnerstag, 12. Juli 2018 16:21
> An: mkgmap-dev@lists.mkgmap.org.uk
> 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 +, 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  im Auftrag
> > von Bernd Weigelt 
> > 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 
> > cuisine=american
> > [0x2a01 resolution 24]
> > 
> > # Asian
> > amenity=restaurant 
> >   ( cuisine=asian |
> > cuisine=indian |
> > cuisine=korean |
> > cuisine=thai |
> > cuisine=vietnamese )
> > [0x2a02 resolution 24]
> > 
> > # Barbeque
> > amenity=restaurant 
> > cuisine=barbecue
> > [0x2a03 resolution 24]
> > 
> > # Chinese
> > amenity=restaurant 
> > cuisine=chinese
> > [0x2a04 resolution 24]
> > 
> > # Deli/Bakery
> > amenity=restaurant 
> >   ( cuisine=cake |
> > cuisine=deli |
> > cuisine=crepe )
> > [0x2a05 resolution 24]
> > amenity=ice_cream |
> > cuisine=ice_cream
> > [0x2a05 resolution 24]
> > 
> > # International
> > amenity=restaurant 
> > cuisine=international
> > [0x2a06 resolution 24]
> > 
> > # Fastfood
> > amenity=fast_food  |
> > ( amenity=restaurant 
> > cuisine=fast_food ) |
> > cuisine=kebap |
> > cuisine=döner
> > [0x2a07 resolution 24]
> > 
> > # Italian
> > amenity=restaurant 
> >   ( cuisine=italian |
> > cuisine=pasta )
> > [0x2a08 resolution 24]
> > 
> > # Mexican
> > amenity=restaurant 
> > cuisine=mexican
> > [0x2a09 resolution 24]
> > 
> > # Pizza
> > amenity=restaurant 
> > cuisine=pizza
> > [0x2a0a resolution 24]
> > 
> > # Seafood
> > amenity=restaurant 
> >   ( cuisine=sea_food |
> > cuisine=fish |
> > cuisine=sushi )
> > [0x2a0b resolution 24]
> > 
> > # Steak/Grill
> > amenity=restaurant 
> >   ( cuisine=steak_house |
> > cuisine=chicken )
> > [0x2a0c resolution 24]
> > 
> > # Bagel/Donut
> > amenity=restaurant 
> >   ( cuisine=bagel |
> > cuisine=donut  )
> > [0x2a0d resolution 24]
> > 
> > # Cafe/Diner
> > amenity=cafe |
> > (amenity=restaurant 
> > cuisine=coffee_shop )
> > [0x2a0e resolution 24]
> > 
> > # French
> > amenity=restaurant 
> > cuisine=french
> > [0x2a0f resolution 24]
> > 
> > # German
> > amenity=restaurant 
> >   ( cuisine=german |
> > cuisine=bavarian )
> > [0x2a10 resolution 24]
> > 
> > # British
> > amenity=restaurant 
> >   ( cuisine=british |
> > cuisine=fish_and_chips )

Re: [mkgmap-dev] Error in index

2018-07-12 Thread Gerd Petermann
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  im Auftrag von Ticker 
Berkin 
Gesendet: Donnerstag, 12. Juli 2018 16:21
An: mkgmap-dev@lists.mkgmap.org.uk
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 +, 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  im Auftrag
> von Bernd Weigelt 
> 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 
> cuisine=american
> [0x2a01 resolution 24]
>
> # Asian
> amenity=restaurant 
>   ( cuisine=asian |
> cuisine=indian |
> cuisine=korean |
> cuisine=thai |
> cuisine=vietnamese )
> [0x2a02 resolution 24]
>
> # Barbeque
> amenity=restaurant 
> cuisine=barbecue
> [0x2a03 resolution 24]
>
> # Chinese
> amenity=restaurant 
> cuisine=chinese
> [0x2a04 resolution 24]
>
> # Deli/Bakery
> amenity=restaurant 
>   ( cuisine=cake |
> cuisine=deli |
> cuisine=crepe )
> [0x2a05 resolution 24]
> amenity=ice_cream |
> cuisine=ice_cream
> [0x2a05 resolution 24]
>
> # International
> amenity=restaurant 
> cuisine=international
> [0x2a06 resolution 24]
>
> # Fastfood
> amenity=fast_food  |
> ( amenity=restaurant 
> cuisine=fast_food ) |
> cuisine=kebap |
> cuisine=döner
> [0x2a07 resolution 24]
>
> # Italian
> amenity=restaurant 
>   ( cuisine=italian |
> cuisine=pasta )
> [0x2a08 resolution 24]
>
> # Mexican
> amenity=restaurant 
> cuisine=mexican
> [0x2a09 resolution 24]
>
> # Pizza
> amenity=restaurant 
> cuisine=pizza
> [0x2a0a resolution 24]
>
> # Seafood
> amenity=restaurant 
>   ( cuisine=sea_food |
> cuisine=fish |
> cuisine=sushi )
> [0x2a0b resolution 24]
>
> # Steak/Grill
> amenity=restaurant 
>   ( cuisine=steak_house |
> cuisine=chicken )
> [0x2a0c resolution 24]
>
> # Bagel/Donut
> amenity=restaurant 
>   ( cuisine=bagel |
> cuisine=donut  )
> [0x2a0d resolution 24]
>
> # Cafe/Diner
> amenity=cafe |
> (amenity=restaurant 
> cuisine=coffee_shop )
> [0x2a0e resolution 24]
>
> # French
> amenity=restaurant 
> cuisine=french
> [0x2a0f resolution 24]
>
> # German
> amenity=restaurant 
>   ( cuisine=german |
> cuisine=bavarian )
> [0x2a10 resolution 24]
>
> # British
> amenity=restaurant 
>   ( cuisine=british |
> cuisine=fish_and_chips )
> [0x2a11 resolution 24]
>
> # Speciality Food Products
> amenity=restaurant 
>   ( cuisine=vegan |
> cuisine=vegetarian )
> [0x2a12 resolution 24]
>
> # Other
> amenity=restaurant 
>   ( 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:
>  Hi all,
> 
>  I am back from my cycling tour. I've observed a problem with my
> self
>  compiled gmapsupp, the device doesn't find most of the
> restaurant POIs.
>  Search for e.g. shops or hotels worked fine, just POI with
> 0x2a??  seem to
>  cause trouble. Search takes very long and shows only a few far
> away
>  restaurants. I wonder if anybody else has the same problems?
> 
>  Gerd
>  ___
>  mkgmap-dev mailing list
>  mkgmap-dev@lists.mkgmap.org.uk
>  http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>
> 
> ___
> mkgmap-dev mailing list
> mkgmap-dev@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Error in index

2018-07-12 Thread Ticker Berkin
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 +, 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  im Auftrag
> von Bernd Weigelt 
> 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 
> cuisine=american
> [0x2a01 resolution 24]
> 
> # Asian
> amenity=restaurant 
>   ( cuisine=asian |
> cuisine=indian |
> cuisine=korean |
> cuisine=thai |
> cuisine=vietnamese )
> [0x2a02 resolution 24]
> 
> # Barbeque
> amenity=restaurant 
> cuisine=barbecue
> [0x2a03 resolution 24]
> 
> # Chinese
> amenity=restaurant 
> cuisine=chinese
> [0x2a04 resolution 24]
> 
> # Deli/Bakery
> amenity=restaurant 
>   ( cuisine=cake |
> cuisine=deli |
> cuisine=crepe )
> [0x2a05 resolution 24]
> amenity=ice_cream |
> cuisine=ice_cream
> [0x2a05 resolution 24]
> 
> # International
> amenity=restaurant 
> cuisine=international
> [0x2a06 resolution 24]
> 
> # Fastfood
> amenity=fast_food  |
> ( amenity=restaurant 
> cuisine=fast_food ) |
> cuisine=kebap |
> cuisine=döner
> [0x2a07 resolution 24]
> 
> # Italian
> amenity=restaurant 
>   ( cuisine=italian |
> cuisine=pasta )
> [0x2a08 resolution 24]
> 
> # Mexican
> amenity=restaurant 
> cuisine=mexican
> [0x2a09 resolution 24]
> 
> # Pizza
> amenity=restaurant 
> cuisine=pizza
> [0x2a0a resolution 24]
> 
> # Seafood
> amenity=restaurant 
>   ( cuisine=sea_food |
> cuisine=fish |
> cuisine=sushi )
> [0x2a0b resolution 24]
> 
> # Steak/Grill
> amenity=restaurant 
>   ( cuisine=steak_house |
> cuisine=chicken )
> [0x2a0c resolution 24]
> 
> # Bagel/Donut
> amenity=restaurant 
>   ( cuisine=bagel |
> cuisine=donut  )
> [0x2a0d resolution 24]
> 
> # Cafe/Diner
> amenity=cafe |
> (amenity=restaurant 
> cuisine=coffee_shop )
> [0x2a0e resolution 24]
> 
> # French
> amenity=restaurant 
> cuisine=french
> [0x2a0f resolution 24]
> 
> # German
> amenity=restaurant 
>   ( cuisine=german |
> cuisine=bavarian )
> [0x2a10 resolution 24]
> 
> # British
> amenity=restaurant 
>   ( cuisine=british |
> cuisine=fish_and_chips )
> [0x2a11 resolution 24]
> 
> # Speciality Food Products
> amenity=restaurant 
>   ( cuisine=vegan |
> cuisine=vegetarian )
> [0x2a12 resolution 24]
> 
> # Other
> amenity=restaurant 
>   ( 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:
>  Hi all,
> 
>  I am back from my cycling tour. I've observed a problem with my
> self
>  compiled gmapsupp, the device doesn't find most of the
> restaurant POIs.
>  Search for e.g. shops or hotels worked fine, just POI with
> 0x2a??  seem to
>  cause trouble. Search takes very long and shows only a few far
> away
>  restaurants. I wonder if anybody else has the same problems?
> 
>  Gerd
>  ___
>  mkgmap-dev mailing list
>  mkgmap-dev@lists.mkgmap.org.uk
>  http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
> 
> 
> ___
> mkgmap-dev mailing list
> mkgmap-dev@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Error in index

2018-07-12 Thread Gerd Petermann
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  im Auftrag von Bernd 
Weigelt 
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 
cuisine=american
[0x2a01 resolution 24]

# Asian
amenity=restaurant 
  ( cuisine=asian |
cuisine=indian |
cuisine=korean |
cuisine=thai |
cuisine=vietnamese )
[0x2a02 resolution 24]

# Barbeque
amenity=restaurant 
cuisine=barbecue
[0x2a03 resolution 24]

# Chinese
amenity=restaurant 
cuisine=chinese
[0x2a04 resolution 24]

# Deli/Bakery
amenity=restaurant 
  ( cuisine=cake |
cuisine=deli |
cuisine=crepe )
[0x2a05 resolution 24]
amenity=ice_cream |
cuisine=ice_cream
[0x2a05 resolution 24]

# International
amenity=restaurant 
cuisine=international
[0x2a06 resolution 24]

# Fastfood
amenity=fast_food  |
( amenity=restaurant 
cuisine=fast_food ) |
cuisine=kebap |
cuisine=döner
[0x2a07 resolution 24]

# Italian
amenity=restaurant 
  ( cuisine=italian |
cuisine=pasta )
[0x2a08 resolution 24]

# Mexican
amenity=restaurant 
cuisine=mexican
[0x2a09 resolution 24]

# Pizza
amenity=restaurant 
cuisine=pizza
[0x2a0a resolution 24]

# Seafood
amenity=restaurant 
  ( cuisine=sea_food |
cuisine=fish |
cuisine=sushi )
[0x2a0b resolution 24]

# Steak/Grill
amenity=restaurant 
  ( cuisine=steak_house |
cuisine=chicken )
[0x2a0c resolution 24]

# Bagel/Donut
amenity=restaurant 
  ( cuisine=bagel |
cuisine=donut  )
[0x2a0d resolution 24]

# Cafe/Diner
amenity=cafe |
(amenity=restaurant 
cuisine=coffee_shop )
[0x2a0e resolution 24]

# French
amenity=restaurant 
cuisine=french
[0x2a0f resolution 24]

# German
amenity=restaurant 
  ( cuisine=german |
cuisine=bavarian )
[0x2a10 resolution 24]

# British
amenity=restaurant 
  ( cuisine=british |
cuisine=fish_and_chips )
[0x2a11 resolution 24]

# Speciality Food Products
amenity=restaurant 
  ( cuisine=vegan |
cuisine=vegetarian )
[0x2a12 resolution 24]

# Other
amenity=restaurant 
  ( 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:
 Hi all,

 I am back from my cycling tour. I've observed a problem with my self
 compiled gmapsupp, the device doesn't find most of the restaurant POIs.
 Search for e.g. shops or hotels worked fine, just POI with 0x2a??  seem to
 cause trouble. Search takes very long and shows only a few far away
 restaurants. I wonder if anybody else has the same problems?

 Gerd
 ___
 mkgmap-dev mailing list
 mkgmap-dev@lists.mkgmap.org.uk
 http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Error in index

2018-07-11 Thread Bernd Weigelt
Hi 

these are our rules, all categories are full, the search is fast enough, 
tested with my O650

# Food and Drink

# American
amenity=restaurant &
cuisine=american  
[0x2a01 resolution 24]

# Asian
amenity=restaurant &
  ( cuisine=asian |
cuisine=indian |
cuisine=korean |
cuisine=thai |
cuisine=vietnamese )  
[0x2a02 resolution 24]

# Barbeque
amenity=restaurant &
cuisine=barbecue  
[0x2a03 resolution 24]

# Chinese
amenity=restaurant &
cuisine=chinese   
[0x2a04 resolution 24]

# Deli/Bakery
amenity=restaurant &
  ( cuisine=cake |
cuisine=deli |
cuisine=crepe )   
[0x2a05 resolution 24]
amenity=ice_cream |
cuisine=ice_cream 
[0x2a05 resolution 24]

# International
amenity=restaurant &
cuisine=international 
[0x2a06 resolution 24]

# Fastfood
amenity=fast_food  |
( amenity=restaurant &
cuisine=fast_food ) |
cuisine=kebap |
cuisine=döner 
[0x2a07 resolution 24]

# Italian
amenity=restaurant &
  ( cuisine=italian |
cuisine=pasta )   
[0x2a08 resolution 24]

# Mexican
amenity=restaurant &
cuisine=mexican   
[0x2a09 resolution 24]

# Pizza
amenity=restaurant &
cuisine=pizza 
[0x2a0a resolution 24]

# Seafood
amenity=restaurant &
  ( cuisine=sea_food |
cuisine=fish |
cuisine=sushi )   
[0x2a0b resolution 24]

# Steak/Grill
amenity=restaurant &
  ( cuisine=steak_house |
cuisine=chicken ) 
[0x2a0c resolution 24]

# Bagel/Donut
amenity=restaurant &
  ( cuisine=bagel |
cuisine=donut  )  
[0x2a0d resolution 24]

# Cafe/Diner
amenity=cafe |
(amenity=restaurant &
cuisine=coffee_shop ) 
[0x2a0e resolution 24]

# French
amenity=restaurant &
cuisine=french
[0x2a0f resolution 24]

# German
amenity=restaurant &
  ( cuisine=german |
cuisine=bavarian )
[0x2a10 resolution 24]

# British
amenity=restaurant &
  ( cuisine=british |
cuisine=fish_and_chips )  
[0x2a11 resolution 24]

# Speciality Food Products
amenity=restaurant &
  ( cuisine=vegan |
cuisine=vegetarian )  
[0x2a12 resolution 24]

# Other
amenity=restaurant &
  ( 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:
> Hi all,
> 
> I am back from my cycling tour. I've observed a problem with my self
> compiled gmapsupp, the device doesn't find most of the restaurant POIs.
> Search for e.g. shops or hotels worked fine, just POI with 0x2a??  seem to
> cause trouble. Search takes very long and shows only a few far away
> restaurants. I wonder if anybody else has the same problems?
> 
> Gerd
> ___
> mkgmap-dev mailing list
> mkgmap-dev@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev



signature.asc
Description: This is a digitally signed message part.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Error in index

2018-07-11 Thread Gerd Petermann
Hi Thorsten,

yes, I remember those problems, but I think I've never seen them on my Oregon 
600. Maybe I'll experiment with the number of tiles to find out if there is a 
threshold value for
a single POI type. My style is close to Minkos "Openfietsmap lite" and uses 
0x2a00 for all kinds of restaurants, ignoring cuisine. Maybe that is not a good 
idea.

Gerd


Von: mkgmap-dev  im Auftrag von 
Thorsten Kukuk 
Gesendet: Mittwoch, 11. Juli 2018 12:00:43
An: mkgmap-dev@lists.mkgmap.org.uk
Betreff: Re: [mkgmap-dev] Error in index


Hi Gerd,

On Wed, Jul 11, Gerd Petermann wrote:

> I am back from my cycling tour. I've observed a problem with my self compiled 
> gmapsupp, the device doesn't find most of the restaurant POIs.
> Search for e.g. shops or hotels worked fine, just POI with 0x2a??  seem to 
> cause trouble. Search takes very long and shows only a few far away 
> restaurants.
> I wonder if anybody else has the same problems?

Yes, very old problem, and I think already discussed on this list
without resolution.

Depending on the count of POIs, sometimes parts of them are not
findable in the Index, while they are visible on the map.
The number of the POI doesn't matter, it looks more like the number
of POI.

That POI searches take very long is a change in the Garmin firmware.
With my map on a GPSmap 60CSx, searching for POI is really quick and
only the one from the Index are found.
With the same map on my GPSmap 62, the index is ignored and the POIs
are extracted from the map. This takes a long time.

  Thorsten

--
Thorsten Kukuk, Distinguished Engineer, Senior Architect SLES & CaaSP
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany
GF: Felix Imendoerffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nuernberg)
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Error in index

2018-07-11 Thread Thorsten Kukuk


Hi Gerd,

On Wed, Jul 11, Gerd Petermann wrote:

> I am back from my cycling tour. I've observed a problem with my self compiled 
> gmapsupp, the device doesn't find most of the restaurant POIs.
> Search for e.g. shops or hotels worked fine, just POI with 0x2a??  seem to 
> cause trouble. Search takes very long and shows only a few far away 
> restaurants.
> I wonder if anybody else has the same problems? 

Yes, very old problem, and I think already discussed on this list
without resolution.

Depending on the count of POIs, sometimes parts of them are not
findable in the Index, while they are visible on the map.
The number of the POI doesn't matter, it looks more like the number
of POI.

That POI searches take very long is a change in the Garmin firmware.
With my map on a GPSmap 60CSx, searching for POI is really quick and
only the one from the Index are found.
With the same map on my GPSmap 62, the index is ignored and the POIs
are extracted from the map. This takes a long time.

  Thorsten

-- 
Thorsten Kukuk, Distinguished Engineer, Senior Architect SLES & CaaSP
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany
GF: Felix Imendoerffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nuernberg)
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Error in index

2018-07-11 Thread Ticker Berkin
Search for all the types of POI I've tried work fine, esp local food,
with and without "select category". This is with build from the latest
svn trunk and versions over the previous months. Style is much like
"Default" for POI

Build command:
java -Xmx1540M -ea -jar ../mkgmap.trunk/mkgmap.jar --max-jobs -c
../mkgmap.opts --family-id=7422 -c template.args ../mytyp.txt

mkgmap.opts:
gmapsupp
country-name=United Kingdom
country-abbr=GBR
code-page=1252
index
bounds=../bounds.zip
location-autofill=is_in,nearest
no-housenumbers
style-file=../styles/mystyle
name-tag-list=name:en,int_name,name,place_name,loc_name
family-name=osm
series-name=OpenStreetMap
area-name=berkin
route
drive-on=detect,left
preserve-element-order
no-add-pois-to-lines
add-pois-to-areas
generate-sea=multipolygon,extend-sea-sectors,close-gaps=350
link-pois-to-ways
process-destination
process-exits
remove-ovm-work-files
poi-address
verbose
order-by-decreasing-area

Regards
Ticker

On Wed, 2018-07-11 at 16:49 +1000, Steve Sgalowski wrote:
> I will construct a new map tonight for roads and check this out  , I
> think this may also apply to poi's for roads as well but will test
> this with level 24 to 20.
> 
> Stephen 
> 
> On Wed, 11 Jul. 2018, 4:41 pm Gerd Petermann, <
> gpetermann_muenc...@hotmail.com> wrote:
> > Hi all,
> > 
> > I am back from my cycling tour. I've observed a problem with my
> > self compiled gmapsupp, the device doesn't find most of the
> > restaurant POIs.
> > Search for e.g. shops or hotels worked fine, just POI with 0x2a?? 
> > seem to cause trouble. Search takes very long and shows only a few
> > far away restaurants.
> > I wonder if anybody else has the same problems? 
> > 
> > Gerd
> > ___
> > mkgmap-dev mailing list
> > mkgmap-dev@lists.mkgmap.org.uk
> > http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
> > 
> ___
> mkgmap-dev mailing list
> mkgmap-dev@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Error in index

2018-07-11 Thread Steve Sgalowski
I will construct a new map tonight for roads and check this out  , I think
this may also apply to poi's for roads as well but will test this with
level 24 to 20.

Stephen

On Wed, 11 Jul. 2018, 4:41 pm Gerd Petermann, <
gpetermann_muenc...@hotmail.com> wrote:

> Hi all,
>
> I am back from my cycling tour. I've observed a problem with my self
> compiled gmapsupp, the device doesn't find most of the restaurant POIs.
> Search for e.g. shops or hotels worked fine, just POI with 0x2a??  seem to
> cause trouble. Search takes very long and shows only a few far away
> restaurants.
> I wonder if anybody else has the same problems?
>
> Gerd
> ___
> mkgmap-dev mailing list
> mkgmap-dev@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Error in index

2018-07-11 Thread Gerd Petermann
Hi all,

I am back from my cycling tour. I've observed a problem with my self compiled 
gmapsupp, the device doesn't find most of the restaurant POIs.
Search for e.g. shops or hotels worked fine, just POI with 0x2a??  seem to 
cause trouble. Search takes very long and shows only a few far away restaurants.
I wonder if anybody else has the same problems? 

Gerd
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev