summaryrefslogtreecommitdiff
path: root/sources/potlatch/import_potlatch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sources/potlatch/import_potlatch.rb')
-rwxr-xr-xsources/potlatch/import_potlatch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/potlatch/import_potlatch.rb b/sources/potlatch/import_potlatch.rb
index fbdc2dc..5c370b5 100755
--- a/sources/potlatch/import_potlatch.rb
+++ b/sources/potlatch/import_potlatch.rb
@@ -37,7 +37,7 @@ db = SQLite3::Database.new(dir + '/taginfo-potlatch.db')
db.execute('BEGIN TRANSACTION');
-file = File.new(dir + '/resources/map_features.xml')
+file = File.new(dir + '/git-source/resources/map_features.xml')
doc = REXML::Document.new(file)
doc.elements.each('/mapFeatures/category') do |category_element|