you can actually over-ride what is done relatively directly
without waiting till after the fact,,....but what is passed to the
method
is the contents of desc (burried in is your link).

hmm to get the link out of the rss data we probably need to
change the handlePlacemark method of GeoXml
it rather makes sense to treat it as a special case.

I might be able to implement as a new feature fairly quickly.


On Feb 18, 10:09 am, increo <[email protected]> wrote:
> Aha,
> Can I somehow extract the link given in the RSS feed - and redirect to
> that link when clicking on the icon? I do not want the infowindow to
> appear - just redirect upon clik.
> It would be simple if I got acces to the marker-object, then I could
> just tie an click event on the object that set the window.location.
>
> On 18 Feb, 16:45, Lance Dyas <[email protected]> wrote:
>
> > The GeoXml parser does handle various RSS feeds
> >  by the way (EGeoXml doesnt unless very recently
> > expanded)
> > and on the wiki has a proxy in php.
>
> > RSS feeds do not have built in styles so most solutions
> >  that involved styling the markers based on something
> >  about the atoms/entries is going to involve some
> > healthy custom adjustements (aka coding work)
>
> > Here is an example that doesnt it  uses images in the description field as a
> > source for icons
> > by passing the option iconFromDescription, so that you see clouds and suns
> > for the icons associated with the
> > yahoo weather feeds
>
> > iconFromDescription:true
>
> >http://www.dyasdesigns.com/geoxml/myweather.htm
>
> > Lance Dyashttp://code.google.com/p/geoxmlhttp://www.dyasdesigns.com/geoxml

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.

Reply via email to