Mercurial > dive4elements > river
comparison flys-backend/contrib/shpimporter/hws.py @ 4932:60b026b4340e dami
Importer: Classify hochufer as Deich
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 31 Jan 2013 12:06:12 +0100 |
parents | b457532dae63 |
children | 03989fa957fc |
comparison
equal
deleted
inserted
replaced
4931:f5c55d7ea07e | 4932:60b026b4340e |
---|---|
15 # Keep in sync with hws_kinds table: | 15 # Keep in sync with hws_kinds table: |
16 HWS_KIND = { | 16 HWS_KIND = { |
17 "Durchlass" : 1, | 17 "Durchlass" : 1, |
18 "Damm" : 2, | 18 "Damm" : 2, |
19 "Deich" : 2, | 19 "Deich" : 2, |
20 "Hochufer" : 2, | |
20 "Graben" : 3, | 21 "Graben" : 3, |
21 } | 22 } |
22 | 23 |
23 # Keep in sync with fed_states table: | 24 # Keep in sync with fed_states table: |
24 FED_STATES = { | 25 FED_STATES = { |