Skip to content

Instantly share code, notes, and snippets.

@zabop
Created July 23, 2024 17:38
Show Gist options
  • Save zabop/cf812f8d9d1697f1eb4d0a93fbcf5e3c to your computer and use it in GitHub Desktop.
Save zabop/cf812f8d9d1697f1eb4d0a93fbcf5e3c to your computer and use it in GitHub Desktop.
services:
tms:
use_grid_names: true
origin: 'nw'
layers:
- name: italyparcels
title: italyparcels
sources: [ItalyCache]
caches:
ItalyCache:
grids: [webmercator]
sources: [ItalyWMS]
cache:
type: file
directory: cached_tms
directory_layout: tms
sources:
ItalyWMS:
type: wms
req:
url: https://wms.cartografia.agenziaentrate.gov.it/inspire/wms/ows01.php?language=ita&
layers: CP.CadastralParcel,strade,vestizioni,province,codice_plla,fabbricati,CP.CadastralZoning,acque,simbolo_graffa,copyright
supported_srs: ['EPSG:25832']
grids:
webmercator:
base: GLOBAL_WEBMERCATOR
globals:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment