[Dive4elements-commits] [PATCH] corrected HWS_KIND field-map
Wald Commits
scm-commit at wald.intevation.org
Thu Feb 28 16:16:16 CET 2013
# HG changeset patch
# User Tom Gottfried <tom.gottfried at intevation.de>
# Date 1362064564 -3600
# Node ID d25eebfc5cee063a62dbc40f31348d471d8ab898
# Parent 74ae3bba1cccd8d51b8e1fec2c5301c35f900695
corrected HWS_KIND field-map
diff -r 74ae3bba1ccc -r d25eebfc5cee flys-backend/contrib/shpimporter/hws.py
--- a/flys-backend/contrib/shpimporter/hws.py Thu Feb 28 16:01:58 2013 +0100
+++ b/flys-backend/contrib/shpimporter/hws.py Thu Feb 28 16:16:04 2013 +0100
@@ -23,8 +23,8 @@
"hochufer" : 2,
"graben" : 3,
"rohr1" : 1,
- "Hauptdeich" : 2,
- "Sommerdeich" : 2
+ "hauptdeich" : 2,
+ "sommerdeich" : 2
}
# Keep in sync with fed_states table:
More information about the Dive4elements-commits
mailing list