changeset 104:6ab07253bb37

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