Tagged Questions
0
votes
1answer
165 views
How to reproject layers (using GeoServer and OpenLayers) in order to overlay on the google maps [duplicate]
Possible Duplicate:
Openlayers and Geoserver: OSM/Google Maps and WMS Overlay
I am writing a code using OpenLayers. In this code, I want to display different layers in different zoom ...
1
vote
1answer
90 views
Can I use GeoWebCache with GeoServer Layers which have different native and declared SRS?
We are using GeoServer to serve raster tiles with a native SRS of 27700, but are forcing use of a declared SRS of 900913.
When I try to seed these tiles using GeoWebCache through the GeoServer web ...
1
vote
2answers
199 views
What is the SRS code for Lambert Conformal Conic projection and GCS Everest Definition 1962?
I have a shapefile with Geographic Coordinate System is "GCS_Everest Definition 1962" and the Projected Coordinate System is "Lambert_Conformal_Conic". I want to add this shapefile in Geoserver. But I ...
0
votes
1answer
183 views
Geoserver WFS GetFeature returns no features when reprojecting PostGIS layer
I may be misunderstanding the GeoServer documents, but when accessing a GeoServer 2.2 WFS 1.1 layer, should I be able to reproject to an arbitrary SRS via the SRSNAME parameter? I'm generating a ...
1
vote
1answer
207 views
Geoserver proxying custom tiles through a WMS
I have a set of tiles that I was given via disk (So no way to recreate them, they are already generated/cached). There is a clear pattern/style to the naming of the tiles (zoomLevel-x-y.gif). The ...
0
votes
1answer
281 views
Re-projection in Geoserver
I have published a layer on Geoserver by cascading a remote WMS. i have successfully got all the layers from remote wms and publish one of those layers. But I want to re-project the layer from its ...
0
votes
0answers
238 views
Geoserver WMS cascading: How to choose remote CRS? [closed]
I'm cascading a remote WMS from Geoserver in order to have all layers in one place (and to exploit caching). (see the manual)
The remote layers (on this geoportal) are provided in multiple SRs (e.g. ...
3
votes
0answers
221 views
reproject wms in geoserver [duplicate]
Possible Duplicate:
Re-projection in Geoserver
I've got a WMS service that publishes in WGS84 (EPSG:4326). I have several AutoDesk users that need to use the imagery in NAD83 (EPSG:2227). I ...
2
votes
3answers
1k views
WFS getfeature request with diffent SRS
I'm having problems with a WFS getFeature request. I'm using openlayers with an OSM map as baselayers which use the google projection. Overlaying the layer with WMS works perfect. When I do a request ...