Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OSM-based layers. #526 #527

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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 src/lib/browse/layers/lines/BusRoutes.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
shows whether the road has a bus lane or not.
</p>
<p>
Note this data is from OpenStreetMap (as of 9 August 2023), not <ExternalLink
Note this data is from OpenStreetMap (as of 20 October 2024), not <ExternalLink
href="https://gtfs.org"
>
GTFS
Expand Down
2 changes: 1 addition & 1 deletion src/lib/browse/layers/lines/CyclePaths.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<span slot="help">
<p>
This shows different types of cycle path, according to OpenStreetMap (as
of 15 August 2023).
of 20 October 2024).
</p>
<ul>
<li>
Expand Down
5 changes: 4 additions & 1 deletion src/lib/browse/layers/lines/Gradients.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
</span>
<span slot="controls">
<SequentialLegend {colorScale} {limits} />
<p><img src={chevron} alt="arrow">Arrows point uphill</p>
<p>
<img src={chevron} alt="arrow" />
Arrows point uphill
</p>
</span>
</LayerControl>

Expand Down
2 changes: 1 addition & 1 deletion src/lib/browse/layers/lines/Trams.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<span slot="help">
<p>
This shows all trams and light rail lines, according to OpenStreetMap (as
of 7 February 2024). When these are close to a scheme, interactions
of 20 October 2024). When these are close to a scheme, interactions
between the modes must be designed carefully.
</p>
<OsmLicense />
Expand Down
2 changes: 1 addition & 1 deletion src/lib/browse/layers/points/Crossings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
href="https://wiki.openstreetmap.org/wiki/Key:crossing"
>
crossing
</ExternalLink> data from OpenStreetMap (as of 9 August 2023).
</ExternalLink> data from OpenStreetMap (as of 20 October 2024).
</p>
<OsmLicense />
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/browse/layers/points/CycleParking.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
href="https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_parking"
>
OpenStreetMap
</ExternalLink> (as of 9 August 2023). The type of parking, public/private
</ExternalLink> (as of 20 October 2024). The type of parking, public/private
access, and whether it's covered are not shown.
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/browse/layers/points/Education.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<span slot="help">
<p>
This shows different places of education according to OpenStreetMap (as of
07 February 2024).
20 October 2024).
</p>
<OsmLicense />
</span>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/browse/layers/points/Hospitals.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
href="https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital"
>
hospital
</ExternalLink> data from OpenStreetMap (as of 9 August 2023). It doesn't include
outpatient clinics or individual doctor's offices.
</ExternalLink> data from OpenStreetMap (as of 20 October 2024). It doesn't
include outpatient clinics or individual doctor's offices.
</p>
<OsmLicense />
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/browse/layers/points/RailwayStations.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
href="https://wiki.openstreetmap.org/wiki/Tag:railway%3Dstation"
>
railway station
</ExternalLink> data from OpenStreetMap (as of 9 August 2023).
</ExternalLink> data from OpenStreetMap (as of 20 October 2024).
</p>
<p>
Icon from <ExternalLink href="https://www.nationalrail.co.uk/">
Expand Down
2 changes: 1 addition & 1 deletion src/lib/browse/layers/points/SportsSpaces.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
href="https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dsports_centre"
>
sports centres
</ExternalLink> data from OpenStreetMap (as of 9 August 2023).
</ExternalLink> data from OpenStreetMap (as of 20 October 2024).
</p>
<OsmLicense />
</span>
Expand Down
Loading