changeset 145:303a6de26031

polygon-Layers
author fknauft
date Thu, 03 Feb 2011 13:26:15 +0100
parents abc95f483315
children 24828625c0ce
files RestDbGisApi.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/RestDbGisApi.py	Thu Feb 03 13:22:57 2011 +0100
+++ b/RestDbGisApi.py	Thu Feb 03 13:26:15 2011 +0100
@@ -309,9 +309,9 @@
                            except:
                                break
                            coord_string+=x_coord+','+y_coord+','+'0 \n'
-                       kmlPlace['LinearRing']=coord_string              
-                       kmlPlace['LineColor']=colorField
-                       kmlData.append(kmlPlace)
+                    kmlPlace['LinearRing']=coord_string              
+                    kmlPlace['LineColor']=colorField
+                    kmlData.append(kmlPlace)
         #logging.debug("kmlData=%s"%(repr(kmlData)))
         return kmlData