Skip to content

Commit

Permalink
A couple of final cleanup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Feb 23, 2024
1 parent ad12d4c commit af74246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
File renamed without changes
6 changes: 2 additions & 4 deletions src/lib/browse/layers/points/RailwayStations.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { Checkbox } from "lib/govuk";
import { layerId } from "lib/maplibre";
import { GeoJSON, SymbolLayer } from "svelte-maplibre";
import railwayStation from "../../../../../assets/train.png?url";
import railwayStation from "../../../../../assets/railway_station.png?url";
import OsmLicense from "../OsmLicense.svelte";
let name = "railway_stations";
Expand All @@ -29,9 +29,7 @@
</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>
Icon from <a href="https://www.nationalrail.co.uk/">National Rail</a>
</p>
<OsmLicense />
</HelpButton>
Expand Down

0 comments on commit af74246

Please sign in to comment.