From f145f00b5ec49f03f3ac3c3329306d978f40a7bf Mon Sep 17 00:00:00 2001 From: petr-hajek Date: Tue, 17 Sep 2024 15:36:22 +0200 Subject: [PATCH] test deploy --- src/components/Map/map.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Map/map.jsx b/src/components/Map/map.jsx index a1799ec..b77bcf1 100644 --- a/src/components/Map/map.jsx +++ b/src/components/Map/map.jsx @@ -51,13 +51,14 @@ export default function Map() { map.current = new maptilersdk.Map({ container: mapContainer.current, // more about map styles: https://docs.maptiler.com/sdk-js/api/map-styles/ - style: "ca4edf54-111a-4225-b8b8-5fd0b17991dd", // This is an id of a custom map, if you don't want to create a custom map you can use for example: + style: "ca4edf54-111a-4225-b8b8-5fd0b17991dd", // This is an id of a custom map. + // If you don't want to create a custom map, you can use for example: // style: maptilersdk.MapStyle.BACKDROP, center: [center.lng, center.lat], zoom: zoom, hash: true, terrain: true, - terrainControl: true, + // terrainControl: true, }); //change map pitch when terrain is loaded