Web Map Service (WMS) produces maps of spatially referenced data dynamically from geographic information.

learn more… | top users | synonyms

0
votes
0answers
9 views

Geoserver Cross-layer filtering Overlap

Has anybody a WMS Example how to set a OVERLAPS Funktion with two layers? When i use the example for intersect it works great, but by OVERLAPS i get a blank respsonse. Here is my WMS Request: ...
0
votes
1answer
36 views

WMS - Export Retrieved XML Data

I use WMS layer in my app and could successfully retrieved Feature Info by click like so: http://openlayers.org/dev/examples/getfeatureinfo-control.html My question is: Is there any way to export the ...
0
votes
0answers
16 views

Openlayers redraw layers: consecutive redraw calls not working

SETUP OpenLayers / GeoServer + PostGIS REQUIREMENT I have a map with multiple WMS layers and of these I need to refresh a few after inserting a polygon in one of the layers. PROBLEM Given below ...
0
votes
0answers
19 views

Refresh WMS Select Control

I use WMS layer in my application and I need to refresh it with new parameters. I did refresh the WMS layer correctly but I couldn't find a way to refresh its select control. So I got the new layer ...
0
votes
1answer
22 views

uncaught typeerror: undefined is not a function

Using some examples from internet, I found this code that shows WMSGetfeatureinfo I don't know where's the problem: Here goes my code: <!DOCTYPE HTML> <meta http-equiv="Content-Type" ...
0
votes
1answer
43 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
51 views

“Request contains a format not offered by the server.” Error when using CRS transformation with WMS in QGIS

When I try to load a WMS layer which has a WSG84 as a default projection and use a CRS transformation on it, it gives this error message: Request contains a format not offered by the server. The WMS ...
0
votes
1answer
22 views

How to create a map with OSM and webatlas.de's WMS layer?

I spent hours trying to figure out the following problem, I hope someone can help me. You can see here that this WMS has different Projections available: ...
0
votes
0answers
25 views

SLD based selection on WMS layers - How to set the new style of clicked point?

I'm trying to follow this example: http://openlayers.org/dev/examples/SLDSelect.html When I click on the point, its color should be changed, here is a piece of my code: control = new ...
0
votes
0answers
13 views

GeoServer/Leaflet - Context menu to change raster [duplicate]

It's my first GIS project and after days of reading, it is still not clear how I should start. I'm using GeoServer to serve GeoTiff images in WMS to a leaflet application. It works great. Those ...
1
vote
0answers
26 views

GetCapabilities Request for WMS

I'm trying to connect to a WebMapServer with the Geotools WMS classes. My problem is, that the resonse-object "capabilities" doesn't contain all layers. When I'm doing the request in a browser, I can ...
0
votes
0answers
14 views

How to retrieve latlon values of point that is searched by user?

I want to create a shortest route in openlayers. I created the sql queries of shortest route algorithms and can query shortest route in sql. Now I want to create a search functionality so that the ...
1
vote
0answers
30 views

How to debug QGIS Server WMS “Download of capabilities failed”?

Currently I am using a QGIS server with a linux Centos system. I am attempting the create a WMS in QGIS and upload it to my website. I have followed the instructions in the "Quantium GIS User Guide: ...
1
vote
3answers
72 views

How to add wms layer in OpenLayers from a geoserver?

How to overlay a wms layer from geoserver (localhost)in Open layers? What is the basic syntax of Geoserver WMS Layer? Details are as follow ! workspace name: india layer name:hospitals. <script ...
1
vote
1answer
48 views

ARCGIS JS API map.centerAndZoom()

I'm trying to get the map to move and zoom in to a point when a function is executed. Point gets selected, but without zoom. Interestingly when I zoom in to a random location and then execute the ...
0
votes
0answers
20 views

GeoServer WMS OGC-filter fails with “I dont understand the tag: gml:Polygon”

I'm trying to construct an OGC filter to pass to a WMS GetMap request to GeoServer but I can't seem to do it. The goal is to show the parts of the layer that intersects with a supplied polygon. Here ...
0
votes
0answers
22 views

not able to view imported .tif file in geoserver

