Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
aapeliv committed Sep 20, 2024
1 parent 0ecb155 commit fef052b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/web/components/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ export default function Map({
container: containerRef.current,
hash: hash ? "loc" : false,
interactive: interactive,
style:
"https://cdn.couchers.org/maps/couchers-basemap-style-v1.json",
style: "https://cdn.couchers.org/maps/couchers-basemap-style-v1.json",
transformRequest,
zoom: initialZoom,
});
Expand Down

0 comments on commit fef052b

Please sign in to comment.