Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A source will requests tiles from the Get Mapping WMTS in order for them to be cached. The final source looks like this:

Code Block
languageyaml
sources:
  getmapping__2021_UK_100mm__os_gb__wmts:
    type: tile
    grid: getmapping__os_gb__grid
    url: https://www.getmapping.com/GmWMTS/NNNNNNNN-NNNN-NNNN-NNNN-NNNNNNNNNNNN/pbdyORG.wmtsx?Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%%2Fpng&layer=2021_UK_100mm&style=Default&tilematrixset=OsEPSG27700Scales&TileMatrix=%(z)s&TileCol=%(x)s&TileRow=%(y)s
    transparent: true

...