Web Map Service (WMS) produces maps of spatially referenced data dynamically from geographic information.
1
vote
0answers
61 views
Geoserver WMS and filtering tables with cyrillic column names
I try to serve PostGIS tables with Geoserver WMS (both 2.1 and 2.2). Some column names are in cyrillic.
Problem is - service fails, when I try to filter by those cyrillic columns (both with CQL and ...
1
vote
1answer
87 views
How can I load a single WFS vector feature where the user clicks the map on OpenLayers?
I am creating a web app that allows users to easily edit feature attributes as well as geometry. I have editing working by loading a WFS layer, but it slows the app to a crawl when there's more than a ...
1
vote
0answers
332 views
Having issues getting Leaflet “L.tileLayer.wms” to display Geoserver WMS data
I've set up Geoserver and WMS capabilities to host some weather data files (satellite data for example). Here's an example file:
...
0
votes
1answer
98 views
prevent popup from appearing when clicking outside wms layer
Any help with this would be appreciated. I am projecting a WMS-layer on a map using OpenLayers and Geoserver. The next thing I want to do is to display info on any given feature in my WMS-layer in a ...
1
vote
1answer
172 views
How to save WMS getFeatureInfo points to a layer?
This may be a poorly worded question, because I am not sure of the exact terminology, but I'll give it a shot.
I have imported a vector layer from a WMS server into QGIS. I am able to query the ...
1
vote
1answer
124 views
How can I edit and save feature attributes of a WMS layer in OpenLayers?
I am creating a data editing application in OpenLayers where the user will need to be able to edit the attributes of features (which are stored on a GeoServer installation). I have seen documentation ...
1
vote
1answer
890 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.
...
9
votes
1answer
603 views
Can ArcGIS Server WMS display a graphicslayer?
I have tried to display a graphics layer with the WMS functionality of ArcGIS Server, but I cannot see the graphics in the image of the getmap response.
I have done is manually by publishing a ...
1
vote
0answers
135 views
Adding time dimension to layer in GeoServer
I have a GeoServer installation that is used as a proxy in front of a THREDDS Data Server to be able to add additional metadata to WMS layers (which I haven't found any support for in THREDDS).
I ...
1
vote
1answer
81 views
Geoserver Cascading WMS, Wrong Projection
I configured a geoserver store with an external WMS. I used the following WMS url
http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?VERSION=1.1.0&REQUEST=GetCapabilities
Once I saved the store, ...
5
votes
2answers
168 views
“Poor” quality when zooming out a WMS-Layer based on GeoTiff data
i am having some issues when using the Geoserver Web Mapping Service to display GeoTIFF-Files. When zooming out (in an OpenLayers-Client or in the Geoserver Layer Preview for instance) the quality ...
1
vote
3answers
1k views
Adding WMS and WFS layers from GEOSERVER in arcgis viewer for flex 3.0
I am interested in adding feature layers from geoserver in arcgis viewer for flex config file and consequently display them on the web map.IS that possible? If yes, could someone share how they did ...
1
vote
1answer
173 views
Add WMS group layer (only) to ArcMap
I am trying to add a WMS group layer to ArcMap, without having the sublayers being listed in the TOC.
I will give a little background here: We are sourcing images from Nearmap.com, and their WMS data ...
0
votes
0answers
72 views
ArcGIS Desktop - Adding My own WMS requires what CREDENTIALS?
I published a WMS out of AutoDesk Infrastructure Map Server (AIMS). I can connect and display it's layers and data using Openlayers, Gaia, Qgis and Mapguide Studio with no issues and no forced ...
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 ...
3
votes
0answers
157 views
How to serve a geotiff file using WMS?
I want to display a GeoTIFF file which is a air pollution map by use of WMS. This GeoTIFF file is an output of WPS. The following is my .map file and the URL request and the output. I use MapServer ...
2
votes
0answers
186 views
MapServer / OpenLayers: Is there a limit of 16 zoom levels?
I set up a MapServer (WMS) with a raster basemap like this (Mapfile):
MAP
PROJECTION
"init=epsg:900913"
END
WEB
METADATA
"wms_title" "mymap"
"wms_srs" "epsg:900913"
END
...
2
votes
2answers
398 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 ...
5
votes
2answers
2k views
OpenLayers custom request for WMS GetFeatureInfo
In OpenLayers, there is a WMSGetFeatureInfo control that can be attached to a layer and listen to click or hover events on the map, requesting info on the feature being currently clicked (or pointed) ...
1
vote
1answer
107 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 ...
2
votes
2answers
261 views
How to combine vector layer and wms layer based on some constraints?
I would like to group wms and vector layer together but with some constraints in openlayers. The requirement is, if lets say vector layer 1 is selected then its corresponding wms layer should also be ...
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
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
90 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
2answers
135 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
95 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
146 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 ...
1
vote
1answer
706 views
To get FeatureInfo in OpenLayers
I am new to OpenLayers and I want to add OpenLayers.Control.WMSGetFeatureInfo to get feature
info to website.But i can't figure out right method.
I also see the source code of GeoServer OpenLayers ...
0
votes
0answers
20 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 ...
3
votes
2answers
701 views
Extract portion of WMS raster layer
Using QGIS on Windows XP based desktop.
I am trying to use USDA orthophoto data from this WMS server:
...
1
vote
0answers
240 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
3answers
315 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 ...
1
vote
1answer
173 views
A strange OSM tiles in Mapproxy
Could someone please help me with my issue? I try to use Mapproxy with OpenStreetMap server of tiles in order to get output WMS for my qgis client. Something like this:
...
sources:
arcgis_tms:
...
3
votes
1answer
168 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
131 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 ...
10
votes
1answer
367 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
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 ...
0
votes
0answers
237 views
Geoserver WMS cascading: How to choose remote CRS? [closed]
I'm cascading a remote WMS from Geoserver in order to have all layers in one place (and to exploit caching). (see the manual)
The remote layers (on this geoportal) are provided in multiple SRs (e.g. ...
6
votes
1answer
413 views
OpenLayers WFS flip coordinates
I have a problem integrating WMS and WFS. Basically what i want is when user clicks on WMS then a clicked polygon is added to vector (and selected). The problem is that the WMS is in version 1.3.0 and ...
1
vote
1answer
269 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
132 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
95 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
61 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) ?
1
vote
1answer
277 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 ...
3
votes
2answers
286 views
GeoServer/GeoWebCache with C#
I'm starting a project in which I intend to use GeoServer/GeoWebCache as a provider of WFS, WMS, WCS, and WPS services. I've configured the GeoServer to use PostGIS for storage. The frontend is using ...
2
votes
3answers
301 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 ...
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 ...
1
vote
1answer
317 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 ...



