]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/ways.yml
Make the box outline the same colour as the ways and points drawn
[rails.git] / test / fixtures / ways.yml
index 4f0af985482695991dd8d36fb6aaafad41d02691..80b1da6426a8248f5b959be0fc3571eae0f8a963 100644 (file)
@@ -2,48 +2,48 @@ visible_way:
   id: 1
   changeset_id: 1
   timestamp: 2007-01-01 00:00:00
-  visible: 1
+  visible: true
   version: 1
 
 invisible_way:
   id: 2
   changeset_id: 1
   timestamp: 2007-01-01 00:00:00
-  visible: 0
+  visible: false
   version: 1
 
 used_way:
   id: 3
   changeset_id: 1
   timestamp: 2007-01-01 00:00:00
-  visible: 1
+  visible: true
   version: 1
 
 way_with_versions_v1:
   id: 4
   changeset_id: 4
   timestamp: 2008-01-01 00:01:00
-  visible: 1
+  visible: true
   version: 1
 
 way_with_versions_v2:
   id: 4
   changeset_id: 4
   timestamp: 2008-01-01 00:02:00
-  visible: 1
+  visible: true
   version: 2
 
 way_with_versions:
   id: 4
   changeset_id: 4
   timestamp: 2008-01-01 00:03:00
-  visible: 1
+  visible: true
   version: 3
 
 way_with_versions_v4:
   id: 4
   changeset_id: 4
   timestamp: 2008-01-01 00:04:00
-  visible: 1
+  visible: true
   version: 4