Tagged Questions
1
vote
0answers
28 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 ...
1
vote
1answer
89 views
Desktop client symbolozing a WMS layer by sending SLD to the WMS server?
Objective is simple: finding 'desktop software' (such as ArcGIS, QGIS, etc) that can load a WMS layer, and then send its own SLD to apply to the WMS server in order to get the WMS layer back with the ...
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 ...
0
votes
1answer
65 views
How does a spatial database display maps through WMS?
If a spatial database is configured to display maps through WMS, is it always configured to display through TMS and WMTS also? Or is this something that must be configured on the server side ...
1
vote
1answer
190 views
OGC WMS Validation
We're trying to validate our WMS server with OGC standards,to do so OGC has a test page available.
Here,only stacked on a single error
wms:profiles-basic-1 (View Details): Failed
When we look ...
8
votes
0answers
166 views
Driving Zone Computation using Web Processing Services
I am currently evaluating different OGC Services(WFS,WMS and WPS) for driving zone computation. As I am new to WPS services, I would like some suggestions regarding which OGC services to implement.
...
5
votes
2answers
591 views
Should I use WFS, WMS or SOS considering performance and security?
My task is to develop a web application which will visualize the temporal data on map and produce a kind of data flow (or animation) from the images/data which have been received from server.
For ...
3
votes
1answer
187 views
ArcGIS Desktop - Web Services Definitions
Aside from .LYR files, is there a file format (preferably open) for defining web service endpoints for Arc products?
For example, if I publish a WMS feed, can I provide a downloadable resource for ...
4
votes
1answer
147 views
Geometry Operands - BBOX vs Within - What's the difference?
What is the difference between the "BBOX" and "Within" spatial operators.
Can anyone please shed some light?