logo separator

[mkgmap-dev] [locator] Europe boundary data for download

From Minko ligfietser at online.nl on Tue May 3 08:49:39 BST 2011

Cool, r1935 solved a lot of issues, I see a lot of streetnames now that are located to places.
On the nuvi 310 and on the Dakota this seem to work. Congratulations and thanks Wanmil!

About the finetuning per country, you could try some regular expression:
mkgmap:admin_level2 ~ '\bN\w*\b'  which means everything that starts with N will match

Do'nt know if this will work, I have to test it for the Benelux:

mkgmap:city!=* & mkgmap:admin_level2 ~ '\bN\w*\b'& mkgmap:admin_level10=* { set mkgmap:city='${mkgmap:admin_level10}' } 
mkgmap:city!=* & mkgmap:admin_level2 ~ '\bB\w*\b'& mkgmap:admin_level9=* { set mkgmap:city='${mkgmap:admin_level9}' } 
mkgmap:city!=* & mkgmap:admin_level2 ~ '\bD\w*\b'& mkgmap:admin_level8=* { set mkgmap:city='${mkgmap:admin_level8}' }
mkgmap:city!=* & mkgmap:admin_level2 ~ '\bL\w*\b'& mkgmap:admin_level8=* { set mkgmap:city='${mkgmap:admin_level8}' }

In Belgium the streetnames are in level 9 I think?

Waht about regions, In Belgium Provinces seem to be in either 5 or 6 (depending if its in Vlaanderen or Wallonie?)
In the Netherlands in 4.



More information about the mkgmap-dev mailing list