From af36a5005815e6e8f2e02dd86e017f4157b0ac96 Mon Sep 17 00:00:00 2001 From: jlpereira Date: Tue, 9 May 2023 16:38:07 -0300 Subject: [PATCH] Update map vars --- config/mapping.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/mapping.yml b/config/mapping.yml index 7396029..7552f5b 100644 --- a/config/mapping.yml +++ b/config/mapping.yml @@ -1,2 +1,3 @@ --- - map_server_tils: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png +map_tile_server: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png +map_tile_attribution: '© OpenStreetMap contributors'