A friendly user send me a working KMZ so I could modify the code for my case.
The solution is:
<Style>
<IconStyle>
<Icon>
<href>files/icon_climbing_hard.png</href>
</Icon>
</IconStyle>
</Style>
instead of
<styleUrl>#icon_climbing_hard.png</styleUrl>
Now it works. Thanks again!
The solution is:
<Style>
<IconStyle>
<Icon>
<href>files/icon_climbing_hard.png</href>
</Icon>
</IconStyle>
</Style>
instead of
<styleUrl>#icon_climbing_hard.png</styleUrl>
Now it works. Thanks again!