Hi List,
I’m using Geoserver 1.7.2 and I would like to use excel and csv WFS output formats for attributes.
These formats are listed http://geoserver.org/display/GEOSDOC/WFS+output+formats here
but not listed http://geoserver.org/display/GEOSDOC/Output+Formats here.
It would be great if there were plugins for these. Does anybody know about these?
I tried to use per feature server side limit in geoserver’s WFS output, but when I fill in “Maximum Features:” input box and submit it (applied, saved and loaded too), that is not saved.
When I hack it and edit feature’s info.xml file
0 to something other value eg. 3, there is no effect when I start geoserver again it shows Maximum Features: 0 in the input box.
Do I something wrong, or it’s a permanent bug in 1.7.0-RC4., 1.7.1 and 1.7.2 version too?
Thank you in advance.
Cheers
Sándor
Sándor Farkas wrote:
Hi List,
I'm using Geoserver 1.7.2 and I would like to use excel and csv WFS output formats for attributes.
These formats are listed http://geoserver.org/display/GEOSDOC/WFS+output+formats here
but not listed http://geoserver.org/display/GEOSDOC/Output+Formats here.
It would be great if there were plugins for these. Does anybody know about these?
CSV is becoming part of the official 1.7.3 output formats.
Excel will be an extension. You can download both of them already
using a nightly build here:
http://gridlock.openplans.org/geoserver/1.7.x/
I tried to use per feature server side limit in geoserver's WFS output, but when I fill in "Maximum Features:" input box and submit it (applied, saved and loaded too), that is not saved.
When I hack it and edit feature's info.xml file
<maxFeatures>0</maxFeatures> to something other value eg. <maxFeatures>3</maxFeatures>, there is no effect when I start geoserver again it shows Maximum Features: 0 in the input box.
Do I something wrong, or it's a permanent bug in 1.7.0-RC4., 1.7.1 and 1.7.2 version too?
This bug has been solved in 1.7.3 afaik:
http://jira.codehaus.org/browse/GEOS-2622
So pick up a nightly if you want a fix for it right now, or wait some
days for the 1.7.3 official release (early feedback would be appreciated
thought).
Cheers
Andrea