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

learn more… | top users | synonyms

1
vote
0answers
25 views

Having trouble with Webserver configuration on Windows

im currently working on a WMS with QGIS 1.8.0 Desktop with apache from xampp. What I want to do is to have my .qgs file displayed on my webpage as a OpenLayer. So I followed this tutorial: ...
0
votes
0answers
17 views

Adding a WMS - connection timed out?

I am trying to add a WMS service to qgis but am having some problems. After adding the url and name of the service and clicking on connect, I am receiving the following error message:- "Could not ...
0
votes
1answer
53 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: ...
1
vote
1answer
33 views

Display Shapefile on website (Java or PHP)

i have to write an application where similar to Google Maps where i have to display a shapefile in a web application. My available technologies are Java (frontend framework: Apache Wicket) or PHP. It ...
1
vote
2answers
191 views

how to check if a wms layer has no features

I've been searching the net for a couple of days to find a way, how to check if a wms layer has no features... Let me explain I'm using openLayers/geoserver/postgis. I'm using a cql_filter to search ...
4
votes
1answer
241 views

Can I create a legend of a map that I had get from a WMS?

Can I create a legend of a map that I had get from a WMS? Can I create a legend of a raster map with Qgis version 1.7.4, or only with the 1.8 version?
0
votes
0answers
22 views

Point Within, Query in a buffer polygon in WMS like in ArcGIS ESRI

I need to do a query to filter the result inside a polygon or geometry, like this: http://help.arcgis.com/en/webapi/javascript/arcgis/jssamples/query_buffer.html But, i need to do this in a opengeo ...
0
votes
1answer
55 views

Openlayers & WMS - GetFeatureInfo problem

I'm making a small project but I encounter some problems. Let me explain that : Having generated mapfile with mapserver and they are viewable by the openlayers interface, I would like to make me ...
0
votes
0answers
5 views

Using rsc file when publishing dgn files with Bentley Geo Web Publisher

Is it possible, and if so how, to reference a .rsc file when publishing dgn files (as automated iDPR). The .rsc file have the custom symbols defined within them. As it is now the symbols are displayed ...
0
votes
0answers
31 views

setup Mapserver WMS from tile files

I'm totally new to Mapserver and I've been banging my head trying to figure out how to mount a WMS server that will seed images of a small geographical area to a OpenLayers HTML page. I already ...
0
votes
1answer
27 views

Why gdalwarp cannot make transparent black nodata?

I have a MODIS ariel image geotiff and I want to remove black nodata pixel (this is Aerosol Of Thickness) 1 band image. I've done like this C:>convert -transparent black ...
1
vote
1answer
54 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 ...
9
votes
8answers
5k views

List of available online WMS services (Weather, Land Data, Place Names…)

I'm Looking for WMS services freely available to the public to overlay on my application, specifically weather and AIS information. Perhaps this is a good place to list some available online WMS ...
0
votes
1answer
56 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 ...
0
votes
1answer
95 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 ...
2
votes
1answer
144 views

Intersection of drawn polygon with WMS layer features. Better of two methods?

Scenario: Several WMS layers with polygon features. Objective: Draw a polygon with OpenLayers and allow it only if doesn't not cut any features in WMS layer. It can contain the features as a whole ...
0
votes
0answers
16 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
40 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 ...
4
votes
2answers
781 views

How to make geoserver return JSON for WMS GetFeatureInfo?

I wish to get the results of a WMS GetFeatureInfo request as a JSON instead of the table that comes up by default. Out of the box, the only options for the response from a WMS GetFeatureInfo are the ...
3
votes
2answers
162 views

WMS layers don't draw in QGIS or ArcMap but do in OpenLayers

WMS Map was published by myself in AutoDesk Infrastructure Map Server 2013. I can connect and load detials (properties / metadata) in QGIS Browser, ArcCatelog. I can load the wms into QGIS desktop and ...
0
votes
0answers
27 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
25 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
39 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
53 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 ...
3
votes
1answer
106 views

ArcGIS Server cache from outside wms service

I have an arcgis server web application (version 10.0) that utilizes an external wms service for displaying some information layers on top of a local basemap. This external service has a tendency to ...
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
43 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
31 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
34 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 ...
2
votes
1answer
42 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
0answers
15 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
38 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
82 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
387 views

GeoServer GetCapabilities Not Working

I am trying to learn how to use the OpenGeo suite by following the tutorials on the site. The one I'm currently trying to follow is http://workshops.opengeo.org/geoext/stores/capabilities.html. Most ...
1
vote
1answer
58 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 ...
3
votes
2answers
54 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 ...
1
vote
0answers
25 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
23 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 ...
0
votes
1answer
78 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
69 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 ...
3
votes
1answer
209 views

Difference between a WMTS and a WMS?

What is the main difference between a Web Map Tile Service (WMTS) and a Web Map Service (WMS) When should you choose one over the other? What are the (dis)advantages by choosing one ...
1
vote
1answer
101 views

Geoserver 2.1.3 no GetFeatureInfo-Response when multiple Features found on same location within same layer

I have a Geoserver postgis layer with multiple point features on the same location. GetFeatureInfo returns results when only one feature is found. But Geoserver returns nothing (empty html) when ...
3
votes
1answer
255 views

Geotools - overlay shapefile on WMS layer

I am trying to overlay a shp file on wms layer using the example http://docs.geotools.org/latest/userguide/tutorial/raster/image.html. Each time I want to read the format of the file to get a reader ...
-1
votes
0answers
45 views

WMS using OpenLayers [closed]

roadidPicker = new OpenLayers.Control.WMSGetFeatureInfo({ url: 'http://www.domainname.com:8080/geoserver/wms', title: 'identify features on click', ...
2
votes
2answers
302 views

How do I show my WMS layer using QGIS server and OpenLayers?

I've installed qgis server and it works fine. I've put qgs file in the server folder dir and using "Add WMS layer" from QGIS I manage to view the qgs file. This is how I use get capabilities for ...
0
votes
0answers
107 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 ...
0
votes
0answers
36 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
1answer
24 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
65 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 ...

1 2 3 4 5 8