Im trying to migrate form geoxml to geoxml-v3 and also google maps v2 to v3. The issue I'm having is with geoxml-v3. The icon request generated on the client from geoxml-v3 is garbeled. For example
localhost/app/resources/icon.png
will become something like
localhost/app/resources/app/resources/app/resources/app/resources/icon.png
These kml files work with geoxml and are correctly formed. The style icon segment is
<Style id="off-red">
<IconStyle>
<Icon>
<href>resources/icon.png</href>
</Icon>
</IconStyle>
</Style>