changeset 167:2916cf69db62

smaller point icons
author fknauft
date Tue, 08 Feb 2011 11:48:49 +0100
parents b3ba156216fa
children b89af1cc01c9
files zpt/KML_schema_table.zpt
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zpt/KML_schema_table.zpt	Tue Feb 08 11:36:02 2011 +0100
+++ b/zpt/KML_schema_table.zpt	Tue Feb 08 11:48:49 2011 +0100
@@ -10,6 +10,7 @@
     <Style id="marker_icon_red">
       <IconStyle>
         <scale>0.2</scale>
+        <color>red</color>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_red.png</href>
         </Icon>
@@ -19,15 +20,17 @@
    <Style id="marker_icon_black">
       <IconStyle>
         <scale>0.2</scale>
+        <color>ff00ff00</color>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_black.png</href>
         </Icon>
         <hotSpot x="0.5" y="0.5" xunits="fraction" yunits="fraction"/>
       </IconStyle>
     </Style>
-   <Style id="marker_icon_blue">
+   <Style id="marker_icon_red">
       <IconStyle>
         <scale>0.2</scale>
+        <color>blue</color>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_blue.png</href>
         </Icon>
@@ -37,6 +40,7 @@
    <Style id="marker_icon_green">
       <IconStyle>
         <scale>0.2</scale>
+        <color>ff00ff00</color>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_green.png</href>
         </Icon>
@@ -46,6 +50,7 @@
    <Style id="marker_icon_violett">
       <IconStyle>
         <scale>0.2</scale>
+        <color>ff00ff00</color>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_violett.png</href>
         </Icon>