diff options
author | typebrook <typebrook@gmail.com> | 2019-11-13 17:57:39 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-11-13 17:57:39 +0800 |
commit | a2507eac52a349e17e5aaa5d23ab6312ebbf7767 (patch) | |
tree | 5f064cbecc6499d96bd05d83117234329f4b3ae1 /utils/osm | |
parent | 2d2594e95e3e6a52ddb90cb66165ec297243b5d0 (diff) |
update
Diffstat (limited to 'utils/osm')
-rw-r--r-- | utils/osm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -169,6 +169,11 @@ osm.update() { | |||
169 | sed '' | 169 | sed '' |
170 | fi | 170 | fi |
171 | } | 171 | } |
172 | # $1 as .osm file $2 as list of change content | ||
173 | # use Diff upload: POST /api/0.6/changeset/#id/upload maybe? | ||
174 | osm.osm.update() { | ||
175 | |||
176 | } | ||
172 | # create a new changeset | 177 | # create a new changeset |
173 | osm.api.changeset.create() { | 178 | osm.api.changeset.create() { |
174 | 179 | ||