-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ViewParamters not supported in TMS #1282
Comments
A quick look at the code confirms there is no support for any filter parameter at all (view params being a specific case of it). If you are interested in getting such support, see this guide: Otherwise, I guess you can try out WMTS, maybe in its resftul mode. |
Thank you for the quick response!
Same here when passing down viewparams, like so: This is the log entry: 12:52:18 INFO [geoserver.wms] - Any idea? |
Try out with the KVP approach then? If it's not working there either, maybe you did not configure viewparams as a filter parameter to start with? It needs to be explicitly configured, won't happen automatically. |
Basically as written here GWC does not support passing ViewParameters to SQL Views as null is always being passed to "filteringParameters".
The text was updated successfully, but these errors were encountered: