<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks  Gerd,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
So if I understand it right, those two pois that are created by the algo don't share
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
any specific tags to mark them? <br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>Van:</b> mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> namens Gerd Petermann <gpetermann_muenchen@hotmail.com><br>
<b>Verzonden:</b> dinsdag 9 april 2019 06:01<br>
<b>Aan:</b> Development list for mkgmap<br>
<b>Onderwerp:</b> Re: [mkgmap-dev] mkgmap:line2poitype</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">Hi Minko,<br>
<br>
I think there is a misunderstanding. The algo creates new POI nodes for the way nodes.<br>
So, you'll see two different POI nodes for the node that connects two ways. The original OSM node itself is only processed<br>
when it is tagged.<br>
<br>
Gerd<br>
<br>
________________________________________<br>
Von: mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> im Auftrag von lig fietser <ligfietser@hotmail.com><br>
Gesendet: Dienstag, 9. April 2019 14:03<br>
An: mkgmap-dev<br>
Betreff: [mkgmap-dev] mkgmap:line2poitype<br>
<br>
Hi,<br>
I'm trying to exclude pois of ways that are connected to each other like this:<br>
s1--way1--e1 s2--way2--e2<br>
<br>
With s1=start node of way1 and e1 = end node<br>
s2 is the same node as e1.<br>
<br>
In the points file I like to render only points s1 and e2 but not e1 / s2<br>
<br>
I have tried these two rules but they will render respectively s2 and e1 too:<br>
mkgmap:line2poitype=start & mkgmap:line2poitype!=end & (bridge=* | tunnel=*)   [0x2819 resolution 24]<br>
mkgmap:line2poitype=end & mkgmap:line2poitype!=start & (bridge=* | tunnel=*)  [0x2819 resolution 24]<br>
<br>
My goal is to render a poi only at the beginning and end of a bridge/tunnel, that consists of many way segments. How can I exclude those in between start and end points?<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></div>
</body>
</html>