Today every sites that I’ve rendering kml files appear with huge icons for points. I’m using customized icons.
The icon’s resolution is 32×32 and the icon drawn by gmaps has a size bigger than 300×300
This sites has been working fine for years and I’ve changed nothing.
http://mirador.dipusevilla.es/
Is that a google maps issue that is comming up today?
Thanks!
Looks to me like the
<scale>element within<IconStyle>has been switched on. Your PNG files are quite small, but you are specifying a scale of30in some cases (the KML is quite dense and not easy to parse).While in the past that would probably have been ignored, it is in the specification that the image is scaled by the factor specified in
<scale>. Had it been1you probably wouldn’t have noticed.