Ticket #7344: del_relation_bug.osm

File del_relation_bug.osm, 3.9 KB (added by ToeBee, 13 years ago)

Simple data file to reproduce relation deletion bug

Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' generator='JOSM'>
3 <node id='-421696' visible='true' lat='31.116436861988067' lon='-98.27303276091904' />
4 <node id='-421695' visible='true' lat='30.854860922046214' lon='-98.63222203793057' />
5 <node id='-421693' visible='true' lat='31.119743349739483' lon='-98.15909637735085' />
6 <node id='-421692' visible='true' lat='30.835794195124823' lon='-97.9630871751107' />
7 <node id='-421690' visible='true' lat='31.13957985696475' lon='-98.04419443121007' />
8 <node id='-421689' visible='true' lat='31.02960038287508' lon='-97.77673359859662' />
9 <node id='-421687' visible='true' lat='31.222187300008503' lon='-98.04709111892791' />
10 <node id='-421686' visible='true' lat='31.46792931128575' lon='-97.81342497635589' />
11 <node id='-421684' visible='true' lat='31.271717150282228' lon='-98.15523412706041' />
12 <node id='-421683' visible='true' lat='31.495926152509888' lon='-98.36089895502668' />
13 <node id='-421681' visible='true' lat='31.21971012566943' lon='-98.20640894340882' />
14 <node id='-421680' visible='true' lat='31.296472330527102' lon='-98.58684059701781' />
15 <way id='-421697' action='modify' visible='true'>
16 <nd ref='-421695' />
17 <nd ref='-421696' />
18 <tag k='highway' v='motorway' />
19 </way>
20 <way id='-421694' action='modify' visible='true'>
21 <nd ref='-421692' />
22 <nd ref='-421693' />
23 <tag k='highway' v='motorway' />
24 </way>
25 <way id='-421691' action='modify' visible='true'>
26 <nd ref='-421689' />
27 <nd ref='-421690' />
28 <tag k='highway' v='motorway' />
29 </way>
30 <way id='-421688' action='modify' visible='true'>
31 <nd ref='-421686' />
32 <nd ref='-421687' />
33 <tag k='highway' v='motorway' />
34 </way>
35 <way id='-421685' action='modify' visible='true'>
36 <nd ref='-421683' />
37 <nd ref='-421684' />
38 <tag k='highway' v='motorway' />
39 </way>
40 <way id='-421682' action='modify' visible='true'>
41 <nd ref='-421680' />
42 <nd ref='-421681' />
43 <tag k='highway' v='motorway' />
44 </way>
45 <relation id='-421762' visible='true'>
46 <member type='way' ref='-421697' role='' />
47 <tag k='name' v='Relation 12' />
48 <tag k='type' v='route' />
49 </relation>
50 <relation id='-421756' visible='true'>
51 <tag k='name' v='Relation 11' />
52 <tag k='type' v='route' />
53 </relation>
54 <relation id='-421742' action='modify' visible='true'>
55 <member type='way' ref='-421694' role='' />
56 <tag k='name' v='Relation 10' />
57 <tag k='type' v='route' />
58 </relation>
59 <relation id='-421740' action='modify' visible='true'>
60 <tag k='name' v='Relation 09' />
61 <tag k='type' v='route' />
62 </relation>
63 <relation id='-421721' action='modify' visible='true'>
64 <member type='way' ref='-421691' role='' />
65 <tag k='name' v='Relation 08' />
66 <tag k='type' v='route' />
67 </relation>
68 <relation id='-421719' action='modify' visible='true'>
69 <tag k='name' v='Relation 07' />
70 <tag k='type' v='route' />
71 </relation>
72 <relation id='-421717' action='modify' visible='true'>
73 <member type='way' ref='-421688' role='' />
74 <tag k='name' v='Relation 06' />
75 <tag k='type' v='route' />
76 </relation>
77 <relation id='-421715' action='modify' visible='true'>
78 <tag k='name' v='Relation 05' />
79 <tag k='type' v='route' />
80 </relation>
81 <relation id='-421713' action='modify' visible='true'>
82 <member type='way' ref='-421685' role='' />
83 <tag k='name' v='Relation 04' />
84 <tag k='type' v='route' />
85 </relation>
86 <relation id='-421711' action='modify' visible='true'>
87 <tag k='name' v='Relation 03' />
88 <tag k='type' v='route' />
89 </relation>
90 <relation id='-421709' action='modify' visible='true'>
91 <member type='way' ref='-421682' role='' />
92 <tag k='name' v='Relation 02' />
93 <tag k='type' v='route' />
94 </relation>
95 <relation id='-421706' action='modify' visible='true'>
96 <tag k='name' v='Relation 01' />
97 <tag k='type' v='route' />
98 </relation>
99</osm>