From b014a4cbc75a48e6717fc96df02023a94d8fe4f9 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 28 Oct 2023 15:21:01 +0200 Subject: [PATCH] Example Interaction: Add URL hash This make the zoom visible in https://visgl.github.io/react-map-gl/examples/interaction --- examples/interaction/src/app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/interaction/src/app.tsx b/examples/interaction/src/app.tsx index 13dc46e01..502b329c3 100644 --- a/examples/interaction/src/app.tsx +++ b/examples/interaction/src/app.tsx @@ -46,6 +46,7 @@ export default function App() { {...settings} mapStyle="mapbox://styles/mapbox/dark-v9" mapboxAccessToken={MAPBOX_TOKEN} + hash />