tragomio / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

Google Earth Plugin Toggle may not support georss #185

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Demo link or sample code:

 // Add a georss layer code
        var ctaLayer2 = new google.maps.KmlLayer(
          "http://to your georss feed", {
            preserveViewport : true
          });
        ctaLayer2.setMap(map);

download the demo here:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/googleearth

What steps will reproduce the problem?
1. get the demo working first
2. then add in the georss code. 
3. map draws georss points
4. click on earth

instead of drawing points, an alert box with error pops up
error is "Bad or null KML."

Expected result:
georss points should draw in earth plugin if drawn on map

Actual result:
[Describe what actually happened]

Version: ###

Browser / Operating System:
[e.g. FF3 / MacOSX]

Additional comments:
[Enter any additional comments about the bug here.]

*********************************************************
Tip: Star this issue (next to title) to receive notifications of status
changes against this issue, also used as a gauge for how many people are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by powerspa...@gmail.com on 6 Jul 2012 at 8:03