changeset 112:aac0c59c41d6

changable color for dots in map
author fknauft
date Tue, 01 Feb 2011 18:32:19 +0100
parents 086e6a257e60
children 72fb40db21f6
files zpt/KML_schema_table.zpt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zpt/KML_schema_table.zpt	Tue Feb 01 18:27:48 2011 +0100
+++ b/zpt/KML_schema_table.zpt	Tue Feb 01 18:32:19 2011 +0100
@@ -66,7 +66,7 @@
       ERD-0815: ERD-0815
       </description>
 #      <styleUrl tal:content="place/icon">#marker_icon</styleUrl>
-      <styleUrl tal:content="string:#marker_icon_${color_field">#marker_icon_red</styleUrl>
+      <styleUrl tal:content="string:#marker_icon_${colorField}">#marker_icon_red</styleUrl>
       <Point>
         <coordinates tal:content="string:${place/coord_x},${place/coord_y},${place/coord_z}">116.38,39.92,0</coordinates>
       </Point>