-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
GeoWebCache (with vectortiles) does not return tiles #43
Comments
maybe related to: #39 |
An additional observation: On Firefox I can see the first charts as you mentioned (Chrome misses this from time to time): There is a deprecation note on the console:
Both Firefox and Chrome are logging
|
there are changes on GeoServer. See @ridoo This (GeoNode/geoserver-geonode-ext#190) will likely trigger an overwrite of 2.24.4 image? This should create a new 2.24.5 (GeoNode/geoserver-geonode-ext#190). Maybe as 2.24-v2? We need to check this after they are finished. |
GeoSolutions told me:
This means recreating the 52North ones and tagging them accordingly, right? |
@gannebamm actually, there is only a customized thuenen GeoNode image we reference. You should be ok with updating the versions in the |
Just changing the env was enough since we built from geonode https://github.com/Thuenen-GeoNode-Development/thuenen_atlas/blob/thuenen_4.x/docker/geoserver/Dockerfile#L2 & https://github.com/Thuenen-GeoNode-Development/thuenen_atlas/blob/thuenen_4.x/docker/geoserver_data/Dockerfile#L2 After taking a look the update shall close the isse #42 and not this one, though. |
rebuild the images which fixed the time series error, but this one persists. |
Expected Behavior
I download plugins like described here https://github.com/Thuenen-GeoNode-Development/thuenen_atlas/tree/thuenen_4.x/docker/geoserver#plugins and build the GeoServer container. Now I can serve and fetch vectortiles via the integrated GWC. I can use the TMS service in QGIS to get vectortiles and I can use them in web-applications (like openlayers). The web application should work like this:
Actual Behavior
The data is not fetched properly. I can neither use them in QGIS nor in web-applications.
Steps to Reproduce the Problem
or
Specifications
Additional information
Which serves vectortiles in scales under 1:94242 like:
https://geoserver-bw.thuenen.de/geoserver/gwc/service/tms/1.0.0/rs_v201:ctm_ger_2023_lsm_hex_v201@EPSG%3A900913@pbf/{z}/{x}/{-y}.pbf
which can be used in QGIS.
The GeoWebCache Demo on atlas.thuenen.de does render the tiles. logged in as GeoServer admin the link https://atlas.thuenen.de/geoserver/gwc/demo/aa_at_geoserver_99_20:rlevl_uaa_2020_bkr?gridSet=EPSG:900913&format=application/vnd.mapbox-vector-tile does show the tiles. For anonymous the tiles will not get displayed.
If I am logged into GeoServer with OAuth and the GeoNode admin account I will be able to load new diagrams and the vector tiles are fetched for the web application listed above. It works as expected (see gif above).
Maybe related to GeoNode/geonode#11763 (comment)
The filterchain was already changed in our instance to
gwc | /gwc/rest/**
The text was updated successfully, but these errors were encountered: