1 # FIXME! all of these changesets need their bounding boxes set correctly!
3 <% SCALE = 10000000 unless defined?(SCALE) %>
5 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
6 normal_user_first_change:
9 created_at: "2007-01-01 00:00:00"
11 min_lon: <%= 1 * SCALE %>
12 min_lat: <%= 1 * SCALE %>
13 max_lon: <%= 5 * SCALE %>
14 max_lat: <%= 5 * SCALE %>
16 second_user_first_change:
19 created_at: "2008-05-01 01:23:45"
22 normal_user_closed_change:
25 created_at: "2007-01-01 00:00:00"
28 normal_user_version_change:
31 created_at: "2008-01-01 00:00:00"
34 # changeset to contain all the invalid stuff that is in the
35 # fixtures (nodes outside the world, etc...)
39 created_at: "2008-01-01 00:00:00"