cmv / cmv-app

CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
https://demo.cmv.io/
MIT License
325 stars 278 forks source link

add WMS-C layer #937

Open AnatolyAG opened 4 years ago

AnatolyAG commented 4 years ago

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?