aboutsummaryrefslogtreecommitdiffhomepage
path: root/utils/osm
diff options
context:
space:
mode:
Diffstat (limited to 'utils/osm')
-rw-r--r--utils/osm11
1 files changed, 6 insertions, 5 deletions
diff --git a/utils/osm b/utils/osm
index abbc51d..7ef8cdf 100644
--- a/utils/osm
+++ b/utils/osm
@@ -9,15 +9,16 @@ COMMANDS:
9 util.osm.edit 9 util.osm.edit
10 10
11 osm.api.changeset.create create a new changeset and return its ID 11 osm.api.changeset.create create a new changeset and return its ID
12 osm.api.changeset.update [changeset ID], update changeset with new comment 12 osm.api.changeset.update [changeset ID] update changeset with new comment
13 osm.api.changeset.add [changeset ID], STDIN=osm element, add it into changeset 13 osm.api.changeset.upload [changeset ID] [osc file] upload osc file to the given changeset
14 osm.api.changeset.close [changeset ID], close the given changeset 14 osm.api.changeset.add [changeset ID] STDIN=osm element, add it into changeset
15 osm.api.changeset.close [changeset ID] close the given changeset
15 osm.api.fetch [element type] [element ID] 16 osm.api.fetch [element type] [element ID]
16 osm.api.fetch.full like .fetch, but return with all referenced elements 17 osm.api.fetch.full like .fetch, but return with all referenced elements
17 osm.api.fetch.history [element type] [element ID] 18 osm.api.fetch.history [element type] [element ID]
18 osm.api.member.relation [element type] [element ID] [member type] get first relations reference it as member type 19 osm.api.member.relation [element type] [element ID] [member type] get first relations reference it as member type
19 osm.api.referenced.relation 20 osm.api.referenced.relation [element type] [element ID] get all relations reference this element
20 osm.api.referenced.way 21 osm.api.referenced.way [element type] [element ID] get all ways reference this element
21 osm.api.upload.to 22 osm.api.upload.to
22 23
23 osm.file.cat 24 osm.file.cat