We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4125bf8 commit 378e6afCopy full SHA for 378e6af
web/src/layers/OneWayLayer.svelte
@@ -1,6 +1,9 @@
1
<script lang="ts">
2
import { SymbolLayer } from "svelte-maplibre";
3
import { layerId } from "../common";
4
+
5
+ // TODO Figure out if hoverCursor is necessary here, or if svelte-maplibre
6
+ // ignores it when interactive is false
7
</script>
8
9
<SymbolLayer
0 commit comments