The request tag has no wiki summary.
4
votes
2answers
71 views
How do I parse getStyle request?
I am having problem parsing
http://localhost:8080/geoserver/wms?request=GetStyles&layers=topp%3Astates&service=wms&version=1.1.1
getStyle response from geoserver of layer topp:states.
...
1
vote
3answers
2k views
OpenLayers WFS protocol: work with filters if the protocol is defined out of layer constructor
follow question:wfs-load-feature-check
the scenario is: i am trying to load a WFS layer, since it takes a while to load all features, I want to give user a notice while waiting for response. the ...
1
vote
1answer
274 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
0answers
350 views
Add wfs layer to openlayers map
(UPDATE QUESTION)
Hi guys. I have a problem with WFS request, mine is follow:
var wfs = new OpenLayers.Layer.Vector("WFS",{
strategies: [new OpenLayers.Strategy.Fixed()],
...
2
votes
0answers
179 views
OpenLayers BBOX sending double requests
I've implemented a openlayers bbox strategy on a vector layer. I have my server return a nice jsonp object wrapped in the callback given by the request.
The problem is that during normal use of the ...
1
vote
2answers
104 views
How can I tell mapserver to ignore a filter that is set in a mapfile?
How can I tell mapserver to ignore a filter that is set in a mapfile?
I am displaying a wms layer with point features using mapserver. In one of the layers in my mapfile I have defined a filter ...
3
votes
1answer
229 views
Is it possible to setup fiddler to capture requests from QGIS
I want to know if it is possible setup fiddler to capture WMS/WFS requests from QGIS and how to do it.
Fiddler is capturing the requests from MapInfo and I don't remember making any setup in fiddler ...
4
votes
3answers
700 views
Looking for geodata of Europe's major roads
As stated in the title, I'm currently looking for a shapefile/other geodata source of Europe's major roads (highways). If anybody knows a free datasource (or a possibility to extract that data from ...
3
votes
2answers
3k views
OpenLayers load WFS vector layer: how to check whether all features are returned from server?
in my app, it takes several seconds to return all features of a WFS layer from server, I am just wondering whether there is a way to check whether all features are returned in coding, so that we can ...