# HG changeset patch # User fknauft # Date 1317229201 -7200 # Node ID 61525f0ca492dc64d113596882b06ead30f953ca # Parent cb953cc153a6c78271429887989e0152a79700e9 GIS-Links from MPDL-Documents now served by Mappit-Server diff -r cb953cc153a6 -r 61525f0ca492 RestDbGisApi.py --- a/RestDbGisApi.py Wed Sep 28 18:46:00 2011 +0200 +++ b/RestDbGisApi.py Wed Sep 28 19:00:01 2011 +0200 @@ -267,7 +267,7 @@ yCoord = 0.0 if gisIdIdx != None and geomField=='point' : gisID = dataset[gisIdIdx] - if gisID != " ": + if gisID != " " and gisID != " 0": coords=self.getPointForChGisId(gisID) if coords!=None: xCoord=coords[0]