]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/current_ways.yml
Merge remote-tracking branch 'openstreetmap/pull/1336'
[rails.git] / test / fixtures / current_ways.yml
1 visible_way:
2   id: 1
3   changeset_id: 2
4   timestamp: 2007-01-01 00:00:00
5   visible: true
6   version: 1
7
8 invisible_way:
9   id: 2
10   changeset_id: 2
11   timestamp: 2007-01-01 00:00:00
12   visible: false
13   version: 1
14
15 used_way:
16   id: 3
17   changeset_id: 2
18   timestamp: 2007-01-01 00:00:00
19   visible: true
20   version: 1
21
22 way_with_versions:
23   id: 4
24   changeset_id: 4
25   timestamp: 2008-01-01 00:04:00
26   visible: true
27   version: 4
28
29 way_with_duplicate_nodes:
30   id: 5
31   changeset_id: 2
32   timestamp: 2007-01-01 00:00:00
33   visible: true
34   version: 1
35
36 way_with_redacted_versions:
37   id: 6
38   changeset_id: 4
39   timestamp: 2008-01-01 00:04:13
40   visible: true
41   version: 4
42
43 way_with_multiple_nodes:
44   id: 7
45   changeset_id: 4
46   timestamp: 2008-01-01 00:00:00
47   visible: true
48   version: 2