Skip to content

Commit

Permalink
[HOTFIX] Replaces map tiler on individual club pages (#115) (#116)
Browse files Browse the repository at this point in the history
Problem
Solution
Note
  • Loading branch information
joneshector authored Aug 26, 2024
1 parent cbef1ef commit f20a048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/OpenStreetMap/ClubOpenStreetMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function ClubOpenStreetMap({ club }: ClubProps) {
>
<TileLayer
//url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
url="https://tiles.stadiamaps.com/tiles/alidade_smooth_dark/{z}/{x}/{y}{r}.png"
url="https://api.maptiler.com/maps/toner-v2/{z}/{x}/{y}.png?key=KFzeqoMZOcvot9qqW4I8"
attribution='&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
/>

Expand Down

0 comments on commit f20a048

Please sign in to comment.