You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# last synchronized version of https://wiki.openstreetmap.org/wiki/API_v0.6. Diff current https://wiki.openstreetmap.org/w/index.php?title=API_v0.6&diff=cur&oldid=2834473
2
-
2834473
1
+
# last synchronized version of https://wiki.openstreetmap.org/wiki/API_v0.6. Diff current https://wiki.openstreetmap.org/w/index.php?title=API_v0.6&diff=cur&oldid=2878437
# : On a malformed request (parameters missing or wrong)
687
687
# ; HTTP status code 404 (Not Found)
688
-
# : If one of the elements could not be found (By "not found" is meant never existed in the database, if the object was deleted, it will be returned with the attribute visible="false")
688
+
# : If one of the elements could not be found (By "not found" is meant never existed in the database or its requested version was redacted, if the object was deleted, it will be returned with the attribute visible="false")
689
689
# ; HTTP status code 414 (Request-URI Too Large)
690
690
# : If the URI was too long (tested to be > 8213 characters in the URI, or > 725 elements for 10 digit IDs when not specifying versions)
Copy file name to clipboardExpand all lines: R/osmapi_gps_traces.R
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@
133
133
# |The GPX file containing the track points. Note that for successful processing, the file must contain trackpoints (<code><trkpt></code>), not only waypoints, and the trackpoints must have a valid timestamp. Since the file is processed asynchronously, the call will complete successfully even if the file cannot be processed. The file may also be a .tar, .tar.gz or .zip containing multiple gpx files, although it will appear as a single entry in the upload log.
134
134
# |-
135
135
# |description
136
-
# |The trace description. Cannot be empty.
136
+
# |The trace description. Cannot be empty. Maximum length is 255 characters.
137
137
# |-
138
138
# |tags
139
139
# |A string containing tags for the trace. Can be empty.
@@ -156,7 +156,7 @@
156
156
#' Use this to upload a GPX file or archive of GPX files. Requires authentication.
157
157
#'
158
158
#' @param file The GPX file path containing the track points.
159
-
#' @param description The trace description. Cannot be empty.
159
+
#' @param description The trace description. Cannot be empty. Maximum length is 255 characters.
160
160
#' @param tags A string containing tags for the trace. Can be empty.
161
161
#' @param visibility One of the following: `private`, `public`, `trackable`, `identifiable`. For explanations see
162
162
#' [OSM trace upload page](https://www.openstreetmap.org/traces/mine) or
0 commit comments