changeset 106:c6cb615bf0cf

changable color for dots in map
author fknauft
date Tue, 01 Feb 2011 17:11:17 +0100
parents 1865454b6a5b
children 799fba2314a1
files RestDbGisApi.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/RestDbGisApi.py	Tue Feb 01 17:08:53 2011 +0100
+++ b/RestDbGisApi.py	Tue Feb 01 17:11:17 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'] = './icons/dot_blue.png'
             kmlPlace['coord_x'] = str(xCoord)
             kmlPlace['coord_y'] = str(yCoord)
             kmlPlace['coord_z'] = '0'