changeset 169:607cc141fd88

smaller point icons
author fknauft
date Tue, 08 Feb 2011 11:57:07 +0100
parents b89af1cc01c9
children 4bc4ce85348f
files zpt/KML_schema_table.zpt
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/zpt/KML_schema_table.zpt	Tue Feb 08 11:52:39 2011 +0100
+++ b/zpt/KML_schema_table.zpt	Tue Feb 08 11:57:07 2011 +0100
@@ -9,7 +9,7 @@
   <Document>
     <Style id="marker_icon_red">
       <IconStyle>
-        <scale>0.2</scale>
+        <scale>"0.2"</scale>
         <color>red</color>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_red.png</href>
@@ -19,7 +19,7 @@
     </Style>
    <Style id="marker_icon_black">
       <IconStyle>
-        <scale>0.2</scale>
+        <scale>"0.2"</scale>
         <color>ff00ff00</color>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_black.png</href>
@@ -29,7 +29,7 @@
     </Style>
    <Style id="marker_icon_blue">
       <IconStyle>
-        <scale>0.2</scale>
+        <scale>"0.2"</scale>
         <color>blue</color>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_red.png</href>
@@ -39,7 +39,7 @@
     </Style>
    <Style id="marker_icon_green">
       <IconStyle>
-        <scale>0.2</scale>
+        <scale>"0.2"</scale>
         <color>ff00ff00</color>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_green.png</href>
@@ -49,7 +49,7 @@
     </Style>
    <Style id="marker_icon_violett">
       <IconStyle>
-        <scale>0.2</scale>
+        <scale>"0.2"</scale>
         <color>ff00ff00</color>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_violett.png</href>