Ticket #18861: mp-order.osm

File mp-order.osm, 2.7 KB (added by GerdP, 6 years ago)

Example to show how the order of members matters with the currently used algo. See how rendering changes when you move e.g. the last member two positions up.

Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='never' generator='JOSM'>
3 <node id='-101844' action='modify' lat='52.90056283626' lon='8.38824037132' />
4 <node id='-101845' action='modify' lat='52.89897938715' lon='8.38806792391' />
5 <node id='-101846' action='modify' lat='52.89716470644' lon='8.38950498565' />
6 <node id='-101847' action='modify' lat='52.89711847155' lon='8.3919384102' />
7 <node id='-101848' action='modify' lat='52.89852861369' lon='8.39559812743' />
8 <node id='-101849' action='modify' lat='52.89992715196' lon='8.39557896661' />
9 <node id='-101850' action='modify' lat='52.9016030268' lon='8.39260903901' />
10 <node id='-101852' action='modify' lat='52.90088645377' lon='8.39207253596' />
11 <node id='-101853' action='modify' lat='52.89968443368' lon='8.39339463276' />
12 <node id='-101854' action='modify' lat='52.89847082188' lon='8.39306889877' />
13 <node id='-101855' action='modify' lat='52.89856328874' lon='8.39055883093' />
14 <node id='-101856' action='modify' lat='52.89945327215' lon='8.38963911141' />
15 <node id='-101857' action='modify' lat='52.89900047337' lon='8.39425395664' />
16 <node id='-101858' action='modify' lat='52.90021066208' lon='8.39399508746' />
17 <node id='-101859' action='modify' lat='52.90123318414' lon='8.38942834236' />
18 <way id='-102250' action='modify'>
19 <nd ref='-101859' />
20 <nd ref='-101844' />
21 <nd ref='-101845' />
22 <nd ref='-101846' />
23 <nd ref='-101847' />
24 </way>
25 <way id='-102251' action='modify'>
26 <nd ref='-101859' />
27 <nd ref='-101852' />
28 <nd ref='-101853' />
29 <nd ref='-101854' />
30 </way>
31 <way id='-102252' action='modify'>
32 <nd ref='-101854' />
33 <nd ref='-101855' />
34 <nd ref='-101856' />
35 <nd ref='-101859' />
36 </way>
37 <way id='-102253' action='modify'>
38 <nd ref='-101848' />
39 <nd ref='-101849' />
40 <nd ref='-101850' />
41 <nd ref='-101859' />
42 </way>
43 <way id='-102254' action='modify'>
44 <nd ref='-101847' />
45 <nd ref='-101848' />
46 </way>
47 <way id='-102255' action='modify'>
48 <nd ref='-101848' />
49 <nd ref='-101857' />
50 <nd ref='-101858' />
51 </way>
52 <way id='-102256' action='modify'>
53 <nd ref='-101858' />
54 <nd ref='-101848' />
55 </way>
56 <relation id='-99756' action='modify'>
57 <member type='way' ref='-102254' role='outer' />
58 <member type='way' ref='-102250' role='outer' />
59 <member type='way' ref='-102251' role='outer' />
60 <member type='way' ref='-102252' role='outer' />
61 <member type='way' ref='-102253' role='outer' />
62 <member type='way' ref='-102255' role='outer' />
63 <member type='way' ref='-102256' role='outer' />
64 <tag k='natural' v='water' />
65 <tag k='type' v='multipolygon' />
66 </relation>
67</osm>