Skip to content

Commit

Permalink
Remove old commented code. Don't need geocoder in the demo here, and …
Browse files Browse the repository at this point in the history
…the trouble of preserving the (alt) tag in the list isn't worth it
  • Loading branch information
dabreegster committed Jul 8, 2024
1 parent dbe5be6 commit da0f1c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/lib/sidebar/PerSchemeControls.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@
{/if}
{cfg.interventionName(feature)}
</a>
<!--{#if $schema === "pipeline" && feature.properties.pipeline?.is_alternative}
<span>&nbsp;(alternative)</span>
{/if}-->
</li>
{/each}
</ol>
Expand Down
1 change: 0 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
}}
bind:map={$map}
>
<!--<Geocoder position="top-right" />-->
<BoundaryLayer {boundaryGeojson} fitBoundsAtStart />
<InterventionLayer />
<ImageLayer />
Expand Down

0 comments on commit da0f1c2

Please sign in to comment.