Questions tagged [wms]

A Web Map Service (WMS) is a standard protocol for serving georeferenced map images over the Internet that are generated by a map server using data from a GIS database.

WMS specifies a number of different request types, two of which are required by any WMS server:

  • GetCapabilities - returns parameters about the WMS and the available layers
  • GetMap - with parameters provided, returns a map image

Request types that WMS providers may optionally support include:

  • GetFeatureInfo
  • DescribeLayer
  • GetLegendGraphic

http://en.wikipedia.org/wiki/Web_Map_Service

552 questions
0
votes
2 answers

GeoServer 2.5 returns GetFeatureInfo featureMember geometry as lat long rather than projected

We are using GeoServer 2.1 to display data that is stored in Oracle sdo_geometry. The data is stored in Irish Transverse Mercator (EPSG:2157) and we want display it on a map in that projection. With release 2.1.0 we are making the following…
JohnOT
  • 166
  • 1
  • 1
  • 9
0
votes
1 answer

Geoserver with OpenLayers WMS Images are only shown on localhost pc

i have a problem with wms from GeoServer on my OpenLayers-page. On the localhost, where Geoserver and the webpage is running, i can see both the wms and the wfs. If i run the page on another device (other computer, laptop, ipad), the wms isn´t shown…
Astrid
  • 11
  • 2
0
votes
1 answer

Get geometry type of wms layer in openlayers

Is there anyway to get geometry type of wms layer in openlayers? If yes, please tell me how! In my code, i defined a wms layer as following: layerThuadat = new OpenLayers.Layer.WMS("Thua dat", url + "wms", { LAYERS: sLayer, STYLES: '',…
Truong Pham
  • 177
  • 2
  • 18
0
votes
1 answer

Selecting WMS Layer on hover - Error Openlayers.REQUEST.GET params

I have wms baselayer and wms shapefile. I want to select the wms shapefile feature while hovering and change its color. I tried SLD Select and adding Selecting and Hover Vectors separately, but unfortunately it didn't work. Neither any of the…
Astha Devra
  • 163
  • 1
  • 15
0
votes
1 answer

How to use WFS GetFeature to return data like wmsgetfeatureinfo?

Hello, right now I am working with Openlayers.Control.getfeature using wfs protocol to return attribute when I click one of the features in my map. I know I can use wmsgetfeatureinfo to return attributes but my server administrator disabled access…
Joan Natalie
  • 330
  • 4
  • 14
0
votes
1 answer

Calculate WMTS layer map extent with GeometryService

I have WMTS background layer, a WMS Layer and an array of points in a graphic layer. The points have wgs84latlng coordinates that are used to calculate the extent of the map. NOT WORKING: When calculating the extent with a GeometryService the the…
Olivier de Jonge
  • 1,454
  • 2
  • 15
  • 31
0
votes
1 answer

Openlayers WMS layer not zooming properly

I developed an script to display 2 layers ob base map. but it is not zooming properlly. I am using following code can you please suggest me