comparison zpt/KML_schema_table.zpt @ 121:469e8a463df0

polygon-Layers
author fknauft
date Wed, 02 Feb 2011 13:59:01 +0100
parents d14f9838f683
children d7be76eb64e6
comparison
equal deleted inserted replaced
120:d14f9838f683 121:469e8a463df0
59 </LineStyle> 59 </LineStyle>
60 <PolyStyle> 60 <PolyStyle>
61 <color>ff0000ff</color> 61 <color>ff0000ff</color>
62 </PolyStyle> 62 </PolyStyle>
63 </Style> 63 </Style>
64 <Placemark tal:repeat="place data" tal:condition="place/icon"> 64 <Placemark tal:repeat="place data" tal:condition="${place/icon}">
65 <description tal:content="place/description"> 65 <description tal:content="place/description">
66 ERD-0815: ERD-0815 66 ERD-0815: ERD-0815
67 </description> 67 </description>
68 # <styleUrl tal:content="place/icon">#marker_icon</styleUrl> 68 # <styleUrl tal:content="place/icon">#marker_icon</styleUrl>
69 <styleUrl tal:content="string:#marker_icon_${colorField}">#marker_icon_red</styleUrl> 69 <styleUrl tal:content="string:#marker_icon_${colorField}">#marker_icon_red</styleUrl>
70 <Point> 70 <Point>
71 <coordinates tal:content="string:${place/coord_x},${place/coord_y},${place/coord_z}">116.38,39.92,0</coordinates> 71 <coordinates tal:content="string:${place/coord_x},${place/coord_y},${place/coord_z}">116.38,39.92,0</coordinates>
72 </Point> 72 </Point>
73 </Placemark> 73 </Placemark>
74 <Placemark tal:repeat="place data" tal:condition="place/LinearRing"> 74 <Placemark tal:repeat="place data" tal:condition="${place/LinearRing}">
75 <description tal:content="place/description"> 75 <description tal:content="place/description">
76 ERD-0815: ERD-0815 76 ERD-0815: ERD-0815
77 </description> 77 </description>
78 # <styleUrl tal:content="place/icon">#marker_icon</styleUrl> 78 # <styleUrl tal:content="place/icon">#marker_icon</styleUrl>
79 <Style><PolyStyle><color>#80800000</color><fill>1</fill><outline>1</outline></PolyStyle></Style> 79 <Style><PolyStyle><color>#80800000</color><fill>1</fill><outline>1</outline></PolyStyle></Style>