<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>I don't see the benefit of this, on my devices (oregon 600, old Nüvi) without a typ file, 0x0c is rendered as a fat orange line drawn on top of the 0x108.. types. In Mapsource it works fine, I agree. AFAIK there is no way to make 0x0c invisible without a
 typ file. I've tried to skip resolution but this didnt work either, it is still rendered.</p>
<p><br>
</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Van:</b> mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> namens Gerd Petermann <GPetermann_muenchen@hotmail.com><br>
<b>Verzonden:</b> maandag 13 februari 2017 00:42:30<br>
<b>Aan:</b> Development list for mkgmap<br>
<b>Onderwerp:</b> Re: [mkgmap-dev] roundabouts</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hi Andrzej,<br>
<br>
yes, works fine without typ file on Mapsource, Basecamp and my Oregon 600 .<br>
I think the default 0xc type looks like 0x06, so we need the overlay for tertiary (0x05).<br>
<br>
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.<br>
Maybe you have another idea?<br>
<br>
Gerd<br>
<br>
________________________________________<br>
Von: mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> im Auftrag von Andrzej Popowski <popej@poczta.onet.pl><br>
Gesendet: Sonntag, 12. Februar 2017 20:15:59<br>
An: mkgmap-dev@lists.mkgmap.org.uk<br>
Betreff: Re: [mkgmap-dev] roundabouts<br>
<br>
Hi Gerd,<br>
<br>
just have tested following version:<br>
<br>
# Roundabouts<br>
junction=roundabout & (highway=trunk | highway=trunk_link) [0x0c<br>
road_class=4 road_speed=2 resolution 24 continue]<br>
junction=roundabout & (highway=trunk | highway=trunk_link) [0x10801<br>
resolution 18]<br>
<br>
junction=roundabout & (highway=primary | highway=primary_link) [0x0c<br>
road_class=3 road_speed=2 resolution 24 continue]<br>
junction=roundabout & (highway=primary | highway=primary_link) [0x10802<br>
resolution 19]<br>
<br>
junction=roundabout & (highway=secondary | highway=secondary_link) [0x0c<br>
road_class=2 road_speed=2 resolution 24 continue]<br>
junction=roundabout & (highway=secondary | highway=secondary_link)<br>
[0x10803 resolution 20]<br>
<br>
junction=roundabout & (highway=tertiary | highway=tertiary_link) [0x0c<br>
road_class=1 road_speed=1 resolution 24 continue]<br>
junction=roundabout & (highway=tertiary | highway=tertiary_link)<br>
[0x10804 resolution 21]<br>
<br>
junction=roundabout & highway=minor [0x0c road_class=1 road_speed=1<br>
resolution 21]<br>
junction=roundabout & highway=unclassified [0x0c road_class=1<br>
road_speed=1 resolution 21]<br>
junction=roundabout & highway=* [0x0c road_class=0 road_speed=1<br>
resolution 22]<br>
<br>
This adds secondary line for roundabout defined as trunk, primary,<br>
secondary and tertiary only. I think other types will work well enough<br>
with standard rendering. Maybe even tertiary can be standard. Map looks<br>
ok, see attached picture with roundabout rendered as primary (no TYP).<br>
<br>
Side note: this is example, where style-option can be used. You can make<br>
this extra lines active in style only when a proper style-option is defined.<br>
<br>
--<br>
Best regards,<br>
Andrzej<br>
<br>
_______________________________________________<br>
mkgmap-dev mailing list<br>
mkgmap-dev@lists.mkgmap.org.uk<br>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
</div>
</span></font>
</body>
</html>