Google map appears to be ignoring my icon scale. The relevant code
looks like,
<Style id='icon0'>
<IconStyle>
<scale>1</scale>
<Icon>
<href>
http://www.ats.amherst.edu/countytest/parks.png</href>
</Icon>
</IconStyle>
</Style>
<Style id='icon1'>
<IconStyle>
<scale>1.4</scale>
<Icon>
<href>
http://www.ats.amherst.edu/countytest/parks.png</href>
</Icon>
</IconStyle>
</Style>
<Style id='icon2'>
<IconStyle>
<scale>1.8</scale>
<Icon>
<href>
http://www.ats.amherst.edu/countytest/parks.png</href>
</Icon>
</IconStyle>
</Style>
<Placemark>
<name>Connecticut</name>
<styleUrl>#icon0</styleUrl>
<Point>
<coordinates>-72.5372314453125,41.7016273437892</coordinates>
</Point>
</Placemark>
The are six different placemarks, each using one of the three
different styles. However, all are the same size on the map.
What don't I understand?