Skip to content

Commit

Permalink
fix map
Browse files Browse the repository at this point in the history
  • Loading branch information
jnakaso committed Feb 15, 2025
1 parent 3082bf7 commit b21cffd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/GFLMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ export const GFLMap = () => {
{...viewState}
ref={markerRef}
onMove={(evt) => setViewState(evt.viewState)}
mapStyle={`${import.meta.env.VITE_MAP_STYLE}?key=${
import.meta.env.VITE_MAPTILER_API_KEY
}`}
mapStyle={`${import.meta.env.VITE_MAP_STYLE}?key=${import.meta.env.VITE_MAPTILER_API_KEY}`}
>
<FullscreenControl position="top-left" />
<NavigationControl position="top-left" />
Expand Down

0 comments on commit b21cffd

Please sign in to comment.