[mkgmap-dev] Howto debug map problem that city in map can not be found in MapSource

2011-12-08 Thread Stefan Schunck
Hi, I created a map of italy using latest mkgmap with option location-autofill=bounds. I noticed that I cannot find small city Oppeano but I can find city Zevio (which is close to Oppeano). Last time I made a map of Italy I could find Oppeano ( unfortunately old osm input and mkgmap version is

Re: [mkgmap-dev] [PATCH v1] exclude words from city / state

2011-12-08 Thread Thorsten Kukuk
On Wed, Dec 07, WanMil wrote: Attached patch does the trick easier: mkgmap:country=DEU mkgmap:city!=* { set mkgmap:city='${mkgmap:admin_level8|remove:Gemeinde !Stadt }' } The filter remove removes all occurrences of the defined regexp. Regexps are separated by !. Please have a try.

Re: [mkgmap-dev] exclude words from city / state

2011-12-08 Thread Steve Ratcliffe
On 06/12/11 15:22, toc-rox wrote: I want to replace Gemeinde and Stadt with nothing. How is it possible to combine: mkgmap:country=DEU mkgmap:city!=* mkgmap:admin_level8=* { set mkgmap:city='${mkgmap:admin_level8|subst:Gemeinde }' } and mkgmap:country=DEU mkgmap:city!=*

Re: [mkgmap-dev] TYP compiler

2011-12-08 Thread Steve Ratcliffe
On 07/12/11 15:54, Henning Scholland wrote: Hi, I'm back from a longer holiday and haven't read every mail. So maybe my comments could already be discussed. First: It works nearly perfect! Great! My problem is, that the generated typ-file will not written to the given output dictionary.

Re: [mkgmap-dev] gmapsupp-mdr branch

2011-12-08 Thread Steve Ratcliffe
On 06/12/11 22:08, WanMil wrote: Hi I just want to let you know that the gmapsupp-mdr branch works great for me! I tested in on an Oregon 300. OK that is great. Has anyone tested that the MapSource style index is OK on the branch? There were a couple of changes that might have affected it.

Re: [mkgmap-dev] TYP compiler

2011-12-08 Thread Minko
I agree to use the name of the txt file, so everybody can easily rename the txt file in order to get the typ file as family-id.typ, family-name.typ, overview-mapname.typ etc Steve wrote: The other thing is the name of the typ-file. Would it be possible to use the name of the txt-file? There

Re: [mkgmap-dev] TYP compiler

2011-12-08 Thread Minko
Typ compiler (mkgmap-r2136) still has problems with the draw order of these (background) polygons: 0x10100 and 0x10101 input txt file [_drawOrder] Type=0x032,1 Type=0x10100,2 Type=0x10101,2 Type=0x001,3 Type=0x002,3 etc output typ file [_drawOrder] Type=0x032,1 Type=0x10101,2 Type=0x001,3

Re: [mkgmap-dev] exclude words from city / state

2011-12-08 Thread Thorsten Kukuk
On Thu, Dec 08, Steve Ratcliffe wrote: On 06/12/11 15:22, toc-rox wrote: I want to replace Gemeinde and Stadt with nothing. How is it possible to combine: mkgmap:country=DEU mkgmap:city!=* mkgmap:admin_level8=* { set mkgmap:city='${mkgmap:admin_level8|subst:Gemeinde }' } and

Re: [mkgmap-dev] gmapsupp-mdr branch

2011-12-08 Thread Paul
Great work Steve...and I didn't even realise this was here until this post I've tried this on my Edge 800 and the address search now works which it didn't before. Having tried a few random searches I have noticed that if I search for willow street my 800 turns itself off but if I search for

Re: [mkgmap-dev] TYP compiler

2011-12-08 Thread n Willink
steve if you mean 0x1 etc then it would be 00 , 01, 00, 00, 00 in the draworder block ie h100 mod 256, 2^0, , , , -- View this message in context: http://gis.638310.n2.nabble.com/TYP-compiler-tp7038853p7075156.html Sent from the Mkgmap Development mailing list archive at Nabble.com.

Re: [mkgmap-dev] exclude words from city / state

2011-12-08 Thread WanMil
On 06/12/11 15:22, toc-rox wrote: I want to replace Gemeinde and Stadt with nothing. How is it possible to combine: mkgmap:country=DEU mkgmap:city!=* mkgmap:admin_level8=* { set mkgmap:city='${mkgmap:admin_level8|subst:Gemeinde }' } and mkgmap:country=DEU mkgmap:city!=*

Re: [mkgmap-dev] Howto debug map problem that city in map can not be found in MapSource

2011-12-08 Thread WanMil
Hi Stefan, I plan to add some utils to mkgmap which allow you to extract some info from the precompiled bounds. Would it help if you can provide a coordinate and the tool extracts you all bounds information of this point from the precompiled bounds. So long a good idea is to check the

[mkgmap-dev] Commit: r2138: Improve LocationHook log message so that they are less confusing

2011-12-08 Thread svn commit
Version 2138 was commited by wanmil on 2011-12-08 19:40:45 + (Thu, 08 Dec 2011) Improve LocationHook log message so that they are less confusing ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk