Web Map Service (WMS) produces maps of spatially referenced data dynamically from geographic information.
1
vote
1answer
156 views
QGIS project on QGIS server — cannot load wms layer
I've created a qgis project on QGIS 1.8, copied it onto the QGIS Server, and am trying to load the project as a WMS Layer back into QGIS. There is one vector layer in the project. Paths have been set ...
2
votes
2answers
413 views
GetFeatureInfo doesn't work!
I'm new at openlayers and I am having some trouble when trying to display the feature info.
I have the map working, with the layers I want to add in, but it seems that when I try to ask for the info ...
4
votes
2answers
838 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
165 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 ...
1
vote
1answer
49 views
How to label counties in Mapserver?
I'm fairly new to Mapserver and I was able to get US County boundaries to plot. Is there a way to get the County Name to plot in the center of the county? I've searched around and couldn't find any ...
1
vote
1answer
93 views
PROJ4 Library error in combination with MapServer 6 and CentOS 6
I have recently compiled MapServer 6.2 on a CentOS 6.3 machine. Since I compiled it --with-proj=/usr, all the PROJ4 related stuff resides in /usr/share/proj.
I've also installed proj4 with yum ...
3
votes
1answer
96 views
GeoDjango admin: how to use a WMS background other than the default OSM or VMAP0
The standard GeoDjango admin has a basic VMAP0 background. OsmGeoAdmin adds an OSM background.
How do I replace the background map with another WMS?
In the source code of the admin OpenLayers ...
3
votes
1answer
149 views
Best practice for serving data to OpenLayers client
We have some polyline and point data in SHP format and would like to serve that data to an OpenLayers client.
First we thought about converting the data to GeoJSON and send it to the client as a ...
0
votes
0answers
22 views
Error while trying to view degree igeoportal webMapcontext
I'm trying to view my shapefiles on igeoportal degree. The problem is when I open the web page, I have two errors from the page. The first is:
1) Error : returned status code 500 Erreur Interne de ...
1
vote
0answers
245 views
Mapserver vs QGIS Server for WebGIS with access control
I'm looking to set up a FOSS web GIS to allow sharing of large data files. From online discussions I gather this can be done using a variety of software combinations, eg:
PostGIS + MapServer + Open ...
1
vote
1answer
64 views
Access to WMS from ArcMap with extra parameters
I'm trying to access AIRS WMS from ArcMap with additional time parameter (&TIME=2012-07-01) to see this summer's CO concentration. But the server returns a response with standard parameters (last ...
3
votes
1answer
174 views
What is generally faster in OpenLayers: WMS or GeoJSON?
I work both with WMS (connection with postgres) and GeoJSON in OpenLayers. I have the impression that a WMS is faster when more feature need to be loaded. And I have the impression that GeoJSON is ...
4
votes
1answer
132 views
Which WMS is easiest to work with when using QGIS?
I'm using QGIS to style shp files.
Currently I'm running GeoServer but not all the QGIS styles are imported to GeoServer (although its really easy to maintain it because of the layer preview and the ...
3
votes
3answers
322 views
What's the easiest way (style wise) to publish my MapInfo map as WMS?
I've downloaded data for my country from OSM and let a GIS expert to style it for me in MapInfo pro. (I have TAB files and .wor - workspace).
When I tried converting them to SHP (for QGIS) I've ...
2
votes
1answer
96 views
Warning: QNetworkDiskCache::prepare() unable to open temporary file
When I run qgis 1.8.0 on Linux and load a WMS layer from a remote server
I get messages (in terminal) saying
Warning: QNetworkDiskCache::prepare() unable to open temporary file
Downloading tiles ...
1
vote
0answers
100 views
How to make labels appear in Geoserver? (WMS) [duplicate]
Possible Duplicate:
How to avoid duplicate labels on each tile?
I have an Annotation Shapefile. I added it into GeoServer as point Shapefile and set its label with the help of the style ...
1
vote
1answer
274 views
How do I project my WMS tilelayer in leaflet if I want it to display as an overlay on my basemap if they have different EPSG?
So my basemap is a world Mercator projection and in wfs format and I'm trying to put a WMS overlay in a different projection over it? Leaflet's API didn't give me much info on changing the epsg so is ...
1
vote
0answers
107 views
When I try to do a WMS request to geoserver using the leaflet API I am getting a format related error
This XML file does not appear to have any style information associated with it. The
document tree is shown below.
<ows:ExceptionReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
2
votes
1answer
135 views
What is the easiest way to let a user upload overlayers to openlayers (Geoserver/Mapserver)?
I need to let a user upload vector layers he created with QGIS or MapInfo professional to my website (using OpenLayers as client and either Geoserver or Mapserver as WMS).
What will be the easiest ...
3
votes
2answers
96 views
Need advise on map site design (When to wms/kml)
I'm building a web system from scratch (based on openlayers). All layers in map will be my own (raster and vectors). I want to show polygons/points on map and when user click on them he gets info or ...
1
vote
1answer
82 views
How to use SLD Select control?
I have a WMS layer and i want to get fid of polygon in it by click it. How can i do it?
I know that i can create WFS layer from this WMS and get feature attributes from layer or store. But its ...
10
votes
1answer
370 views
Disappearing Point Features in Geoserver using WMS
I have a shapefile with roughly 6,500 points worldwide in it that I am trying to serve with Geoserver 2.2.1 using WMS. All has been apparently fine with it until I implemented a filtering feature on ...
1
vote
1answer
66 views
Is a new map object required in order to create a wms overlay on top of a current map object with wfs layers using the leaflet api
I am trying to add a wms tile layer overlay over a wfs tile layer which I added to a map object. When I tried to simply add a layer on top of my current setView for my map object it overwrote the ...
1
vote
1answer
323 views
Does leaflet support wms tile layers in applications/openlayers formats?
I am trying to create a tilelayer.wms overlay on top of a wfs base map and I wasn't sure whether leaflet allows the applications/openlayers type of format which I served up from geoserver or only ...
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
98 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: ...
1
vote
1answer
62 views
Is there a free tool for configuring WMS configuration xml?
Instead of writing WMS xml file from scratch with notepad , is there a tool that is easy to create/configure such a file (or convert a GIS workspace - MapInfo / QGIS into WMS file) ?
2
votes
1answer
73 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
3answers
308 views
How do I edit info feature attributes in GeoServer with OpenLayers
Can you help me? I have a very difficult problem when doing project...
I have used OpenLayers and GeoServer. When I click in the map to get feature info, I receive the info for the feature and ...
2
votes
1answer
86 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 ...
3
votes
0answers
128 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 ...
2
votes
2answers
195 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:
...
3
votes
2answers
136 views
Setup a map server that runs from USB to whatever computer it is connected?
I would like to have a USB that I can bring with me to any computer. That USB should hold a map server, so that the client computer wont need internet and avoid using OSM or Google maps or any other ...
3
votes
1answer
272 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
vote
1answer
111 views
WMS projection doesn't match basemap
I have a flex viewer 3.0 map in wgs 84 (4326) (ESRI basemap) with a wms which is 4326 as well. for some reason the wms doesn't overlay correctly. it is way off. appears on the maps but it is flattened ...
3
votes
1answer
107 views
Why OpenScales show tiles in cache in zoom in/out WMS layer?
I use OpenScales to show a WMS layer and it is strange that when zoom in/out sometimes OpenScales show tiles in cache, so Multi-resolution tiles showed in the layer.
When paning the layer, incorrect ...
3
votes
2answers
154 views
Convert multiple TIFFs into one?
I have downloaded the Blue Marble dataset, and it consists of eight GeoTIFF images, labeled like this:
A1 B1 C1 D1
A2 B2 C2 D2
I would like to use these tiles for GeoServer to be served as WMS. ...
1
vote
1answer
281 views
How to preload tiles in Leaflet?
I'm trying to make a user controlled cross-layer animation in Leaflet.
I have about 70 tileLayer.wms layers, that need to be preloaded on the map before animation can run.
The question is - is there ...
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 ...
4
votes
1answer
864 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
610 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
250 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 ...
8
votes
3answers
238 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
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
573 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
239 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 ...
4
votes
1answer
280 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 ...
5
votes
2answers
670 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
906 views
How to get feature info from wms layer
I have used your code for picking feature info from wms layer using WMSGetFeatureInofo function.I have used you this link.
...


