logo separator

[mkgmap-dev] Incorrect runabout exit indication

From Bernd Weigelt weigelt.bernd at web.de on Sat Oct 4 08:54:31 BST 2014

Am Samstag, 4. Oktober 2014, 09:38:35 schrieb Gerd Petermann:

Hi

> It stores the roundabout  once as
> roundabout, once as a normal street, so that the device shows the correct
> color and bitmap, but obviously this confuses the algo in your device.
> The v5 and v6 versions don't contain this trick.


I use roundabout in the following way, so i got the hints in the correct way 
and don't see the ugly orange rings ;-)

#--------------------------------------------------------------------------------------
# secondary as example

| highway=secondary [0x12004 resolution 21-20 continue]
| highway=secondary [0x11004 resolution 24-22 continue]
| highway=secondary & junction=roundabout 
|                   [0x0c resolution 24 road_class=2 road_speed=2]
| highway=secondary [0x04 resolution 24 road_class=3 road_speed=4]
| 
| highway=secondary_link [0x12004 resolution 22-22 continue]
| highway=secondary_link [0x11004 resolution 24-23 continue]
| highway=secondary_link	[0x08 resolution 24 road_class=3 road_speed=3]


Most of my routable ways are invisible and used on level 1 oder resolution 24. 

| [_line]
| Type=0x0c
| UseOrientation=N
| Xpm="32 1 2  1"
| "! c #FFFFFF"
| "  c none"
| "                                "
| ;12345678901234567890123456789012
| String1=0x02,Kreisverkehr
| String2=0x04,Roundabout
| ExtendedLabels=N
| [end]

You can find my style here
https://github.com/berndw1960/aiostyles


Bernd



More information about the mkgmap-dev mailing list