Mercurial > hg > ChinaGisRestApi
changeset 162:8c22f5fb7b28
smaller point icons
author | fknauft |
---|---|
date | Mon, 07 Feb 2011 16:17:48 +0100 |
parents | 5670281063ca |
children | 7fc787405179 |
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 16:12:56 2011 +0100 +++ b/zpt/KML_schema_table.zpt Mon Feb 07 16:17:48 2011 +0100 @@ -9,7 +9,7 @@ <Document> <Style id="marker_icon_red"> <IconStyle> - <scale>0.5</scale> + <scale>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>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>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>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>2</scale> <Icon> <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_violett.png</href> </Icon>