This is how it should work : in France, we don't use admin_level=9 expect for 3 cities (Paris, Lyon, Marseille).
For an address in these 3 cities, the city name is still the one from admin_level=8 but the post code is from admin_level=9. We don't use admin_level=9 boundaries for anything else.
Having said that, the current default style is wrong as it gets the name from admin_level=9 instead of 8.
I wonder if we should add a special rule for Paris instead like we do for other large cities.
I'll run a few tests to find out more.
Gerd
> From:paco.tyson@free.fr > Date: Thu, 4 Jun 2015 22:59:15 +0200 > To:mkgmap-dev@lists.mkgmap.org.uk > Subject: [mkgmap-dev] Wrong adresses for 3 french cities > > Hi, > > I had a look at the default style for addresses and found out what I think is a bug for 3 French cities. > We shouldn't have the lines : > > mkgmap:country=FRA & mkgmap:city!=* & mkgmap:admin_level9=* { set mkgmap:city='${mkgmap:admin_level9}' } > mkgmap:country=FRA & mkgmap:city!=* & mkgmap:admin_level8=* { set mkgmap:city='${mkgmap:admin_level8}' } > > As described in this 2 year old thread : http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2013q2/017982.html > It seems WanMil never deleted those 2 lines. > > Can somebody please update the inc/address file ? > > Thanks, > Paco > _______________________________________________ > mkgmap-dev mailing list > mkgmap-dev@lists.mkgmap.org.uk > http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev