openstreetmap-website/test/fixtures/current_way_nodes.yml
Tom Hughes fc25c3d412 Rename all ID columns that aren't unique
Having a table with a column called ID that is only part of the
primary key really doesn't work as rails likes to treat ID as a
special name so it becomes impossible to assign to it or read it.
2011-11-14 09:42:52 +00:00

29 lines
288 B
YAML

t1:
way_id: 1
node_id: 3
sequence_id: 1
t2:
way_id: 2
node_id: 3
sequence_id: 1
t3:
way_id: 3
node_id: 3
sequence_id: 1
t4:
way_id: 4
node_id: 15
sequence_id: 1
w5_n1:
way_id: 5
node_id: 4
sequence_id: 1
w5_n2:
way_id: 5
node_id: 4
sequence_id: 2