diff options
| author | typebrook <typebrook@gmail.com> | 2019-11-18 11:50:24 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-11-18 11:50:24 +0800 |
| commit | 99ff14e55a80aaa3090d02cd07381f6d9f8ea5d1 (patch) | |
| tree | 0458206c1d13e4a5124ae67dfcb362556d1b4514 | |
| parent | cc0dda09ce5ce5654df5e5c9f7181f0f4bdb0e44 (diff) | |
update
| -rwxr-xr-x | scripts/osm/osm.api.changeset.create | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/osm/osm.api.changeset.create b/scripts/osm/osm.api.changeset.create index 1f17334..705f286 100755 --- a/scripts/osm/osm.api.changeset.create +++ b/scripts/osm/osm.api.changeset.create | |||
| @@ -6,6 +6,7 @@ read comment | |||
| 6 | info="<osm> | 6 | info="<osm> |
| 7 | <changeset> | 7 | <changeset> |
| 8 | <tag k='comment' v='$comment'/> | 8 | <tag k='comment' v='$comment'/> |
| 9 | <tag k='created_by' v='bash scripts'/> | ||
| 9 | <tag k='bot' v='yes'/> | 10 | <tag k='bot' v='yes'/> |
| 10 | </changeset> | 11 | </changeset> |
| 11 | </osm> | 12 | </osm> |