Hi,

Am 29.05.22 um 22:10 schrieb Andrzej Popowski:

First I noticed, that tweak for better looking roundabouts not always works. In default style there is something like that:

junction=roundabout & (highway=tertiary | highway=tertiary_link) [0x0c road_class=1 road_speed=1 resolution 24 continue] junction=roundabout & (highway=tertiary | highway=tertiary_link) [0x10804 resolution 21]

I have noticed, that sometimes I get roundabout partially covered by line 0x10804. Maybe mkgmap is splitting roundabout and a part of it is written into img after line 0x10804? Sorry, I have reworked my style and can't provide an example now.

this is how I create roundabouts with an invisible routing 0x0c and a visible 0x11e0X on top:

junction=roundabout & highway=trunk        [0x11e04 level 5 continue]
junction=roundabout & highway=trunk [0x0c road_class=1 road_speed=2 level 6]
junction=roundabout & highway=primary      [0x11e04 level 5 continue]
junction=roundabout & highway=primary [0x0c road_class=1 road_speed=2 level 5]
junction=roundabout & highway=secondary    [0x11e05 level 4 continue]
junction=roundabout & highway=secondary [0x0c road_class=1 road_speed=2 level 4]
junction=roundabout & highway=tertiary     [0x11e06 level 3 continue]
junction=roundabout & highway=tertiary [0x0c road_class=1 road_speed=2 level 3]
junction=roundabout & highway=unclassified [0x11e07 level 3 continue]
junction=roundabout & highway=unclassified [0x0c road_class=1 road_speed=2 level 3]
junction=roundabout                        [0x11e07 level 3 continue]
junction=roundabout [0x0c road_class=1 road_speed=2 level 2]

Has always worked for me. Have you tried to swap your two config lines?
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to