Skip to content

Commit

Permalink
Added OSM copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
roseckyj committed May 3, 2024
1 parent 0a2e23b commit cfe5fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function Map(props: IMapProps) {
style={{ width: "100%", height: "100%" }}
zoomControl={false}
>
<TileLayer url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" />
<TileLayer url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" attribution="&copy; OpenStreetMap contributors" />
<MapControls {...props} />
<Marker
position={data.mapCenter}
Expand Down

0 comments on commit cfe5fc3

Please sign in to comment.