Skip to content

Commit

Permalink
Fix above for debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Aug 9, 2024
1 parent 94744ab commit b31a5eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion web/src/DebugMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<div slot="map">
<GeoJSON data={JSON.parse(notNull($model).render())} generateId>
<LineLayer
id="network"
paint={{
"line-width": hoverStateFilter(5, 7),
"line-color": constructMatchExpression(
Expand Down
1 change: 1 addition & 0 deletions web/src/ScoreMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import { map, model, mode, minScore, maxScore } from "./stores";
import NavBar from "./NavBar.svelte";
// TODO Cache
let scoreGj: FeatureCollection<LineString, { score: number }> = JSON.parse(
$model!.makeHeatmap(),
);
Expand Down

0 comments on commit b31a5eb

Please sign in to comment.