You could try the docs
http://code.google.com/apis/maps/documentation/javascript/layers.html#KMLLayers
Your KML does need to be publicly available for Google's servers to
parse it
Won't do; if I open that in a browser, I get a menu system. Google's
servers won't know what to do with that, they expect KML directly
In this case the url to supply to KmlLayer would be
https://sites.google.com/site/duffyfileskml/westchesterfiles/DUI.kml?attredirects=0&d=1
> Heres the code for the rest of the page. Like I said, very simple. Not
> enough for me apparenty :D
I can't see anywhere in your script where you've tried to add the code
in the docs example
Your HTML is pretty broken, with content in the <head>
http://www.w3schools.com/html/html_head.asp
Ralph
> --
> You received this message because you are subscribed to the Google
> Groups "Google Maps JavaScript API v3" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-maps-js-api-v3/-/hW3LFW4aifQJ.
> To post to this group, send email to
> google-map...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-maps-js-a...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
http://code.google.com/apis/maps/documentation/javascript/examples/layer-kml.html
Ralph
> --
> You received this message because you are subscribed to the Google
> Groups "Google Maps JavaScript API v3" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-maps-js-api-v3/-/DYm7_KtxH3UJ.
Not sure what that means.
A link to a live demo would get you better help.
See "READ THIS FIRST"
http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e
Guessing, you might need to zoom out to see all your placemarks?
KmlLayer auto-zooms to the content by default, in this case the 'last'
KML trumps the previous.