changeset 189:53fc023c9114

corrected links in desc (RestDbGisApi)
author fknauft
date Wed, 16 Feb 2011 14:25:40 +0100
parents f87dda6f05d6
children 30f669d9978f
files RestDbGisApi.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/RestDbGisApi.py	Wed Feb 16 14:22:03 2011 +0100
+++ b/RestDbGisApi.py	Wed Feb 16 14:25:40 2011 +0100
@@ -323,7 +323,7 @@
             
                   
             if geomField=='point':
-                kmlPlace['description'] = '<![CDATA[\n'+desc+']]>'
+                kmlPlace['description'] = desc
                 kmlPlace['icon'] = '#marker_icon_'+colorField
                 kmlPlace['coord_x'] = str(xCoord)
                 kmlPlace['coord_y'] = str(yCoord)