From 078cf392c6d8abc8f39cf8c6f8db8143561463e8 Mon Sep 17 00:00:00 2001 From: Fabio Date: Mon, 9 Feb 2026 03:43:25 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6f75114..12849e0 100644 --- a/README.md +++ b/README.md @@ -76,16 +76,15 @@ deve dare ``` { "name": "Italy Terrain RGB", - "description": "Copernicus DSM 10m encoded as Mapbox Terrain-RGB", - "format": "png", - "type": "baselayer", - "version": "1.0", - "minzoom": "5", - "maxzoom": "14", - "bounds": "6.0,36.0,19.0,47.0", - "center": "12.0,42.0,6", - "attribution": "EU Copernicus DSM 10m" - } + "description": "Copernicus DSM 10m encoded as Mapbox Terrain-RGB", + "format": "png", + "type": "baselayer", + "version": "1.0", + "minzoom": "5", + "maxzoom": "14", + "bounds": "6.0,36.0,19.0,47.0", + "center": "12.0,42.0,6", + "attribution": "EU Copernicus DSM 10m" } ```