Tagged Questions
0
votes
1answer
41 views
Why does map display like it is in Isometric when everything is in EPSG:4326?
I'm beginning with Geoserver and try to display a map of my country (Belgium) is an openlayer map (embedded into a MapPanel object). I've downloaded the municipalities limits from gadm.org and copied ...
0
votes
1answer
55 views
Problem Overlaying layers in OpenLayers
I have a html page with 2 WMS layers.
The first is one Base Layer , & the second is my personal WMS feature. I load it from Geoserver. The problem when I add the 2 layers I do not have the ...
0
votes
1answer
40 views
Wrong projection on WFS layer with OSM baselayer [duplicate]
I am trying to add a vector layer with a WFS protocol.
var wfs = new OpenLayers.Layer.Vector("WFS", {
strategies: [new OpenLayers.Strategy.BBOX({resFactor: 1})],
...
0
votes
2answers
65 views
WFS reprojection problems
In geoserver i have a layer in EPSG:4326.
In OpenLayers i add it on map as WFS:
markerLayer = new OpenLayers.Layer.Vector('Markers',{
strategies: [new OpenLayers.Strategy.BBOX()],
...
1
vote
2answers
197 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
0answers
219 views
openlayers, show wms layer and vector layer simultaneously [closed]
I trying to show with openlayers vector layer(from geoJson) and raster wms layer(*wms_layer*) from tiff file from my GeoServer simultaneously. The tiff is in EPSG:900913 projection. The vector layer ...
1
vote
1answer
244 views
Geoserver and SRS
I have a very basic problem, and please bear with me since I'm new to GIS.
I have geoserver installed in a Ubuntu Box and installed a few maps in shapefile. The maps were originally in ArcGIS format ...
1
vote
0answers
124 views
ScaleLine shows NaN for LCC projection
I have used openlayers along with geoserver. My Map is having LCC projection by default, but SRS is EPSG:4042.
The problem is that the scaleline shows NaN in meter as well as feet. How can I correct ...
2
votes
1answer
108 views
Mercator Didn't work on Geoserver
Got some problem with Mercator in Geoserver, I tried to display Flight Information Region that has been stored in my Postgre.
The result is more likely drawing using Cartesian projection:
I tried ...
1
vote
0answers
188 views
A WMS layer fails to show at some scales
I am tring to overlay my WMS layer on Google but at a particular scale it doesn't show the data of my layer. What can be the problem?
<html xmlns="http://www.w3.org/1999/xhtml">
<head ...
2
votes
1answer
239 views
Uploading unprojected shape files using GeoServer REST API
I have a number of shapefiles that lack the .prj file. I'm able to upload them to geoserver using the rest api. However, I'm unable to serve them after upload. Which brings me to the question as to ...
3
votes
1answer
423 views
Openlayers and Geoserver fail to reproject while editing Vector with WFS-T
I can't get the Openlayers and Geoserver work with WFS-T editing a vector layer.
I have a layer of points where the Native SRS is EPSG:32639.
After trying a lot of combinations, I ended up with two ...
1
vote
0answers
243 views
Geoserver tiles mismatch
I tried to get WMS tiles from geoserver like
/geoserver/gwc/service/tms/1.0.0/layername@EPSG%3A4326@png/15/19142/9530.png
or with another projection
...
1
vote
0answers
126 views
I am getting a blank layer preview from geoserver after Quick Exporting my shapefile to postgis and then getting postgis to point to geoserver
What could be the potential problems? Looking at the layer's data fields/form the one thing that isn't filled is the Native SRS and its source, but I have already passed in the projection info as it ...
4
votes
1answer
4k views
Openlayers and Geoserver: OSM/Google Maps and WMS Overlay
I am experiencing projection problems with the following set up:
GeoServer with ESPG:4326 based shapefiles (*.shp)
OpenJump to edit my shapefiles
Openlayers with EPSG:900913 base layers
GeoServer ...
3
votes
1answer
324 views
How to solve Projection Problem at client side
I want to discuss a scenario here to all.
I have developed a Web mapping application in OpenLayers and GeoServer. The customer give us shapefiles with native projection SWREFF99_1330 (EPSG:3008). ...
4
votes
5answers
1k views
How to re-project coordinates in a gml on-the-fly in Geoserver?
I am using Geoserver to get featureinfo, but sometimes I want to re-project the native SRS in the output gml.
The request is a (WMS) "GetFeatureInfo" with INFO_FORMAT: application/vnd.ogc.gml.
I am ...

