Replies: 1 comment
-
I believe this is a proxy configuration issue, please see developmentseed/titiler#345 developmentseed/titiler#728 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please see https://ogcapi.bgs.ac.uk/tipg/collections/published.gb_625k_bedrock_fault_geology_dykes_wgs84/tiles/WebMercatorQuad/viewer
I believe the tiles aren't drawing as the map is requesting the data from the http url not the https, so is being blocked as mixed content. (it works fine on out internal deployment where everything is http)
This is resolved in application like pg_featureserv using a URLBASE variable with the full path defined. Or is there another way...
PGFS_SERVER_URLBASE: ${PROTOCOL}://${APP_HOSTNAME}/tipg
image: ghcr.io/developmentseed/tipg:1.2.1
config:
Beta Was this translation helpful? Give feedback.
All reactions