summaryrefslogtreecommitdiffhomepage
path: root/scripts/osm/osm.api.changeset.update
blob: 7b32741b26eba0763c80aadf8eadebf18e4f5597 (plain)
1
2
3
4
5
6
7
#!/bin/sh

echo -n 'type comment: '
read -r comment

echo "<osm><changeset><tag k=\"comment\" v=\"$comment\"/></changeset></osm>" | \
curl -X PUT -u $OSM_USER_PASSWD -i -T - $OSM_API/changeset/$1