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
1 answer

How to change the "Map server" for the Map component in iReport

I used map component in iReport. As a default behavior it gets map from google Is it possible to change map server url? (For example, geoserver, bing, or openstreet server can be used for that)
Ismail Sahin
  • 2,640
  • 5
  • 31
  • 58
0
votes
0 answers

OpenLayers.Layer.ArcGIS93Rest uses images in bad quality

I have a local ArcGIS server 9.3.1. I've enabled WMS and caching (tiling). I want to show the tiles using OpenLayers, since ArcMap can't open its own REST services ;( Using OpenLayers this works great, except the tiles are in bad quality. The aerial…
Paul Meems
  • 3,002
  • 4
  • 35
  • 66
0
votes
1 answer

how can I use wms (Web Map Service) with jquery

I can using google maps in my web applications, but now I'll use wms (Web Map Service) is there any examples or links to How can using wms in jquery,now I'm seraching and looking forms on internet about Wms but I will read efficient materials about…
Selçuklu Ebrar
  • 2,059
  • 3
  • 14
  • 11
0
votes
0 answers

combine between WMS and WFS

We are developing a project which contains a lot of data. We are using WMS layers for displaying the points. Also we used WMS to return points information in a popup window, however to highlight selected point we used WFS layer. The problem now is…
Reem
  • 63
  • 6
0
votes
2 answers

How are layers or images saved in wms server or any other map server?

I have been following openlayers beginner'g guide for my webgis project. And I have a doubt : Suppose openlayers map client make a request of 'basic' type layer to wms server and which is to be displayed at all the zoom levels. So, at each zoom…
GP92
  • 433
  • 1
  • 12
  • 30
0
votes
0 answers

ArcObject IWMSServiceDescription.get_LayerDescription C# error

My goal is to connect to a WMS Service and display a layer on my application's map using ESRI's ArcObject API for .NET. Here is the part of my code I am struggling with: ... String url = "some value"; String layerTitle = "another…
Zane
  • 1
0
votes
1 answer

Trouble With ActionScript Loader Events

I am working with a loader to request an image from a WMS(Web Mapping Service). Everything thing is fine and dandy with a valid request. When a bad request is made to a WMS, a Standard Exception Document(XML) is usually returned. However, the…
user163757
  • 6,795
  • 9
  • 32
  • 47
0
votes
1 answer

OpenLayers: Zoomable WMS overlay?

I have a problem with WMS overlays in OpenLayers. Basically I just want to add data from a WMS server as an overlay and not as a base layer. This appears to be a very simple problem but I am unable to find a solution. If I set singleTile to true,…
Lion Krischer
  • 190
  • 1
  • 7
0
votes
1 answer

MapServer: Help adding data and setting up WMS

I am trying to use MapServer to set up and run a WMS server hosting data that I have in a set of shapefiles. I have started by installing MS4W (since I thought it would be simple) and have downloaded the british_isles.shp.zip form…
Link19
  • 586
  • 1
  • 18
  • 47
0
votes
1 answer

Can i use a map server other than Google maps in a android App?

Suppose i have a custom map server like by Web Map Service (WMS) hosted some where. Can i use this as the map in my android app ? Or is using google maps the only option ?
Akhi
  • 2,242
  • 18
  • 24
0
votes
1 answer

Alter Servlet parameters of a request using a Proxy Page

I have a request like this…
NotARobot
  • 978
  • 2
  • 14
  • 36
0
votes
1 answer

Is it possible to zoom into a base layer in OpenLayers?

I have an OpenLayers map, which uses OpenSpace as a base layer, and is overlayed with a WMS layer supplied by my system. The issue I have is that the detail from my WMS layer is very fine grained and the default levels of zoom that OpenLayers has…
Ryan Amies
  • 4,902
  • 1
  • 21
  • 36
-1
votes
1 answer

The issue of uneven colors when loading GeoServer's WMS service on Mapbox

I am using a WMS service from GeoServer to load satellite imagery on Mapbox, but the loaded imagery has uneven colors. What could be the cause of this issue?If you have any solutions about this problem, please help me.
Ninja
  • 1
-1
votes
1 answer

Cesium and Geoserver WMS

I've got problem with wms heatmap layer in cesium. I know how to handle it in openlayers (single tile) and in leaflet (non tiled plugin) but I don't know how to handle it on 3d globe. Here is my example code const imageryLayers =…
pawaelus
  • 159
  • 2
  • 10
-1
votes
1 answer

Geoserver on GCP https

I installed GeoServer with tomcat on a ubuntu VM on Google Cloud Platform. It was working fine till I got an SSL certificate for the website. When the website runs on HTTPS, the wms links from Geoserver do not work. I get this error in the…
1 2 3
36
37