changeset 154:58524989283b

polygon-Layers
author fknauft
date Mon, 07 Feb 2011 11:43:20 +0100
parents cca88caad152
children 1e26afbb80fa
files gis_gui/intro.pt zpt/KML_schema_table.zpt
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gis_gui/intro.pt	Mon Feb 07 11:25:13 2011 +0100
+++ b/gis_gui/intro.pt	Mon Feb 07 11:43:20 2011 +0100
@@ -25,6 +25,6 @@
 			<p>You can display pre-existing data as maps [Song Yingxing example] or input and process your own data <a href= "../mappit_samples/upload_sample.xml">[sample table, which can be edited using MS-Excel]</a>. 
 			Select your desired features for geographical analysis and save for future use!</p>
 			<p>In the beta phase, data is accessible to all registered users. To prevent any loss of work, please maintain an external backup.</p> 
-			<p>You can email <a href="mappit@mpiwg-berlin.mpg.de">mappit@mpiwg-berlin.mpg.de</a> to request a personal login, or use the test account (user: test / password: test) to explore the platform right away</p>
+			<p>You can email <a href="mappit@mpiwg-berlin.mpg.de">mappit@mpiwg-berlin.mpg.de</a> to request a personal login, or use the test account (user: guest / password: test) to explore the platform right away</p>
 		</div>
 </div>
--- a/zpt/KML_schema_table.zpt	Mon Feb 07 11:25:13 2011 +0100
+++ b/zpt/KML_schema_table.zpt	Mon Feb 07 11:43:20 2011 +0100
@@ -74,8 +74,7 @@
       <description tal:content="place/description" >
       ERD-0815: ERD-0815
       </description>
-      <Style>
-         <PolyStyle><color tal:content="place/LineColor">#80800000</color><fill>0.1</fill><outline>1</outline></PolyStyle></Style>
+      <Style> <PolyStyle><color tal:content="place/LineColor">#80800000</color><fill>0.1</fill><outline>1</outline></PolyStyle></Style>
       <Polygon><outerBoundaryIs><LinearRing><coordinates tal:content="string:${place/LinearRing}">116.38,39.92,0</coordinates>
           </LinearRing></outerBoundaryIs></Polygon>
     </Placemark>