Last active
March 17, 2026 21:36
-
-
Save daehli/037f287e15a62a2514e8c3021ebb515a to your computer and use it in GitHub Desktop.
quebec.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": 8, | |
| "sources": { | |
| "quebec-wms": { | |
| "type": "raster", | |
| "tiles": [ | |
| "https://quebec-wms-proxy.daehlinadeauotis.workers.dev/?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=ca_interv_for_close_scale&STYLES=Couleur&SRS=EPSG:3857&WIDTH=256&HEIGHT=256&BBOX={bbox-epsg-3857}" | |
| ], | |
| "tileSize": 256 | |
| } | |
| }, | |
| "layers": [ | |
| { | |
| "id": "quebec-wms-layer", | |
| "type": "raster", | |
| "source": "quebec-wms" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment