Greetings, Until recently (the last few days), I have been able to read from "my places" at maps.google.com using this format: rtEditLayer_url = " http://maps.google.com/maps/ms?msid=212925685488873680953.0004b6f5861b51720b824&msa=0&z=17&ie=UTF8&output=nl "; rtEditLayer = new google.maps.KmlLayer(rtEditLayer_url, {preserveViewport: true}); rtEditLayer.setMap(map); This was useful because the map at maps.google.com was set to allow anyone to edit it and could then be shown along with Fusion Table Layers, etc., at http://bike.zgroks.com/index.html. When the map was updated at maps.google.com it would show up at the bike site (from a few minutes to an hour later which was ok). But it has stopped working. Does anyone have any suggestions on how to do this? (Read a kml layer from maps.google.com). I know that I can export the kml but this removes it from maps.google.com and makes it difficult to edit on the fly. I've tried the suggestion to change the output to "kml" instead of "nl" but this doesn't work. Any tips would be much appreciated. Bob
-- 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/-/5svbYzgKWcMJ. 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.
