Tagged Questions
0
votes
1answer
57 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
56 views
OpenLayers WMS - TypeError: this.resolutions is undefined
I'm trying to setup a map with WMS and WFS Layers by using Geoserver.
However, when I'm combining WFS and WMS (with some Google basemaps) together in one map I got following error in Firebug:
...
2
votes
1answer
569 views
How to setup leaflet map to display a WMS layer in ESRI:102012 projection?
I have a WMS server that serves layers in ESRI:102012 projection.
http://spatialreference.org/ref/esri/102012/
It accepts GetMap requests with srs=EPSG:102012 parameter.
My goal is to display a map ...
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 ...
2
votes
3answers
169 views
Are there WMS servers providing maps of UTM zones, actually in the zone projection?
There are lots of EPSG:4326 (lat lon) services out there but if one has to use an UTM projected map as base layer to display utm scenes, are there any WMS endpoints publicly available for that?
1
vote
0answers
244 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
...
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
2answers
140 views
Can you search WMS services for a particular projection?
Is there an interface or website to search public WMS services for location/projection?
2
votes
1answer
733 views
Geowebcache does not displaying map tiles in EPSG:900913 from a remote WMS server
I connect Geowebcache to a remote WMS service through their Getcapability request by adding the url in geowebcache-servlet.xml document. Geowebcache demo page displays the list of wms layers from ...
3
votes
1answer
282 views
Is a WMS map always a constant scale?
If I get a map back from a WMS server is the scale always constant over them map regardless of the reference system?
So if I have a map which is 100 pixels wide, will the point at 50 pixels always ...