My GMaps API V3 page loads a kml file fine if there is no parameter
passed to the kml file

e.g. var hilllayer = new google.maps.KmlLayer('http://
www.walkhighlands.co.uk/munros/bagged.kml', { preserveViewport :
true });

but as soon as I add a parameter it just doesn't load.

e.g. var hilllayer = new google.maps.KmlLayer('http://
www.walkhighlands.co.uk/munros/bagged.kml?usid=2508',
{ preserveViewport : true });

This is true even if a nonsense parameter which isn't used by the kml
is passed.

See
http://www.walkhighlands.co.uk/munros/hills-pages

Many, many thanks for any help.

-- 
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