amithpdn / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

scale icon #441

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Can't scale markers.
I have some .klm code
<IconStyle>
    <scale>2.0</scale>
      <Icon>
          <href>http://elki-v-spb.ru/images/markers/11.png</href>
      </Icon>
</IconStyle>

But <scale> dosn't work, i think ico must be 64x64 px, but it stil 32x32 px. 
How resizes <Icon>

Original issue reported on code.google.com by nikbu...@gmail.com on 22 Sep 2014 at 1:23