Thanks Frederico.
Rossko, I of course started with the documentation. That's how I got
it working in the first place. Knowing the issue was with
"preserveViewport" was a necessary component.
Appended line: var georssLayer = new google.maps.KmlLayer('http://
www.louisianagardener.com/maps/rss/');
To Read: var georssLayer = new google.maps.KmlLayer('http://
www.louisianagardener.com/maps/rss/', {preserveViewport:true});
Works Great!
On Aug 4, 4:12 pm, Rossko <[email protected]> wrote:
> > When my map loads it uses the zoom and center position settings I
> > defined, but as soon as it pulls my GeoRSS data it zooms out. I'm not
> > sure how to override this.
>
> If in doubt, try the documentation
> http://code.google.com/apis/maps/documentation/javascript/overlays.ht...
> option preserveViewport
--
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.