I am using geoserver. I have imported a .tif file using postgis, which has been saved in vector type layer in geoserver. Now, whenever, I preview it, the layer gets automatically downloaded as wms ...
2
votes
1answer
36 views

Can Geoserver return the raster value of a lat/lon point

I have a GeoTIFF published by Geoserver 2.2 and being used by Leaflet via WMS. How can I get Geoserver to return the raster value at a lat/long point? I'm guessing it has to do with using WCS, but ...
0
votes
1answer
65 views

Arcgis JS api WMS layer on top of basemap

I'm trying to place WMSlayer on top of basemap "streets", but have ran into problems. Code: // mapHandler.mapextent = new esri.geometry.Extent(350000,6370000,750000,6630000,new ...
2
votes
2answers
62 views

Slippy map format

When do you decide which to use? I've started using Geoserver and it seems like map files are downloaded to the browser (using Leaflet) in the WFS format. When I look at OSM, Mapbox etc, they use ...
-1
votes
0answers
44 views

WMS using OpenLayers [closed]

roadidPicker = new OpenLayers.Control.WMSGetFeatureInfo({ url: 'http://www.domainname.com:8080/geoserver/wms', title: 'identify features on click', ...
0
votes
1answer
42 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: ...
0
votes
0answers
88 views

Open Layers, Geoserver WMS and OSM Cloudmade?

While I have some familiarity with GIS, this is my first attempt using OpenLayers. I am trying to display the following layers in Openlayers: 1) Cloudmade Base Map 2)WMS Data overlay from my ...
1
vote
1answer
23 views

Where can I set GetLegendGraphic width?

Given a wms-service, the GetCapabilities request returns a legendurl like the following: <LegendURL width="186" height="22"> If I specify a width (like below) when using GetLegendGraphic, it ...
2
votes
1answer
63 views

Recommended way for changing value in PostGIS using GeoServer

I have a map being rendered from PostGIS using GeoServer. I frequently make some edits to the map and update the new value by directly connecting to the PostGIS database and then making the changes ...
0
votes
1answer
64 views

WMS-C Google Maps v2 Android

I'm have added a map from a WMS-server in Google Maps v2 for Android using the code provided from this site: http://www.azavea.com/blogs/labs/2013/01/wms-on-android/ . The tiles are downloaded and ...
0
votes
1answer
46 views

From local tiles to WMS via Mapproxy

I have any local tiles (seed via Mapproxy) of any local area. May I configure mapproxy that I can use a local tile directory on my computer as a source and get the output then WMS ? I've already ...
3
votes
2answers
49 views

GeoServer cascading WMS, FeatureInfo is lost

I'm trying to cascade a WMS service in GeoServer (http://grb.agiv.be/geodiensten/raadpleegdiensten/GRB/wms?REQUEST=GetCapabilities&SERVICE=WMS). I can view the cascaded layers just fine, but ...
0
votes
0answers
46 views

WMS-C with OSMDroid [closed]

