Good morning :) Both problems didn't come up, when I cut a small bounding box out of the main pbf-file with osmosis and create a map with just this one tile. Is it possible, that this problem comes from the splitter?!
Cheers Martin Am 05.05.2011 um 17:44 schrieb Martin: > Hello, > > this rules works very good. 2 strange things: > Sometimes Basecamp and the Oregon 450 has problems to find Streets starting > with 2 letters, space, more letters (Am Anger, Am Lusbühl, Am Hägle > (http://osm.org/go/0DKQ69he@-?way=22999129)), but "Auf der Bleiche" > (http://osm.org/go/0DKQ43mIw--?way=22999129) works. It's not a problem with > the Umlaute (äöü). > And the second thing: > I've created a german-map (http://snailrun.de/gmapsupp.img.zip), splitted > into tiles with a 1200000 nodes. In Horb for example I can find the "Am > Lochbrunnenstraße" (2 letters, space, more letters works here ?!?) but not > the Lichtenbergstraße, Kirchstraße, Schafblumenhalde > (http://osm.org/go/0DhcL1dyJ-?way=22999129) > But when I cut out a bounding-box from the Germany.osm.pfb-file in the size > of Horb, I can find the all streets.... > Strange things... > > Cheers > Martin > > > > > Am 04.05.2011 um 21:03 schrieb WanMil: > >> I think only the city rules need to be tweaked in Germany: >> >> # Germany = DEU cities >> mkgmap:country=DEU & mkgmap:city!=* & mkgmap:admin_level8=* { set >> mkgmap:city='${mkgmap:admin_level8}' } >> mkgmap:country=DEU & mkgmap:city!=* & mkgmap:admin_level7=* { set >> mkgmap:city='${mkgmap:admin_level7}' } >> mkgmap:country=DEU & mkgmap:city!=* & mkgmap:admin_level6=* { set >> mkgmap:city='${mkgmap:admin_level6}' } >> mkgmap:country=DEU & mkgmap:city!=* & mkgmap:admin_level9=* { set >> mkgmap:city='${mkgmap:admin_level9}' } >> mkgmap:country=DEU & mkgmap:city!=* & mkgmap:admin_level10=* { set >> mkgmap:city='${mkgmap:admin_level10}' } >> >> First use admin_level=8 for city names. This covers all cities with a >> size up to 300000. Bigger cities don't use admin_level=8 but >> admin_level=9 and 10 (and 11) for suburbs. The appropriate name of the >> bigger city should be contained then in the admin_level 7 or 6. >> >> Please try it and give a feedback if that's ok. The upper rules are >> committed in r1937. >> >> Later on I will try your region settings. >> >> WanMil >> >>> In Germany we have the same mess... >>> >>> Actually I'm using this rules: >>> >>> mkgmap:country!=* & mkgmap:admin_level2=* { set >>> mkgmap:country='${mkgmap:admin_level2}' } >>> >>> mkgmap:region!=* & mkgmap:admin_level3=* { set >>> mkgmap:region='${mkgmap:admin_level3}' } >>> mkgmap:region!=* & mkgmap:admin_level4=* { set >>> mkgmap:region='${mkgmap:admin_level4}' } >>> mkgmap:region!=* & mkgmap:admin_level5=* { set >>> mkgmap:region='${mkgmap:admin_level5}' } >>> >>> >>> mkgmap:city!=* & mkgmap:admin_level10=* { set >>> mkgmap:city='${mkgmap:admin_level10}' } >>> mkgmap:city!=* & mkgmap:admin_level8=* { set >>> mkgmap:city='${mkgmap:admin_level8}' } >>> mkgmap:city!=* & mkgmap:admin_level7=* { set >>> mkgmap:city='${mkgmap:admin_level7}' } >>> mkgmap:city!=* & mkgmap:admin_level6=* { set >>> mkgmap:city='${mkgmap:admin_level6}' } >>> >>> >>> I don't know if this makes sense, but referring to this page: >>> http://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative >>> <http://wiki.openstreetmap.org/wiki/Tag:boundary=administrative> >>> there are 2 options for the admin-boundaries: >>> 10 and 11 admin levels :( >>> So actually I still playing with this setting, maybe somebody has better >>> rules for Germany. >>> >>> >>> Thanks and regards >>> Martin >>> >>> >>> Am 04.05.2011 um 19:38 schrieb Minko: >>> >>>> >>>> Netherlands: >>>> >>>> mkgmap:region!=* & mkgmap:admin_level4=* { set >>>> mkgmap:region='${mkgmap:admin_level4}' } >>>> mkgmap:city!=* & mkgmap:admin_level10=* { set >>>> mkgmap:city='${mkgmap:admin_level10}' } >>>> mkgmap:city!=* & mkgmap:admin_level8=* { set >>>> mkgmap:city='${mkgmap:admin_level8}' } >>>> >>>> For Belgium I'm not sure, seems a big mess there ;-) >>>> >>>> Provinces are found in level 5 or 6, level 4 is for Flandres and Wallonie >>>> But in level 5 you have something like the 'Flemish Community' too: >>>> http://www.openstreetmap.org/browse/relation/53136 >>>> There is also the Flemish region (level 4), don't have any clue what >>>> the difference is between those two: >>>> http://www.openstreetmap.org/browse/relation/53134 >>>> >>>> Cities: >>>> mkgmap:city!=* & mkgmap:admin_level9=* { set >>>> mkgmap:city='${mkgmap:admin_level9}' } >>>> mkgmap:city!=* & mkgmap:admin_level8=* { set >>>> mkgmap:city='${mkgmap:admin_level8}' } >>>> >>>> _______________________________________________ >>>> mkgmap-dev mailing list >>>> [email protected] >>>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev >>>> >>> >>> >>> >>> _______________________________________________ >>> mkgmap-dev mailing list >>> [email protected] >>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev >> >> _______________________________________________ >> mkgmap-dev mailing list >> [email protected] >> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev >> > > _______________________________________________ > mkgmap-dev mailing list > [email protected] > http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev > _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
