changeset 108:66db716158db

changable color for dots in map
author fknauft
date Tue, 01 Feb 2011 18:05:58 +0100
parents 799fba2314a1
children 9db303437b32
files RestDbGisApi.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/RestDbGisApi.py	Tue Feb 01 17:15:53 2011 +0100
+++ b/RestDbGisApi.py	Tue Feb 01 18:05:58 2011 +0100
@@ -280,8 +280,7 @@
                       
             #kmlPlace['description'] = "<![CDATA[%s]]>"%desc
             kmlPlace['description'] = desc
-     #       kmlPlace['icon'] = '#marker_icon'
-            kmlPlace['icon'] = '<href>./icons/dot_blue.png</href>'
+            kmlPlace['icon'] = '#marker_icon'
             kmlPlace['coord_x'] = str(xCoord)
             kmlPlace['coord_y'] = str(yCoord)
             kmlPlace['coord_z'] = '0'