Skip to content

Commit

Permalink
Disable 'Roads connected to intersection' by default. It's helpful fo…
Browse files Browse the repository at this point in the history
…r debugging, but otherwise distracting
  • Loading branch information
dabreegster committed Apr 20, 2024
1 parent 7684047 commit 916c2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/common/layers/DynamicConnectedRoads.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { layerId, emptyGeojson } from "../utils";
import { FillLayer, GeoJSON } from "svelte-maplibre";
let show = true;
let show = false;
$: gj =
$network && $hoveredIntersection
Expand Down

0 comments on commit 916c2fa

Please sign in to comment.