Skip to content

Commit

Permalink
Replace maptiler key
Browse files Browse the repository at this point in the history
  • Loading branch information
AmiyaSX committed Nov 13, 2024
1 parent a43d961 commit 82a1d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/student/map/_components/MapComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export function MapComponent({
[18.063, 59.345],
[18.079, 59.35]
]}
mapStyle="https://api.maptiler.com/maps/977e9770-60b4-4b8a-94e9-a9fa8db4c68d/style.json?key=57xj41WPFBbOEWiVSSwL">
mapStyle="https://api.maptiler.com/maps/376fa556-c405-4a91-8e9e-15be82eb3a58/style.json?key=mgMcr2yF2fWUHzf27ygv">
<Layer {...backgroundLayerStyle}></Layer>

{/** Order sensitive! */}
Expand Down
2 changes: 1 addition & 1 deletion src/app/student/map/editor/EditorMapComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default function EditorMapComponent({
[18.063, 59.345],
[18.079, 59.35]
]}
mapStyle="https://api.maptiler.com/maps/977e9770-60b4-4b8a-94e9-a9fa8db4c68d/style.json?key=57xj41WPFBbOEWiVSSwL">
mapStyle="https://api.maptiler.com/maps/376fa556-c405-4a91-8e9e-15be82eb3a58/style.json?key=mgMcr2yF2fWUHzf27ygv">
<Layer {...backgroundLayerStyle}></Layer>

{/** Order sensitive! */}
Expand Down

0 comments on commit 82a1d48

Please sign in to comment.