diff --git a/osm/rostock_import_height_2009/add_height.py b/osm/rostock_import_height_2009/add_height.py index acdbfdd..e2702ec 100755 --- a/osm/rostock_import_height_2009/add_height.py +++ b/osm/rostock_import_height_2009/add_height.py @@ -102,7 +102,7 @@ def update_way(way, height): return way def send_changeset(api, changes): - api.ChangesetCreate({u"note": u"Importing heights of houses from KVL Rostock"}) + api.ChangesetCreate({u"comment": u"Importing heights of houses from KVL Rostock"}) for change in changes: api.WayUpdate(change) api.ChangesetClose()