Hi, I''m trying to implement an application which try to use a GeoRSS feed to add features to the map. It works fine with google, yahoo and microsoft, but trying to do it with OpenLayers. OpenLayers need to add a proxy file into the server. Our goal is provide the library to users which automatically can add the GeoRSS feed into their maps without need of use this proxy, can be possible integrate this functionality in Mapstraction? -- Saludos, Pablo L?pez Escob?s -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20091221/de4678f5/attachment.htm>
Pablo L?pez Escob?s wrote:> Hi, > I''m trying to implement an application which try to use a GeoRSS feed > to add features to the map. > It works fine with google, yahoo and microsoft, but trying to do it > with OpenLayers. OpenLayers need to add a proxy file into the server. > > Our goal is provide the library to users which automatically can add > the GeoRSS feed into their maps without need of use this proxy, can be > possible integrate this functionality in Mapstraction?It does require a proxy - and since Google et al. run their own servers, they can send through their proxies. Since OpenLayers either runs off the free openlayers.org, or your own site that''s hosted, then you need to setup your own proxy. I''m not sure there is a viable solution purely within JavaScript. Anyone else know? Andrew> > -- > Saludos, > Pablo L?pez Escob?s > ------------------------------------------------------------------------ > > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >-- Andrew Turner m: 248.982.3609 e: andrew at highearthorbit.com t: @ajturner b: http://highearthorbit.com w: http://geocommons.com Introduction to Neogeography - http://oreilly.com/catalog/neogeography -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20091221/74670ab0/attachment.htm>
You could try integrating the AJAX Feeds API for proxying the feed. Example: http://gmaps-samples.googlecode.com/svn/trunk/ajaxfeed-flickr.html <http://gmaps-samples.googlecode.com/svn/trunk/ajaxfeed-flickr.html>Caveats: The Feed API caches results for some amount of time (based on popularity of feed), and limits the # of results (not sure total limit). 2009/12/22 Andrew Turner <ajturner at highearthorbit.com>> Pablo L?pez Escob?s wrote: > > Hi, > I''m trying to implement an application which try to use a GeoRSS feed to > add features to the map. > It works fine with google, yahoo and microsoft, but trying to do it with > OpenLayers. OpenLayers need to add a proxy file into the server. > > Our goal is provide the library to users which automatically can add the > GeoRSS feed into their maps without need of use this proxy, can be possible > integrate this functionality in Mapstraction? > > It does require a proxy - and since Google et al. run their own servers, > they can send through their proxies. Since OpenLayers either runs off the > free openlayers.org, or your own site that''s hosted, then you need to > setup your own proxy. > > I''m not sure there is a viable solution purely within JavaScript. Anyone > else know? > > Andrew > > > -- > Saludos, > Pablo L?pez Escob?s > > ------------------------------ > > _______________________________________________ > Mapstraction mailing listMapstraction at lists.mapstraction.comhttp://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > > > > -- > Andrew Turner > m: 248.982.3609 e: andrew at highearthorbit.com t: @ajturner > b: http://highearthorbit.com w: http://geocommons.com > Introduction to Neogeography - http://oreilly.com/catalog/neogeography > > > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20091222/8298cdf1/attachment.htm>
I have pulled a patch for microsoft provider because the addOverlay method fails. OpenLayers provider fails trying because of the proxy issue. You have proposed the openlayers.org proxy. I have tried to use it from my server, but i''m not able to put a GeoRSS overkay in my map. Best Regards, Plopesc 2009/12/21 pamela fox <pammyla.fox at gmail.com>> You could try integrating the AJAX Feeds API for proxying the feed. > Example: > http://gmaps-samples.googlecode.com/svn/trunk/ajaxfeed-flickr.html > <http://gmaps-samples.googlecode.com/svn/trunk/ajaxfeed-flickr.html>Caveats: > The Feed API caches results for some amount of time (based on popularity of > feed), and limits the # of results (not sure total limit). > > > 2009/12/22 Andrew Turner <ajturner at highearthorbit.com> > > Pablo L?pez Escob?s wrote: >> >> Hi, >> I''m trying to implement an application which try to use a GeoRSS feed to >> add features to the map. >> It works fine with google, yahoo and microsoft, but trying to do it with >> OpenLayers. OpenLayers need to add a proxy file into the server. >> >> Our goal is provide the library to users which automatically can add the >> GeoRSS feed into their maps without need of use this proxy, can be possible >> integrate this functionality in Mapstraction? >> >> It does require a proxy - and since Google et al. run their own servers, >> they can send through their proxies. Since OpenLayers either runs off the >> free openlayers.org, or your own site that''s hosted, then you need to >> setup your own proxy. >> >> I''m not sure there is a viable solution purely within JavaScript. Anyone >> else know? >> >> Andrew >> >> >> -- >> Saludos, >> Pablo L?pez Escob?s >> >> ------------------------------ >> >> _______________________________________________ >> Mapstraction mailing listMapstraction at lists.mapstraction.comhttp://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >> >> >> >> -- >> Andrew Turner >> m: 248.982.3609 e: andrew at highearthorbit.com t: @ajturner >> b: http://highearthorbit.com w: http://geocommons.com >> Introduction to Neogeography - http://oreilly.com/catalog/neogeography >> >> >> _______________________________________________ >> Mapstraction mailing list >> Mapstraction at lists.mapstraction.com >> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >> >> >-- Saludos, Pablo L?pez Escob?s -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20091222/94e05ad6/attachment.htm>