Mercurial > hg > ChinaGisRestApi
changeset 170:4bc4ce85348f
smaller point icons
author | fknauft |
---|---|
date | Tue, 08 Feb 2011 11:59:37 +0100 |
parents | 607cc141fd88 |
children | b9b0fc8a8c82 |
files | zpt/KML_schema_table.zpt |
diffstat | 1 files changed, 2 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/zpt/KML_schema_table.zpt Tue Feb 08 11:57:07 2011 +0100 +++ b/zpt/KML_schema_table.zpt Tue Feb 08 11:59:37 2011 +0100 @@ -9,8 +9,7 @@ <Document> <Style id="marker_icon_red"> <IconStyle> - <scale>"0.2"</scale> - <color>red</color> + <scale>"10"</scale> <Icon> <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_red.png</href> </Icon> @@ -20,7 +19,6 @@ <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> @@ -30,9 +28,8 @@ <Style id="marker_icon_blue"> <IconStyle> <scale>"0.2"</scale> - <color>blue</color> <Icon> - <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_red.png</href> + <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_blue.png</href> </Icon> <hotSpot x="0.5" y="0.5" xunits="fraction" yunits="fraction"/> </IconStyle> @@ -40,7 +37,6 @@ <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> @@ -50,7 +46,6 @@ <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>