Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/src/views/components/map/LocationMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const LocationMap: FC<Props> = ({ position, className, height }) => {

<TileLayer
attribution='&amp;copy <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
url="https://cdn.lima-labs.com/{z}/{x}/{y}.png?api=demo."
/>

<BusStops />
Expand Down