changeset 160:6938425e4599

map layers with custom colors
author fknauft
date Mon, 07 Feb 2011 16:10:24 +0100
parents 3dc6be23494c
children 5670281063ca
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	Mon Feb 07 15:36:10 2011 +0100
+++ b/zpt/KML_schema_table.zpt	Mon Feb 07 16:10:24 2011 +0100
@@ -9,7 +9,7 @@
   <Document>
     <Style id="marker_icon_red">
       <IconStyle>
-        <scale>1.2</scale>
+        <scale>1</scale>
         <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>1.2</scale>
+        <scale>1</scale>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_black.png</href>
         </Icon>
@@ -27,7 +27,7 @@
     </Style>
    <Style id="marker_icon_blue">
       <IconStyle>
-        <scale>1.2</scale>
+        <scale>1</scale>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_blue.png</href>
         </Icon>
@@ -36,7 +36,7 @@
     </Style>
    <Style id="marker_icon_green">
       <IconStyle>
-        <scale>1.2</scale>
+        <scale>1</scale>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_green.png</href>
         </Icon>
@@ -45,7 +45,7 @@
     </Style>
    <Style id="marker_icon_violett">
       <IconStyle>
-        <scale>1.2</scale>
+        <scale>1</scale>
         <Icon>
           <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_violett.png</href>
         </Icon>