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

learn more… | top users | synonyms

0
votes
1answer
47 views

What kind of different results or what is the difference between two URL based WMS requests [closed]

I am trying to retrieve some WMS layers from geoserver so that I can display them in leaflet and I need to populate a URL field and I noticed that many of the layers that I opened up in openlayers had ...
2
votes
0answers
97 views

How do I format tilelayer.wms url properties such that I add an overlay iteratively to my base map in leaflet

My base map was created using hard-coded template variables. I am using the leaflet tilelayer.wms constructor and including the url like so: url: ...
3
votes
0answers
126 views

Geoserver WMS-T backend problems

I've been trying to set up a few timed WMS layers in GeoServer. They're simple enough, of the form ID(PRIMARY KEY) REGION DATE VALUE so for every region and date you have some value, e.g. the ...
4
votes
1answer
137 views

Where can I get a WMS or WFS for near-real time Wind (atmospheric) data?

I've been looking for a good operational wms or wfs free server to access near-real time atmospheric data in QGIS, namely wind vectors. I haven't found anything good yet. Anyone can help? Thanks
2
votes
1answer
71 views

Determing, whether WMS service supports CQL filtering

Is it possible to query, whether WMS service supports CQL filtering (like Geoserver does) or not? I didn't find any hints from GetCapabilities query result.
2
votes
2answers
190 views

OpenLayers: adding a loading indicator for WMS requests

I'm new to Openlayers and GIS in general. I have a WMS request followed by the addLayer method, and surrounded by the addition and deletion of a 'loading' class to an HTML element: ...
2
votes
1answer
84 views

Is there easy way to get layers names from WMS server?

I've been looking for information on how to get layers names from certain WMS servers, but I didn't find any. E.g. I have this server: http://sdi.geoportal.gov.pl/wms_prg/wmservice.aspx and I want to ...
1
vote
1answer
216 views

Error occured decoding the epsg code - 3857 (Web Mercator) [closed]

I'm trying to add the following wms service to QGIS using EPSG:3857 and get the following error: Service (running on L/A/P/P geoserver): http://66.228.57.208/geoserver/wms?tiled=true or non-cached ...
8
votes
3answers
236 views

Is there an exhaustive, searchable catalog of all GIS web services (e.g. OGC WMS/WFS, REST, SOAP)?

Many of us have struggled to get a list of GIS services that are available on the internet. Specifically map services that expose OGC based interfaces like WMS, WFS or Web Service interfaces like ...
2
votes
1answer
567 views

How to setup leaflet map to display a WMS layer in ESRI:102012 projection?

I have a WMS server that serves layers in ESRI:102012 projection. http://spatialreference.org/ref/esri/102012/ It accepts GetMap requests with srs=EPSG:102012 parameter. My goal is to display a map ...
2
votes
1answer
3k views

Setting up MapServer WMS and use it with OpenLayers

I have set up MapServer WMS on the localhost by the following map file: MAP NAME "Prvi_WMS" SIZE 600 300 # 600 by 300 pixel image output PROJECTION "init=epsg:4326" END ...
4
votes
2answers
2k views

Setup own Openlayers Proxyhost [duplicate]

Possible Duplicate: Problems with OpenLayers and WFS - proxy.cgi issues I have seen some example related to WMS Get Feature Info like : ...
2
votes
2answers
615 views

How to select multiple polygons or points from WFS or WMS and getFeatureInfo

Is there a way to select multiple polygons and/or points from a WFS or WMS service and then get the feature information for each selected item? There are numerous examples on the OpenLayers website ...
1
vote
2answers
136 views

How do I control what features get rendered with an ArcGIS Server service?

Question: Using a mapping service set up with ArcGIS Server, how can I set up a parameter that limits which features are being rendered? e.g. "/service?organization=megacorp"? Background: I am ...
1
vote
1answer
121 views

MapWindow - Load basemap image given extent?

I'm new to MapWindow and am attempting to display an image given the geographic extents of an area. Tiling would be ideal, but I imagine that retrieving a simple image from a WMS would be easiest. Are ...
4
votes
1answer
849 views

Overlaying WMS from Mapserver in OpenLayers with epsg:900913 from Google/Bing/OpenStreetMap

