Skip to content

Instantly share code, notes, and snippets.

@daehli
Last active March 17, 2026 21:36
Show Gist options
  • Select an option

  • Save daehli/037f287e15a62a2514e8c3021ebb515a to your computer and use it in GitHub Desktop.

Select an option

Save daehli/037f287e15a62a2514e8c3021ebb515a to your computer and use it in GitHub Desktop.
quebec.json
{
"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