changeset 107:799fba2314a1

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