logo separator

[mkgmap-dev] roundabouts

From Gerd Petermann GPetermann_muenchen at hotmail.com on Mon Feb 13 08:42:30 GMT 2017

Hi Andrzej,

yes, works fine without typ file on Mapsource, Basecamp and my Oregon 600 .
I think the default 0xc type looks like 0x06, so we need the overlay for tertiary (0x05).

The only one still looking bad is highway=service (0x07). I tried to add extra rules for it but It seems that 0x10806 doesn't work.
Maybe you have another idea?

Gerd

________________________________________
Von: mkgmap-dev <mkgmap-dev-bounces at lists.mkgmap.org.uk> im Auftrag von Andrzej Popowski <popej at poczta.onet.pl>
Gesendet: Sonntag, 12. Februar 2017 20:15:59
An: mkgmap-dev at lists.mkgmap.org.uk
Betreff: Re: [mkgmap-dev] roundabouts

Hi Gerd,

just have tested following version:

# Roundabouts
junction=roundabout & (highway=trunk | highway=trunk_link) [0x0c
road_class=4 road_speed=2 resolution 24 continue]
junction=roundabout & (highway=trunk | highway=trunk_link) [0x10801
resolution 18]

junction=roundabout & (highway=primary | highway=primary_link) [0x0c
road_class=3 road_speed=2 resolution 24 continue]
junction=roundabout & (highway=primary | highway=primary_link) [0x10802
resolution 19]

junction=roundabout & (highway=secondary | highway=secondary_link) [0x0c
road_class=2 road_speed=2 resolution 24 continue]
junction=roundabout & (highway=secondary | highway=secondary_link)
[0x10803 resolution 20]

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]

junction=roundabout & highway=minor [0x0c road_class=1 road_speed=1
resolution 21]
junction=roundabout & highway=unclassified [0x0c road_class=1
road_speed=1 resolution 21]
junction=roundabout & highway=* [0x0c road_class=0 road_speed=1
resolution 22]

This adds secondary line for roundabout defined as trunk, primary,
secondary and tertiary only. I think other types will work well enough
with standard rendering. Maybe even tertiary can be standard. Map looks
ok, see attached picture with roundabout rendered as primary (no TYP).

Side note: this is example, where style-option can be used. You can make
this extra lines active in style only when a proper style-option is defined.

--
Best regards,
Andrzej



More information about the mkgmap-dev mailing list