I´m using the code provided by Stephen Potell for displaying WMS tiles in osmdroid. (https://groups.google.com/forum/?fromgroups=#!topic/osmdroid/WtRrQCIfYVk) At first it seems like the tiles are ...
1
vote
1answer
42 views

Geoserver cascading and fetching projection

I tried to use cascade of WMS from this portal in order to cache wms layers http://geoportal.dgu.hr/wms?request=GetCapabilities Native for this portal is EPSG:3765, but EPSG:31275 is also supported ...
0
votes
1answer
87 views

Geoserver, openlayers and WMS

I have millions of seismic lines to publish on a map (3,000,000+) so WFS is not really an option at a large scale. For this reason I will have to use WMS. My question is, is it possible using ...
0
votes
1answer
109 views

How to store an image in PostgreSQL and display it in an openlayers popup?

This is question regarding storing of image in PostgreSQL and display in openlayers popup through geoserver(using wms service). PostgreSQL is installed in my virtual machine. I tried to store image ...
0
votes
1answer
80 views

How to create WMS service with GeoServer?

I am trying to build first WMS service with GeoServer. I have made layer from shape and layer preview works fine. How can I open this layer with QGIS? How to do map with OpenLayers? I have tried to ...
1
vote
1answer
57 views

Query WMS for available layers using Openlayers

Is it possible to use Openlayers to return an array of available Layers on a WMS? I am attempting to allow users to add a layer.wms to a map. I would like to allow the user to view available ...
1
vote
0answers
50 views

WMS bounded overlay with OpenLayers and GeoServer

I'm trying to design a heatmap overlay bounded within four given coordinates with OpenLayers using WMS protocol to communicate with my GeoServer instance, where my data and SLD heatmap description ...
0
votes
1answer
72 views

Problem with WMS layer from SAGIS: Invalid format/can't parse XML

Can you help me the following problem: I try to load WMS layer from SAGIS (Salzburg GIS) into Qgis: http://www.salzburg.gv.at/themen/se/sagis/download.htm for example: Geoland WMS ...
1
vote
1answer
74 views

GeoServer: Receive multiple tiles from layer

Using GeoServer you can do a WMS request to receive a single PNG representation of a certain layer using something like this. ...
0
votes
0answers
98 views

How do I format a geoserver WMS overlay over an OSM basemap?

First of all, the image won't even display. I am using the openlayers wms layer constructor and it is basically a getmap request more or less. It seems to be a square of same height and width. When I ...
0
votes
0answers
56 views

how to get all features from a layer in openlayers?

I deal with geoserver and openlayers, i use WMS layer for displaying due to loading time is shorter than vector layer. My problem i couldn't get all features of a layer without event, For sure i ...
0
votes
0answers
15 views

How to access the USGS Small Scale Shaded Relief from a client application?

I am writing a Java client application that needs to make use of USGS Small Scale Shaded Relief images served as tiles. The supported interfaces are REST SOAP WMS as described at the bottom of that ...
0
votes
0answers
81 views

QGIS WMS didn't show georeferenced tiff

I try to reference image and use them via WMS. Chouse project CRS to EPSG:900913 Add OpenStreetMap source using gdal wms <GDAL_WMS> <Service name="TMS"> ...
1
vote
1answer
47 views

esri.tasks.PrintTask won't print WMS layers hosted by non-ESRI servers

I'm using the ESRI Javascript API. My esri.Map is successfully displaying WMS layers via esri.layers.WMSLayer. Some of the WMS layers are hosted by an ArcGIS Server and some are hosted by non-ESRI ...
1
vote
0answers
84 views

WMS feed displays in ArcCatalog 9.3 but not in ArcMap 9.3

I am facing a very very weird behaviour. We used to work with a WMS feed in ArcGIS 9.3 and, since a few weeks, we are no longer able to display it. The providers of the feed informed us that they ...
0
votes
0answers
35 views

Identifying shapes in TIGERweb WMS SVG

I'm using the US Census WMS service describe here. Using code similar to that found in this example, but specifying a data format of "image/svg+xml", I've been able to get the TIGERweb WMS service to ...
1
vote
0answers
53 views

WMS getMap request with POST and XML

It's possible to make WFS queries by POSTing query as XML. Does GeoServer support this also for WMS getMap request? If yes, I'm looking for information on XML syntax for such query. Sounds like a ...
0
votes
1answer
133 views

What is CRS:84 projection?

Does anybody know is CRS:84 in WMS v.1.3.0 getCapabalities response is same projection as WGS84 (EPSG:2180)(EPSG:4326)? And is ...
0
votes
0answers
138 views

How to include WMS, WMTS and WFS services using ArcGIS for Server Silverlight Builder?

Hi I am new to arcgis for server (silverlight builder) and I am wanting to include public WFS,WMS and or WMST services in an application I'm building but I just cant seem to do it. I have read that ...
1
vote
1answer
83 views

combine between WFS and WMS

we developing a project which contains a lot of data , using WMS layers for displaying the points, Also we used WMS to return points information in a popup window , however to highlight selected point ...
4
votes
4answers
187 views

Using GIS / Map inside c# WPF

How could i create e mapping applications that displays a custom map from this URL: (Capabilties with a mapview) ...
2
votes
0answers
73 views

QGIS not rendering WMS layers

I'm a bit of newb' at GIS so be gentle with me. In Qgis I've set up a wms for the British Geological Survey: http://maps.bgs.ac.uk/ArcGIS/services/BGS_Detailed_Geology/MapServer/WMSServer? Now ...

1 2 3 4 5 8