changeset 171:b9b0fc8a8c82

smaller point icons
author fknauft
date Tue, 08 Feb 2011 12:04:10 +0100
parents 4bc4ce85348f
children 0e4897b20f4a
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	Tue Feb 08 11:59:37 2011 +0100
+++ b/zpt/KML_schema_table.zpt	Tue Feb 08 12:04:10 2011 +0100
@@ -9,7 +9,7 @@
   <Document>
     <Style id="marker_icon_red">
       <IconStyle>
-        <scale>"10"</scale>
+        <size>"10"</size>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_red.png</href>
         </Icon>
@@ -18,7 +18,7 @@
     </Style>
    <Style id="marker_icon_black">
       <IconStyle>
-        <scale>"0.2"</scale>
+        <size>"0.2"</size>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_black.png</href>
         </Icon>