Hi,
I'm curious about Geoserver and GeoRSS.
Will application/rss+xml be available as an output format only using the
reflector or will this be possible?
http://localhost/geoserver/wms?request=GetMap&layers=geo:state&styles=state&
srs=EPSG:4326&bbox=-125,23,-65,53&WIDTH=1000&HEIGHT=500&format=application/r
ss%2Bxml
Is there a way to have georss:line or georss:polygon output?
Example:
<item>
<title>Coldwater Lake</title>
<description>Formed by the 1980 eruption of Mount St. Helens.</description>
<georss:polygon>46.31409 -122.22616 46.31113
-122.22968 46.31083 -122.23320 46.29802 -122.25877 46.29245 -122.26641
46.29286 -122.26392 46.28746 -122.26744 46.28741 -122.26006 46.29049
-122.25955 46.29120 -122.25620 46.28924 -122.255430 46.30271 -122.23251
46.31284 -122.22315 46.31409 -122.22616</georss:polygon>
<icon>./icons/green.jpg</icon>
</item>
Also in the little bit of experimenting I've done so far I can't
seem to change the bbox? Does the reflector use only the layer Min/Max
Bounding Box?
http://asus/geoserver152/wms/reflect?bbox=-100.0,30.0,-60.0,90.0&layers=geo:
state&format=application/rss%2Bxml
Right now GeoRSS is the only cross service (GE, VE, and Yahoo) overlay
format. It would be nice if Microsoft and Yahoo would support KML, but I
somehow don't think Microsoft will make that leap.
Thanks
Randy
-----Original Message-----
From: geoserver-users-bounces@lists.sourceforge.net
[mailto:geoserver-users-bounces@lists.sourceforge.net] On Behalf Of Justin
Deoliveira
Sent: Monday, August 06, 2007 3:57 PM
To: dlamoris@anonymised.com
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] GeoRSS output and google maps
I can also confirm that "application/rss+xml" does not work? It appears
the "+" has to be url encoded. So if you use:"format=application/rss%2Bxml"
It should work. Which is a bit confusing because other formats with "+"
sign in them work without url encoding. for instance:application/vnd.google-earth.kml+XML
Looks like KML does a special check:
format.startsWith("application/vnd.google-earth.kml").
Opening up a bug for this. Should be simple to fix. Should we get it
into 1.5.2a?
http://jira.codehaus.org/browse/GEOS-1271
This also begs the larger question if we should put in a "global" check
so this does not happen to other formats which use a "+" sign.
-Justin
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users