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
5
votes
4 answers

OpenLayers: 'Failed to execute 'toDataURL' on 'HTMLCanvasElement'

I have a problem when I try to export a map with multiple layer created using OpenLayer. This is my JS code: map.once('postcompose', function(event) { var img = new Image, canvas = event.context.canvas; img.crossOrigin =…
neoben
  • 743
  • 12
  • 30
5
votes
2 answers

get xml attribute named xlink:href using xsl

How can I get the value of an attribute called xlink:href of an xml node in xsl template? I have this xml node:
awe
  • 21,938
  • 6
  • 78
  • 91
5
votes
3 answers

Geoserver SLD styling issue with external graphics and attribute rules

I am creating a SLD for Geoserver wms layer. The SLD validates without error but the icons will not show in the map. I am using attribute based rules to compare strings to have the correct image show for the correct feature. Here is my code and…
cstokes2
  • 105
  • 1
  • 2
  • 8
5
votes
2 answers

How to Use WMS and WFS in Android

I am completly new in the whole Geo IT materia :/, and my task is to check some ways to view a map in Android, overlayed with Vector data. I have an WMS and WFS service where I can get the Data. But how can I integrate this in Android ? Google Maps…
Matthias H
  • 1,300
  • 13
  • 19
4
votes
3 answers

How to style transparent overlayed WMS layer

I successfully overlayed a WMS layer in google maps v3, however, as the information on tiles is black on transparent, it is not well seen on dark background (like satellite map), see some tile for example: (This was the WMS link to retrieve that…
Tomas
  • 57,621
  • 49
  • 238
  • 373
4
votes
1 answer

How do I set extra options for a WMS layer in ipyleaflet?

I can retrieve and set a WMSLayer with the code below, but I'd like to pass some extra options to the server (in particular, to use a logscale and set a colorscale range). The WMSLayer constructor takes an options argument, but this is required to…
9769953
  • 10,344
  • 3
  • 26
  • 37
4
votes
1 answer

Extracting data from a WMS-layer

I am trying to extract data from a WMS-layer. As an example, I would like to analyse whether or not a Natura2000 area is touched by my area and what the specifics are of the Natura2000 area. The WMS-layer of the Natura2000 area can be found at:…
Ashoka
  • 139
  • 1
  • 6
4
votes
1 answer

How to Create Services in Windows Mobile 6

Hello Everyone Do you know how to run services in Windows Mobile Application. So it can running on background and i can handle the all mobile events through that Services. Please give me comment or give example link. Thank you.
harshagile
  • 346
  • 1
  • 2
  • 10
4
votes
1 answer

Angular4 add WMS (openlayers)

I want to add an example wms-layer with OpenLayers from a GeoServer to my map in Angular 4 | 2. I don't know the right syntax to do this. Perhaps someone has some experience with OpenLayers in Angular2 or Angular4? Thanks a…
Steffn
  • 275
  • 1
  • 6
  • 21
4
votes
2 answers

Using gdal compressed GeoTIFF with GeoServer

I have a big GeoTIFF that I want to stream through a WMS within GeoServer (v.2.11). The size of the image is about 7GB, consisting on a very large high resolution RGB image. I have allowed enough heap space within JVM in order to display the…
pahu87
  • 41
  • 6
4
votes
0 answers

Cesium GeoServer error : An error occurred in "WebMapServiceImageryProvider": Failed to obtain image tile

I'm trying to run Cesium with GeoServer in order to learn and practice things I need to do. I have installed and downloaded everything needed but when I am trying to run the basic examples from Cesium \ GeoServer I get the error mentioned above. My…
4
votes
1 answer

Leaflet and R with an arctic projection

I'd like to use R's leaflet package outside WGS84 on the arcitc-sdi web map tile service . I think that it might not be possible but I would like to get a definitive source. It looks like there are plugins to do polar projections with leaflet (but…
cylondude
  • 1,816
  • 1
  • 22
  • 55
4
votes
1 answer

Leaflet + EPSG:31466 WMS layer

I want to create a Leaflet map using the EPSG:31466 projection. I've included the proj4 library as well as the proj4leaflet plugin. I'm planing to include this WMS service using the fp_plan layer. I've tried to to set up my map using the following…
CG_FD
  • 597
  • 1
  • 4
  • 15
4
votes
1 answer

Cesium: picking entity and retrieving info of WMS

I have developed a 3D viewer of buildings. What I'm trying to add now is the selection of the content of a WMS (Web Map Service) below the building entities. Basically, I want to be able to select the building at the position were the user left…
Wout
  • 103
  • 1
  • 3
  • 6
4
votes
0 answers

WMS service with Swift / iOS

Knows somebody a book or an example/tutorial to implement an WMS service in Swift? The layer need zoomable with the map. I'm having a WMS service in Android and I read the tutorial: MapKit Tutorial: Overlay Views but I'm a beginner in Swift and I…
Oliver Nass
  • 59
  • 1
  • 3
1
2
3
36 37