We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. I am trying add the WMS-C source as an extra layer. The source is GeoWebCache which is requested by the WMS. Unfortunately, I can not get the tile at the number: https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/8/91/15 A tile can be picked up on request: https://m2.land.gov.ua/geowebcache/service/wms?tiled=true&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=kadastr&TILED=true&STYLES=&SRS=EPSG%3A900913&WIDTH=256&HEIGHT=256&CRS=EPSG%3A900913&BBOX=3600489.7803449407%2C6105178.323193599%2C3757032.8142729816%2C6261721.35712164 The problem is that this is a WMS - tile, where instead of scale / x / y, the set BBOX filter Any ideas how to do this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello.
I am trying add the WMS-C source as an extra layer. The source is GeoWebCache
which is requested by the WMS. Unfortunately, I can not get the tile at the number:
https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/8/91/15
A tile can be picked up on request:
https://m2.land.gov.ua/geowebcache/service/wms?tiled=true&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=kadastr&TILED=true&STYLES=&SRS=EPSG%3A900913&WIDTH=256&HEIGHT=256&CRS=EPSG%3A900913&BBOX=3600489.7803449407%2C6105178.323193599%2C3757032.8142729816%2C6261721.35712164
The problem is that this is a WMS - tile, where instead of scale / x / y, the set BBOX filter
Any ideas how to do this?
The text was updated successfully, but these errors were encountered: