[mkgmap-dev] POIs without POI-search

2015-06-04 Thread Arndt
Hello experts, there are many POIs like barrier, traffic lights, trees an so on. Is it possible to show them in the map, but without a hit in the poi-search? Best regards Arndt___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkg

Re: [mkgmap-dev] POIs without POI-search

2015-06-05 Thread Bernd Weigelt
Am Freitag, 5. Juni 2015, 08:46:36 schrieb Arndt: Hi Arndt you can use these types 0x2900-?, they are visible in 'all POIs', but not in other categories We, Franco and i, made a lot of tests to make sure how POIs types are sorted by the garmin devices. Bernd > Hello experts, > > there are m

Re: [mkgmap-dev] POIs without POI-search

2015-06-05 Thread Bernd Weigelt
Sorry, clicked to fast The customs types, 0x011500-0x01161f, are not shown on my Oregon, searchable only over a complete search. Bernd Am Freitag, 5. Juni 2015, 09:36:02 schrieb Bernd Weigelt: > Am Freitag, 5. Juni 2015, 08:46:36 schrieb Arndt: > Hi Arndt > > you can use these types 0x2900-?,

Re: [mkgmap-dev] POIs without POI-search

2015-06-05 Thread arndt
Thanks, is it possibel too, that the POIs  NOT visible in AllPois? Arndt Ursprüngliche Nachricht Von: Bernd Weigelt Datum:05.06.2015 09:36 (GMT+01:00) An: Arndt , Development list for mkgmap Betreff: Re: [mkgmap-dev] POIs without POI-search Am Freitag, 5. Juni 2015, 08

Re: [mkgmap-dev] POIs without POI-search

2015-06-05 Thread Gerd Petermann
; mkgmap-dev@lists.mkgmap.org.uk Subject: Re: [mkgmap-dev] POIs without POI-search Thanks,is it possibel too, that the POIs NOT visible in AllPois? Arndt Ursprüngliche Nachricht Von: Bernd Weigelt Datum:05.06.2015 09:36 (GMT+01:00) An: Arndt , Development list for mkgmap Betreff

Re: [mkgmap-dev] POIs without POI-search

2015-06-05 Thread Bernd Weigelt
ething that you want to be able to find ;-) > > Gerd > > Date: Fri, 5 Jun 2015 09:59:02 +0200 > From: ar...@speichenkarte.de > To: weigelt.be...@web.de; mkgmap-dev@lists.mkgmap.org.uk > Subject: Re: [mkgmap-dev] POIs without POI-search > > Thanks,is it possibel too, that

Re: [mkgmap-dev] POIs without POI-search

2015-06-05 Thread nwillink
I've been able to find out which POIs on my Oregon 450 and 600 are searchable and which are not using the following method: 1) Create a 'fictitious' mp file with POIs ranging from say 2a00 to 7F00 and an another one from 11500 to 14400 2) Use the type number as labels 3) Have the coordinates fair

Re: [mkgmap-dev] POIs without POI-search

2015-06-05 Thread Gerd Petermann
Hi Nick, I think we should add such a file to the mkgmap dist. Would you mind to post a link to yours? Gerd > Date: Fri, 5 Jun 2015 09:19:07 -0700 > From: o...@pinns.co.uk > To: mkgmap-dev@lists.mkgmap.org.uk > Subject: Re: [mkgmap-dev] POIs without POI-search > > I'v

Re: [mkgmap-dev] POIs without POI-search

2015-06-05 Thread nwillink
Hi Gerd Will do this gladly. Will have to extract the code from another program and create a separate GUI so the user can specify the range - should be ready tomorrow. r Nick -- View this message in context: http://gis.19327.n5.nabble.com/POIs-without-POI-search-tp5847187p5847266.html Sent

Re: [mkgmap-dev] POIs without POI-search

2015-06-07 Thread Henning Scholland
Hi, I think best would be to add the compiled map for device and BaseCamp. Compile-process should stay the same. Would be very appreciated! Henning ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkg

Re: [mkgmap-dev] POIs without POI-search

2015-06-07 Thread GerdP
Hi Henning, I just learned (again) that mkgmap has a feature to create a map, at a first glance the result looks similar to that of the map generated by Nick: java -jar mkgmap test-map:all-elements creates it. With r3612 I see some warnings SCHWERWIEGEND (ShapeMergeFilter): test-map:all-elements

Re: [mkgmap-dev] POIs without POI-search

2015-06-07 Thread Henning Scholland
Hi Gerd, so test-map:all-elements did the same as POI-tester? Do you know the range of the generated POIs? Or is the range based on style? Henning ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgma

Re: [mkgmap-dev] POIs without POI-search

2015-06-07 Thread GerdP
Hi Henning, I am just looking at the code. Up to now it generates POI from 0x00 to 0x7f with subtypes from 00 to 30, and also some lines and shapes. I think it should be easy to add some options to generate extended type POI as well. See also the comments in the source code: http://www.mkgmap.or