Web Map Service (WMS) produces maps of spatially referenced data dynamically from geographic information.
0
votes
0answers
14 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
10 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
11 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
12 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
20 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
11 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
21 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
59 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
35 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
16 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
20 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
33 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
56 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
59 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
38 views
WMS using OpenLayers [closed]
roadidPicker = new OpenLayers.Control.WMSGetFeatureInfo({
url: 'http://www.domainname.com:8080/geoserver/wms',
title: 'identify features on click',
...