Skip to content

Commit

Permalink
Add attribution to railway station logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Feb 22, 2024
1 parent cc6c2e3 commit 8361b8e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/lib/browse/layers/points/RailwayStations.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
Popup,
publicResourceBaseUrl,
} from "lib/common";
import railwayStation from "../../../../../assets/train.png?url";
import { Checkbox } from "lib/govuk";
import { layerId } from "lib/maplibre";
import { GeoJSON, SymbolLayer } from "svelte-maplibre";
import railwayStation from "../../../../../assets/train.png?url";
import OsmLicense from "../OsmLicense.svelte";
let name = "railway_stations";
Expand All @@ -28,6 +28,13 @@
railway station
</ExternalLink> data from OpenStreetMap (as of 9 August 2023).
</p>
<p>
Icon from <a
href="https://iconduck.com/sets/font-awesome-icons"
>
Font Awesome Icons
</a>
</p>
<OsmLicense />
</HelpButton>
</span>
Expand Down

0 comments on commit 8361b8e

Please sign in to comment.