On 27/06/2011 13:12, Minko wrote: > On http://forum.openstreetmap.org/viewtopic.php?id=12817 someone reported > that the name labels of places disappear too quickly. > > When I look at the default style, I notice there are some points for > improvements: > > place=city [0x0400 resolution 20] > place=hamlet [0x1100 resolution 23] > place=suburb [0x0a00 resolution 23] > place=town [0x0800 resolution 22] > place=village [0x0b00 resolution 24] > place=island [0x650c resolution 22] > > > - villages are only shown at level 24 where hamlets are shown one level lower > - resolution 23 is mentioned here, although it is not set in the options > file: levels = 0:24, 1:22, 2:20, 3:18, 4:16 > - all place names are only shown at the highest zoom levels. In my opinion > cities should also be visible at levels 18 or even 16? Towns can better be > set to 20, villages/suburbs 22 and hamlets 24? > > Maybe Marko can have a look at this? > > Cheers, Minko FWIW, I use the following rules for places:
# ------------------------------------------------ # PLACES # ------------------------------------------------ place=capitol | place=capital | capital=yes [0x0100 resolution 16] place=city [0x0200 resolution 16] place=town [0x0800 resolution 18] place=village [0x0b00 resolution 20] place=hamlet [0x0d00 resolution 23] place=country [0x1400 resolution 12] place=region & population > 1000000 [0x1400 resolution 16] place=state [0x1400 resolution 16] place=county & population > 500000 [0x1400 resolution 16] place=island [0x1e00 resolution 16] place=suburb | place=municipality | place=district [0x1e00 resolution 20] place=locality [0x1e00 resolution 23] -- Charlie _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
