Skip to content

Commit d7072f6

Browse files
committed
PR feedback:
- revert 003a321; something weird happens with node_modules sometimes - document CBD
1 parent cc46c76 commit d7072f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

web/src/common/HelpButton.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<style>
2222
button {
23-
background: none !important;
23+
background: none;
2424
border: 1px solid rgba(0, 0, 0, 0);
2525
}
2626

web/src/context/CBD.svelte

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
import { HelpButton, layerId, roadLineWidth } from "../common";
66
import { assetUrl } from "../stores";
77
8+
// The NPT project bundles together a few layers into one pmtiles file, all
9+
// related to the Cycling By Design guidance
10+
// (https://www.transport.gov.scot/media/50323/cycling-by-design-update-2019-final-document-15-september-2021-1.pdf).
11+
812
let showTraffic = false;
913
let showLos = false;
1014
let showExistingInfra = false;

0 commit comments

Comments
 (0)