openstreetmap-website/test/fixtures/gpx_files.yml
Tom Hughes 565171486f Add extra visibility options for GPS traces, and enhance the API call
that returns trace data to return more information if the owner of the
trace has allowed it. Based on a patch from Matt Amos.
2009-08-13 17:06:11 +00:00

51 lines
1 KiB
YAML

public_trace_file:
id: 1
user_id: 1
visible: true
name: Fist Trace.gpx
size:
latitude: 1
longitude: 1
timestamp: "2008-10-29 10:10:10"
visibility: "public"
description: This is a trace
inserted: true
anon_trace_file:
id: 2
user_id: 2
visible: false
name: Private Trace.gpx
size: 123
latitude: 51.3
longitude: -0.56
timestamp: "2009-05-06 13:34:34"
visibility: "private"
description: This is an anonymous trace
inserted: true
trackable_trace_file:
id: 3
user_id: 2
visible: false
name: Trackable Trace.gpx
size: 123
latitude: 51.51
longitude: -0.14
timestamp: "2009-07-30 17:48:34"
visibility: "trackable"
description: This trace shows trksegs and timestamps, but no user details.
inserted: true
identifiable_trace_file:
id: 4
user_id: 2
visible: false
name: Identifiable Trace.gpx
size: 123
latitude: 51.512
longitude: 0.142
timestamp: "2009-07-30 17:48:34"
visibility: "identifiable"
description: This trace shows trksegs, timestamps and user details.
inserted: true