From d9e99bb357b5dfb66b9fe3076d8856a348dbe0f0 Mon Sep 17 00:00:00 2001 From: Rafael Bantu <34097797+rafaelbantu@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:06:33 -0300 Subject: [PATCH] mapbox token update --- src/app/components/map/Map.html | 2 +- src/app/components/map/Map.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/map/Map.html b/src/app/components/map/Map.html index 5017ae0..1e447a8 100644 --- a/src/app/components/map/Map.html +++ b/src/app/components/map/Map.html @@ -58,7 +58,7 @@ } L.tileLayer( - "https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoiZ2FicmllbC10cmV0dGVsIiwiYSI6ImNrb2RjNWIzYjAwczIyd25yNnUweDNveTkifQ.xRASmGTYm0ieS-FjVrXSjA", + "https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoicXVpamF1YSIsImEiOiJjbHFmd2ptYTAwMncwMmxvMDc1ajBxZmFkIn0.xO0hHwo272ORkTM-gekDMw", { maxZoom: 18, attribution: diff --git a/src/app/components/map/Map.js b/src/app/components/map/Map.js index b22423f..86c3468 100644 --- a/src/app/components/map/Map.js +++ b/src/app/components/map/Map.js @@ -60,7 +60,7 @@ export default html_content = ` } L.tileLayer( - "https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoiZ2FicmllbC10cmV0dGVsIiwiYSI6ImNrb2RjNWIzYjAwczIyd25yNnUweDNveTkifQ.xRASmGTYm0ieS-FjVrXSjA", + "https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoicXVpamF1YSIsImEiOiJjbHFmd2ptYTAwMncwMmxvMDc1ajBxZmFkIn0.xO0hHwo272ORkTM-gekDMw", { maxZoom: 18, attribution: