geoserver

displaying data from a WFS (vector) layer using getFeatureInfo

Hello!! As the title says... I trying to access that data associated with a vector layer but not having any success. I get the following error: "No QUERY_LAYERS has been requested, or no queriable layer in the request anyways " I am using geoserver, openlayers and and the script shown below.... map.events.register('click',...

Upload SLD's graphic using geoserver's REST API

How to upload SLD's graphic using geoserver's REST API. I have managed to upload SLD's style file but I do not see any possibility to upload graphic which style is using. ...

Geoserver - Connect to a SQL Server 2008 Express and fetch data

-Bref history:- I was using MapServer, everything was working fine except that when I was drawing a marker directly on a layer using a PixMap it was cut between tile. So, I decided to change to GeoServer which looks to work correctly to draw tiles where you have some image/pixmap between tiles. -End of history- Ok, I am able to connec...

How to get list of layers from geoserver

Is it possible to get a list of all the layers served by geoserver? I.e. is there some specific url request to send that does this? ...

Geoserver GetFeatureInfo WMS Requests Do Not Work When Using GeoWebCache Layer

Hello StackOVerflow, I have been trying for the last few days to get my map GeoWebCache layers from Geoserver to display GetFeatureInfo in a popup event. When I was using WMS layers, GetFeatureInfo was working as requested. Ever since I started caching my layers using GeoWebCache, I am unable to GetFeatureInfo. So far I think I am su...