Skip to content

Commit

Permalink
Change from 3+ to >3
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Oct 17, 2024
1 parent 23b0379 commit 8d16b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/browse/layers/lines/PavementWidths.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
let title = "OS Pavement widths";
let colorScale = ["black", "red", "orange", "green"];
let limits = [0, 1.5, 2, 3, 100];
let describeLimits = ["0-1.5m", "1.5-2m", "2-3m", "3+m"];
let describeLimits = ["0-1.5m", "1.5-2m", "2-3m", ">3m"];
let show = showHideLayer(name);
Expand Down

0 comments on commit 8d16b3c

Please sign in to comment.