On Dec 11, 10:25 am, mohammed <[email protected]> wrote:
> Hi ,
>
> im using google api in out application , and i load kml file on google
> map , it was working fine , then i dont know what happened it does not
> work anymore !!!
>
> file at
http://khanduqji.com/Coverage.Kml

That contains the following:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2";>
<GroundOverlay>
        <name>AM017-1</name>
        <color>69ffffff</color>
        <Icon>
                <href>AM017-1.Bmp</href>
                <viewBoundScale>1</viewBoundScale>
        </Icon>
        <LatLonBox>
                <north>32.143136</north>
                <south>31.812047</south>
                <east>36.107306</east>
                <west>35.739606</west>
        </LatLonBox>
</GroundOverlay>
</kml>

As far as I can tell there is no file accessible named AM017-1.Bmp in
the directory containing your KML.  (and I am suspicious of relative
paths in KML parsed by KmlLayer, and Google Maps)

  -- Larry

and i have tried to load it
> athttp://maps.google.com/, still does not work
>
> please help me its very important part in our application
>
> Regards

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to