Mercurial > dive4elements > river
diff flys-backend/contrib/shpimporter/axis.py @ 3654:59ca5dab2782
Shape importer: use python's OptionParse to read user specific configuration from command line.
flys-backend/trunk@5231 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 22 Aug 2012 11:55:55 +0000 |
parents | b0132e1b9719 |
children | 8654e4480fc6 |
line wrap: on
line diff
--- a/flys-backend/contrib/shpimporter/axis.py Thu Aug 09 11:17:44 2012 +0000 +++ b/flys-backend/contrib/shpimporter/axis.py Wed Aug 22 11:55:55 2012 +0000 @@ -2,6 +2,7 @@ from importer import Importer +NAME="Axis" TABLE_NAME="river_axes" PATH="Geodaesie/Flussachse+km" @@ -16,6 +17,10 @@ return TABLE_NAME + def getName(self): + return NAME + + def isGeometryValid(self, geomType): return geomType == 2