Mercurial > hg > ChinaGisRestApi
changeset 121:469e8a463df0
polygon-Layers
author | fknauft |
---|---|
date | Wed, 02 Feb 2011 13:59:01 +0100 |
parents | d14f9838f683 |
children | d7be76eb64e6 |
files | zpt/KML_schema_table.zpt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/zpt/KML_schema_table.zpt Wed Feb 02 13:55:21 2011 +0100 +++ b/zpt/KML_schema_table.zpt Wed Feb 02 13:59:01 2011 +0100 @@ -61,7 +61,7 @@ <color>ff0000ff</color> </PolyStyle> </Style> - <Placemark tal:repeat="place data" tal:condition="place/icon"> + <Placemark tal:repeat="place data" tal:condition="${place/icon}"> <description tal:content="place/description"> ERD-0815: ERD-0815 </description> @@ -71,7 +71,7 @@ <coordinates tal:content="string:${place/coord_x},${place/coord_y},${place/coord_z}">116.38,39.92,0</coordinates> </Point> </Placemark> - <Placemark tal:repeat="place data" tal:condition="place/LinearRing"> + <Placemark tal:repeat="place data" tal:condition="${place/LinearRing}"> <description tal:content="place/description"> ERD-0815: ERD-0815 </description>