source: osm/applications/editors/josm/plugins/ImportImagePlugin/test/data/regress/14894/14894.osm

Last change on this file was 33372, checked in by donvip, 9 years ago

see #josm14894 - add non-regression unit test

File size: 566 bytes
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' generator='JOSM'>
3 <node id='-42868' action='modify' lat='43.31195000331' lon='3.4802979895' />
4 <node id='-42871' action='modify' lat='43.30296177662' lon='3.49264982466' />
5 <node id='-42872' action='modify' lat='43.31195000331' lon='3.49264982466' />
6 <node id='-42873' action='modify' lat='43.30296177662' lon='3.4802979895' />
7 <way id='-42874' action='modify'>
8 <nd ref='-42868' />
9 <nd ref='-42872' />
10 <nd ref='-42871' />
11 <nd ref='-42873' />
12 <nd ref='-42868' />
13 </way>
14</osm>
Note: See TracBrowser for help on using the repository browser.