162 reputation
7
bio website boedy.net
location Delft, Netherlands
age 24
visits member for 1 year, 7 months
seen Jan 31 '12 at 15:42
stats profile views 16

Dec
13
awarded  Popular Question
Nov
23
awarded  Popular Question
Jan
10
comment WFS getfeature request with diffent SRS
@iant Do you have a link to clarify?
Jan
10
revised WFS getfeature request with diffent SRS
added 1019 characters in body
Jan
10
asked WFS getfeature request with diffent SRS
Nov
22
accepted How to increase performance of tile caches if vendor parameter filters are needed?
Nov
21
asked How to increase performance of tile caches if vendor parameter filters are needed?
Oct
31
comment Requesting multiple features on different layers
@iant Thanks! That link helped me so much! I'm thinking of writing my own functions to get the data. This way I can adjust it to my needs. I'll try and update this thread when I figured out the most of it.
Oct
31
comment Requesting multiple features on different layers
@iant That is a possibility indeed, but how would I setup a box selection? Using spatial filter with 4 coordinates?
Oct
31
asked Requesting multiple features on different layers
Oct
31
comment WMS getFeature control doesn't take 'viewparams' into account
I'm now using a temporary solution by looping all features and their data. I'm guessing this is not very efficient.
Oct
28
comment WMS getFeature control doesn't take 'viewparams' into account
Ok, I've been fiddeling with the code for the last hour to get this to work, without any succes! I now use an OL filter, since I might as well. I can't get the filter to work for the getFeature control though.
Oct
28
comment WMS getFeature control doesn't take 'viewparams' into account
Are you suggesting I should switch to filters? So instead of filtering via sql use an openlayers filter?
Oct
28
comment WMS getFeature control doesn't take 'viewparams' into account
I'm not sure. I'm guessing it should be a part of the payload/OGC Filter. Geoserver suggests it's possible with WFS, but doesn't give an example on it's usage.
Oct
28
comment WMS getFeature control doesn't take 'viewparams' into account
This doesn't seem to have any effect. I'm doubting if this is possible in openlayers or with the WFS protocol at all. I was able to get viewparams working with WMS, but not with WFS.
Oct
27
revised WMS getFeature control doesn't take 'viewparams' into account
More information
Oct
27
awarded  Commentator
Oct
27
comment WMS getFeature control doesn't take 'viewparams' into account
@iant I'm not at liberty to show all code, but I've added the code that effects the layer and the controller.
Oct
27
revised WMS getFeature control doesn't take 'viewparams' into account
added 952 characters in body
Oct
27
comment WMS getFeature control doesn't take 'viewparams' into account
@iant Yes, I thought that would be the case. I forgot to mention I was using openlayers for the client. It has a function that get the features. I'm not sure if this function is able to pass view parameters..