Ticket #3531: falsePositive.osm

File falsePositive.osm, 1.6 KB (added by mdk, 13 years ago)

It looks like this issue is not so clear, but it huts me every day. So I add a more clear example with a highway near a poweline, a waterway and a barrier. I hope this will help to solve the problem.

Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' generator='JOSM'>
3 <bounds minlat='45.7325686' minlon='8.0356836' maxlat='45.7341188' maxlon='8.0383766' origin='CGImap 0.0.2' />
4 <bounds minlat='45.7325686' minlon='8.0356836' maxlat='45.7341188' maxlon='8.0383766' origin='OpenStreetMap server' />
5 <node id='-26' visible='true' lat='45.732694023727696' lon='8.036974867655529' />
6 <node id='-25' visible='true' lat='45.73304462795959' lon='8.036632943936402' />
7 <node id='-20' action='modify' visible='true' lat='45.73377328634061' lon='8.03652401248606'>
8 <tag k='power' v='tower' />
9 </node>
10 <node id='-19' action='modify' visible='true' lat='45.733295963373784' lon='8.036959738287425'>
11 <tag k='power' v='tower' />
12 </node>
13 <node id='-16' visible='true' lat='45.733158679464196' lon='8.037946173087732' />
14 <node id='-15' visible='true' lat='45.73349872053066' lon='8.037586094126885' />
15 <node id='-12' visible='true' lat='45.73374582982035' lon='8.038009716433766' />
16 <node id='-11' visible='true' lat='45.73279751556727' lon='8.036015665717807' />
17 <way id='-27' action='modify' visible='true'>
18 <nd ref='-25' />
19 <nd ref='-26' />
20 <tag k='barrier' v='hedge' />
21 </way>
22 <way id='-21' action='modify' visible='true'>
23 <nd ref='-19' />
24 <nd ref='-20' />
25 <tag k='power' v='line' />
26 </way>
27 <way id='-17' action='modify' visible='true'>
28 <nd ref='-15' />
29 <nd ref='-16' />
30 <tag k='waterway' v='stream' />
31 </way>
32 <way id='-13' action='modify' visible='true'>
33 <nd ref='-11' />
34 <nd ref='-12' />
35 <tag k='highway' v='service' />
36 </way>
37</osm>