| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@tbonfort : Hello Thomas, I did not get feedback on this pull request openned 2 months ago, do you think this could be merged ? |
Sorry, something went wrong.
|
Hello, how about merging this new feature ? |
Sorry, something went wrong.
|
Sorry for the long delay, hope this is not too late. Before merging I have some comments:
|
Sorry, something went wrong.
|
@arnaud-morvan - Is this pull request still relevant? |
Sorry, something went wrong.
|
Seems that we do not need this anymore for QGIS which support WMS dimensions now : https://changelog.qgis.org/en/qgis/version/3.10/#wms-dimension |
Sorry, something went wrong.
|
I put this in my todo list and will try to find some time to spend on this rebase. |
Sorry, something went wrong.
|
Great! Thank you. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Support dimensions in WMS sources through WMS FILTER parameter.
<source name="layer1" type="wms"> <getmap> <params> <LAYERS>layer1</LAYERS> <FILTER>layer1:"floor" = '{dim:FLOOR}'</FILTER> </params> </getmap> ... </source>Useful for creating tilesets with dimensions from WMS layers without dimensions (note that QGIS server does not support WMS dimensions for the moment).