On Dec 16, 5:07 am, Lars <[email protected]> wrote: > more on this: > if I use the example > (http://code.google.com/intl/sv/apis/maps/documentation/javascript/exa...) > and replace with - --- my kml = no icons > -- my page and newyork.kml = icons > my kml validates > onhttp://feedvalidator.org/check.cgi?url=http://posit.se/kml/gas23.kml > > Is it only my kml that doesn't work?
Your KML was a good test of inline styles for me: http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.html?filename=http://www.geocodezip.com/geoxml3_test/gas23.xml But it works with KmlLayer for me from my server (click "hide" then "load kmlLayer"). Perhaps your server has the same problem mine does (it won't serve files with the .kml extension, I had to rename it to .xml, and I have to do that for any kml files I want to server from my host). -- Larry -- Larry -- 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.
