Hi Andrea,
Are there any plans for implementing this in GeoServer?
We are quite dependent on the supported coordinate systems being returned in GetCapabilities. And GeoServer is used a lot here in Norway.
I know that “degree” supports this for WFS.
Is there any possibility to set up this as an extension on the GeoServer server side without too much coding?
Regards,
Lars Eggan
Senior System Consultant
Norconsult Informasjonssystemer AS
Tlf: +47 73 20 46 64 | Mob: +47 454 04 664
www.nois.no
···
Hi List,
How do I set up GeoServer to return OtherSRS (WFS 1.1.0) / OtherCRS(WFS 2.0.0) in WFS GetCapabilities?
You don’t, there is no support for that. Should not be hard to code though, either with a global
list for all layers, or something layer specific.
Cheers
Andrea
–
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.
==
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
On Tue, Feb 12, 2013 at 3:22 PM, Eggan Lars <Lars.Eggan@anonymised.com> wrote:
Hi Andrea,
Are there any plans for implementing this in GeoServer?
Not that I’m aware of.
We are quite dependent on the supported coordinate systems being returned in GetCapabilities. And GeoServer is used a lot here in Norway.
I know that “degree” supports this for WFS.
Is there any possibility to set up this as an extension on the GeoServer server side without too much coding?
I don’t believe it would be a large amount of code, especially if you only have a single global list of others.
We did something similar recently for WCS 2.0, here is the diff:
https://github.com/geoserver/geoserver/commit/e96175989246ba5a5ee14924acc54cc31e31b244
Some parts of the diff factored out bits of UI in separate components so that WMS and WCS could
share them, so you won’t have to do those again.
Cheers
Andrea
–
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
Hi,
I am using a layer from SQL view and took parameters dynamically. I tried to use GeoWebCache (gwc) to speed up the process of WMS requests. I tried to configure GeoWebCache with viewparams.
I added a new <wmsLayer>
in $GEOSERVER/data_dir/gwc/geowebcache.xml.
NC_County_viewparams
image/jpeg
image/png
VIEWPARAMS
.*
http://localhost:8080/geoserver/wms
nc:co37_d00
Then I tried http://localhost:8080/geoserver/gwc/demo/NC_County_viewparams?gridSet=EPSG:4326&format=image/jpeg
It didn’t work. I got this error in the log:
ERROR [geowebcache.GeoWebCacheDispatcher] - All backends (1) failed. Reason: Unexpected response code from backend: 401 for http://localhost:8080/geoserver/wms?. Last request: ‘http://localhost:8080/geoserver/wms?’. http://localhost:8080/geoserver/gwc/service/wms
I don’t know why there is such error. I’ve tested the layer in the openlayer view and http://localhost:8080/geoserver/wms works.
Are there anything wrong in gwc wmslayer configuration? or are there any other problems?
Thanks,
Meichun