The is currently an ongoing issue with Google Maps at the moment. Google are aware and investigating.
For the moment suggest rtEditLayer_url = " http://173.194.34.96/maps/ms?msid=212925685488873680953.0004b6f5861b51720b824&msa=0&z=17&ie=UTF8&output=<http://maps.google.com/maps/ms?msid=212925685488873680953.0004b6f5861b51720b824&msa=0&z=17&ie=UTF8&output=nl>kml" or can try rtEditLayer_url = " http://maps.google.co.uk/maps/ms?msid=212925685488873680953.0004b6f5861b51720b824&msa=0&z=17&ie=UTF8&output=<http://maps.google.com/maps/ms?msid=212925685488873680953.0004b6f5861b51720b824&msa=0&z=17&ie=UTF8&output=nl>kml" It depends on what data center your query happens to hit. so need to arrange for the query to hit a currently unaffected location. (also changed the links to KML rather than NetworkLinks. going via a NL is not needed, and just (marginly!) slows down your map) (It only affects when Maps tries to load KML from its own servers, which is why Josephs Gmap4's server can read the file) On Wed, Aug 29, 2012 at 2:56 AM, Bob Torzynski <[email protected]> wrote: > 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. > -- 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.
