-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Timeseries bug with WMS external #4
Comments
@dotsLand thanks. We let you know |
@dotsLand can you provide us project and data? Thanks |
.. and some real world links where anyone else could see these bugs easily reproduced would be really appreciated 😄 |
I dont have public IP for web but let me see what data can I provide you |
here you can find a simple project with this WMS, i published geoserver url, can you check access |
@dotsLand i can't load fwi layer: |
@volterra79 published through pagekit.me here is link: http://dotsgeo.pagekite.me/geoserver/ |
|
Here you can find example and some error in timeseries: In QGIS project you can find vector data for timeseries with field date, also some layer from WMS services. How to reproduce:1. Layer event works well when it is only layer in timeseries (see prsc below):2. when will add new layer as WMS External as below:3. then you will see that End date is not reading and in console shows error:4. In JSON there are for two layers stard date and END date:5. Also when select other layers as WMS External and some of layers WMS Internal are staying then here are creating some conflicts!!:6. Selecting other layer as WMS External7.Playing with some of these layers, for example turn on layer
|
@dotsLand thanks. I let you know |
I updated last version and seems same problem as for |
@dotsLand about that i don't understand.
|
Clarification:
modis_hs is not configured to work as WMS External and its should come through qdjango URL, while in QGIS wms url is https://maps.wild-fire.eu/gwis, request is going through link https://maps.wild-fire.eu/effis (see pic):
request should not be together with ecmwf007.fwi,modis_hs_f585647c_.........85e bcs they have different source |
Yet same problem do you have any idea why is it happening!? One of possibility is wrong indexing between index of layers and layer orders index, when push in timeseries layers array!! in this case layers name is going through other host from other layer, |
Checklist
Subject of the issue
I have publish two different projects, both of them have layers with WMS services with the TIME dimension:
1. In the first project, the TIMESERIES plugin is not displayed at all:
the layer which has the TIME dimension is fwic and is configured as an external WMS, in the api/config JSON data are almost identical as layers from other project (for any indicator for start plugins):
In this case, even when I deselect WMS external, the navigation in TIME (TIME SERIES plugin) is not displayed.
In this case, WMS Service is provided by GEOSERVER version 2.22.2
Also applying a opacity in External WMS is not working from G3W-Client
2. TIMESERIES is appearing in the second project:
and is identifying two layers with TIMESERIES:
In the case of selecting the FWI or BUI layer, FWI is missing the ENDDATE field (see the picture below)
in the case when I select only BUI ENDDATE, it is presented correctly.
these two layers, even though they are configured as external WMS services in the QGIS project they have selected "Publish WMS/WMTS data source uri", in G3W-Admin it is not giving us the option to select it as WMS External, but it works as Internal through qdjango until the JSON data in api/config is as follows:
for the BUI layer
for the FWI layer
In this case WMS Service is provided by THREDDS Data Server
unidata/thredds-docker:latest (5.4)
Steps to reproduce
I have provided you with the details above, since do not have the same layers, it is a problem to defining reproduction steps
Environment
Link to your project
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: