changeset 209:7f327e106745

Repair: loading of chgis-polys
author fknauft
date Thu, 03 Mar 2011 12:17:39 +0100
parents 267c84193e3c
children 2b8634178e3d
files RestDbGisApi.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/RestDbGisApi.py	Thu Mar 03 12:08:10 2011 +0100
+++ b/RestDbGisApi.py	Thu Mar 03 12:17:39 2011 +0100
@@ -347,8 +347,6 @@
                             coord=coord.split(' ')
                             try:
                                 x_coord=coord[0]
-                                if x_coord=='121.675615842265':
-                                    a='pause'
                                 y_coord=coord[1]
                             except:
                                 break