aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/osm/osm.api.changeset.commit
diff options
context:
space:
mode:
Diffstat (limited to 'tools/osm/osm.api.changeset.commit')
-rwxr-xr-xtools/osm/osm.api.changeset.commit11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/osm/osm.api.changeset.commit b/tools/osm/osm.api.changeset.commit
index d41472e..4f3f926 100755
--- a/tools/osm/osm.api.changeset.commit
+++ b/tools/osm/osm.api.changeset.commit
@@ -15,17 +15,6 @@ if [ -z ${OSM_USER_PASSWD} ]; then
15 read -e -p 'Type USER:PASSWD: ' -r OSM_USER_PASSWD </dev/tty 15 read -e -p 'Type USER:PASSWD: ' -r OSM_USER_PASSWD </dev/tty
16fi 16fi
17 17
18# Create Changeset
19CHANGESET_BODY="
20 <osm>
21 <changeset>
22 <tag k='comment' v='${comment}'/>
23 <tag k='created_by' v='bash script'/>
24 <tag k='bot' v='yes'/>
25 </changeset>
26 </osm>
27 "
28
29# Create changeset with given information 18# Create changeset with given information
30curl ${OSM_API}/changeset/create \ 19curl ${OSM_API}/changeset/create \
31 --user ${OSM_USER_PASSWD} \ 20 --user ${OSM_USER_PASSWD} \