Mercurial > hg > ChinaGisRestApi
changeset 166:b3ba156216fa
smaller point icons
author | fknauft |
---|---|
date | Tue, 08 Feb 2011 11:36:02 +0100 |
parents | 1d5d50a94024 |
children | 2916cf69db62 |
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:26:20 2011 +0100 +++ b/zpt/KML_schema_table.zpt Tue Feb 08 11:36:02 2011 +0100 @@ -9,7 +9,7 @@ <Document> <Style id="marker_icon_red"> <IconStyle> - <scale>0.5</scale> + <scale>0.2</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>0.5</scale> + <scale>0.2</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>0.5</scale> + <scale>0.2</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>0.5</scale> + <scale>0.2</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>0.5</scale> + <scale>0.2</scale> <Icon> <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_violett.png</href> </Icon>