ADDED: Another curious effect is that no matter to what scale I zoom on the baselayer google/bing map, the WMS overlay is always the same-sized shot of MN. That is, as the baselayer map is scaled up ...
2
votes
1answer
583 views

How to convert WMS to SHP?

I'm looking for tool that will be convert WMS to vector layer. Are they ready tool?(for example in python)
1
vote
2answers
246 views

Make Openlayers request WMS tiles only within a certain bounds

Is there a way to actually tell openLayers not to request tiles out of particular bounds? I want the rest of map and other layers still accessible, so maxExtent on map is not an option for me. I ...
2
votes
1answer
86 views

Autodesk Infrastructure Studio - Enable WMS

With only a couple hours experience this is very likely user error but I have "Autodesk Infrastucture Studio 2013" installed with a few "Data" nodes and "Layers" nodes. I can right-click a child of ...
4
votes
1answer
276 views

ImagePyramid tuning in Geoserver

I am running several WMS layers from a GeoServer (2.2 RC3 at the moment of writing). All layers are ImagePyramids with sizes ranging from 100GB to 1TB in size. I have read the GeoServer on Steroids ...
2
votes
0answers
91 views

Does QGIS have WMS-T (WMS with time) support?

Does anyone know if there's support for WMS-T in QGIS? Through the app I can add WMS layers, but I can't work with WMS-T (there's no place to set the time parameter). I been going through the the ...
2
votes
1answer
236 views

Create WMS service from existing image tiles

I have image tiles (jpg image files with txt georeference info files; see picture) stored in catalog (about 12GB, size one image tile ~ 275*466 meters). It possible create WMS service of the tiles to ...
5
votes
2answers
654 views

Can i do Custom Styling on Geoserver

i want to use Geoserver WMS server for custom styling. lets say i have an area as polygon in a shape file. But i dont have this area's temperature as an attribute. From a web service i gather ...
1
vote
1answer
463 views

How can I change mouse icon on hover a WMS layer feature using OpenLayers and GeoServer

my unfinish app is: "http://190.5.81.197/MAPA_OL/mapa/matricula.html#" i just want to know how cant I change mouse icon when the mouse is over a marker on a wms layer i am using goserver to create ...
0
votes
1answer
218 views
3
votes
1answer
619 views

Why does my WMS layer overlap the Google Maps v3 logo?

I'm using Google Maps v3 as a base layer and on top of that I create an overlay pointing to my WMS (streets and avenues). A few months ago all works fine, my WMS layer was not overlapping the Google ...
3
votes
2answers
1k views

How to style a WMS layer?

I also posted this question on stackoverflow. 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 ...
2
votes
2answers
298 views

Exporting OpenLayers.Layer.WMS to GeoJSON / KML

I'm looking the way to exporting an especific region of a WMS layer to some XML format (GeoJSON, GML, KML) using OpenLayers and Geoserver. I've found how to export features objects with ...
1
vote
0answers
354 views

How can I access WMS service from Geoserver using ArcGIS Silverlight API?

Having Geoserver installed locally in my machine, I'm currently doing a R&D by trying to access WMS service from Geoserver using ArcGIS API for Silverlight. I'm trying to replicate the sample in ...
0
votes
0answers
219 views

openlayers, show wms layer and vector layer simultaneously [closed]

I trying to show with openlayers vector layer(from geoJson) and raster wms layer(*wms_layer*) from tiff file from my GeoServer simultaneously. The tiff is in EPSG:900913 projection. The vector layer ...
1
vote
2answers
584 views

WMS in arcgis viewer for flex

These days i am trying to develop web map using FOSS software.I hava WMS in geoserver.But it does not viewing in arcgis viewer for flex.Pls give me XML code for it? This is my WMS. ...
3
votes
2answers
462 views

Extract WMS Data

I am trying to extract geological information from the onegeology portal unfortunaley most of the data there only consists of WMS data. For example, is it feasible to extract a particular legend ...
3
votes
1answer
644 views

Openlayers + WMS layer. Use scale or resolution + DPI

I have a problem with displaying map with WMS layer in Openlayers. I'm able to display it but the image of the map is not sharp especially at higher zooms. I have a documentation from the map ...
1
vote
1answer
281 views

Creating a GeoExt Action from OpenLayers Function

I am trying to create a GeoExt function out of this OpenLayers function, which displays the getFeatureInfo. I was able to create this GeoExt.Action() but it does not give me any output. Any idea ...
3
votes
1answer
136 views

Splitting large PostGIS/GeoServer geometry for WMS optmization

I have a large geometry (MultiPolygon) for a (fictional) world map. It basically spans a large portion of the entire world: it's the difference between a buffered extension of the union of the entire ...
2
votes
4answers
285 views

How do I request an output from a WMS service in a non-standard projection?

I want to use a map service which is available in WMS format. The server is Mapserver, and the spatialreference of the map service is 4326. I wish to use it in a slippy map (web based Javascript ...
1
vote
2answers
320 views

How to search and zoom to result using WMS?

I am making a web gis application (openlayers/geoserver) to display a layer of properties, I need to add a functionality of search in it based on the name of the owner. A list of similar names ...
0
votes
0answers
145 views

QGIS getfeatureinfo in format text/xml does not show any attribute

Do I understand http://hub.qgis.org/issues/5887 correct, that currently WMS answers in format text/xml are not shown in QGIS (upto QGIS-Codeversion 953c4e0)? Whereas text/html or text/plain will be ...
4
votes
3answers
2k views

Connecting to WMS - problem

I have a problem connecting to my WMS service. In ArcMap i can connect but what i see is only blank page (cannot see the layers). In Qgis it also connects with service but when i choose add layers i ...
1
vote
1answer
220 views

WMSGetFeatureInfo not finding my layer

Having a problem trying to get WMSGetFeatureInfo to work in openlayers - running off of Geoserver (http://gisnexus.com/cmha/cmha_site_test.html) you click on any feature, it shows as if the layer is ...
0
votes
0answers
151 views

Set ArcGIS Silverlight WMS Layer Parameters

I have a WMS Layer of Imagery forma third party that has the ability to be time stamped: Using arc catalogue I can turn this feature on: ...
0
votes
1answer
972 views

OpenLayers not refresh a layer

i have a problem with refreshing layers. I have WMS and WFS layers from one source. I edit WFS and after do wms_layer.redraw(true) but layer redraw only after zoom in or zoom out. Same with WFS. i ...
3
votes
2answers
1k views

How to zoom to object on WMS layer with OpenLayers?

I have a map with WMS layer. And want to zoom to selected object. Now i use GetCapabilities from Geoserver and zoom to bbox of whole layer. So how to do what i want? Or can u tell me how to get ...
3
votes
2answers
205 views

MapFish Printing Capabilities: WFS?

we are evaluating whether MapFish Printing module fit our needs or not.. From a 2010 presentation http://2010.foss4g.org/presentations/3234.pdf, it says MapFish printing has following readers: Web ...
1
vote
2answers
175 views

MapFish Print: does it support ArcGIS Server?

we are looking for a map print solution, MapFish printing module quite fits. but as far as the searches I've done, it seems MapFish doesn't support ArcGIS Server. One thing I am not sure about is, ...
1
vote
0answers
154 views

Does OpenLayers mergenewparams repeatedly hit a WMS server when you change the layer name?

Does mergenewparams repeatedly hit a WMS server if you change the layer name? For example, you call the server with layer 'a' then you use mergewnewparams and call layer 'b', then you use ...
0
votes
0answers
219 views

How would one write a ArcGIS JSAPI layer to access WMS service via a Tile Server?

I want to request small WMS tiles instead of a single image for the entire map viewport because I know the request is going through a Tile Service (TileCache). OpenLayers handles this with the WMS ...
3
votes
2answers
164 views

Looking for a Wind WMS for Europe and Africa

I was looking for a wind WMS but couldn't find. I wanted a wind WMS for europe and africa . Does anyone know about one? thank you
3
votes
1answer
228 views

How to handle a geotiff map together with points with openlayers (or other libraries)?

I create a lot of printed maps using various applications (ArcGIS, QGIS, Microstation, Illustrator etc). Sometimes I'd like to turn this map somewhat interactive on the web. What I'm looking for is a ...
0
votes
0answers
483 views

Problems with highlight data from database using MapServer WMS and OpenLayers

did someone try highlight features using MapServer and OpenLayers? I tried to create map, where I display layer from MapServer by WMS using OpenLayers. It works, but I cannot highlight features to the ...

1 2 3 4 5 8