OSM script:

* added note regarding password setting
This commit is contained in:
lars 2009-08-21 11:11:45 +00:00
parent 41f4f00601
commit a99914e7c2

View file

@ -10,13 +10,15 @@
# The input file should contain the way ids in the first column and the height
# in the second column separated by a space or tab.
#
# Update your username and password below!
#
import OsmApi
import sys
import types
username = u"lars@systemausfall.org"
password = u"testtest"
username = u"YOUR_USER_NAME"
password = u"YOUR_PASSWORD"
value_key = u"building:height"
forbidden_tags = [value_key, u"height"]