Skip to content

Commit

Permalink
PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete-Y-CS committed Aug 8, 2023
1 parent 81dcbbc commit e501da8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/lib/browse/PointAmenityLayerControl.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { colors } from "./colors";
// This name is used for multiple things:
// - The name of a .pmtiles file
// - The name of a .geojson file
// - The layer name within that file
// - The layer name, for layerZorder
// - A color name in colors.ts
Expand Down
2 changes: 1 addition & 1 deletion src/lib/browse/SportsSpacesLayerControl.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
href="https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dpitch"
>
sports pitches
</ExternalLink>, and <ExternalLink
</ExternalLink> and <ExternalLink
href="https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dsports_centre"
>
sports centres
Expand Down
3 changes: 1 addition & 2 deletions src/lib/browse/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ export const colors = {
schools: "#007DBB",
hospitals: "#B73D25",
mrn: "#006478",
green_spaces: "green",
sports_spaces: "#013220",
railway_stations: "#7BD352",
railway_stations: "#A52A2A",
parliamentary_constituencies: "#006E59",
wards: "purple",
combined_authorities: "cyan",
Expand Down
1 change: 0 additions & 1 deletion src/maplibre_helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ const layerZorder = [
// Then smaller optional layers on top
"schools",
"hospitals",
"green_spaces",
"sports_spaces",
"mrn",
"railway_stations",
Expand Down

0 comments on commit e501da8

Please sign in to comment.