diff --git a/src/lib/browse/Filters.svelte b/src/lib/browse/Filters.svelte deleted file mode 100644 index e3faf4546..000000000 --- a/src/lib/browse/Filters.svelte +++ /dev/null @@ -1,277 +0,0 @@ - - - - Reset all filters - - - - - ($filterInterventionText = "")}> - Clear - - - - - ($filterSchemeText = "")}> - Clear - - - - - - - - Showing {schemesToBeShown.size.toLocaleString()} schemes ({counts.route.toLocaleString()} - routes, {counts.area.toLocaleString()} areas, - {counts.crossing.toLocaleString()} crossings, {counts.other.toLocaleString()} - other, with total LineString length of {metersToMiles( - counts.totalLength, - ).toFixed(1)} miles) - - diff --git a/src/lib/browse/InterventionColorSelector.svelte b/src/lib/browse/InterventionColorSelector.svelte deleted file mode 100644 index cdc4ae36f..000000000 --- a/src/lib/browse/InterventionColorSelector.svelte +++ /dev/null @@ -1,46 +0,0 @@ - - - + (filterInterventionText = "")}> + Clear + + + + + + + + + {:else} + + + (filterInterventionText = "")}> + Clear + + + + + + + + {/if} + + {#if $lcwipSchemes.size > 0} + + LCWIP schemes + + +

+ Please note there are data + quality caveats for all scheme data: +

+
    + {#each $lcwipSchemesGj.notes ?? [] as note} +
  • {note}

  • + {/each} +
+
+
+
+ + + + 0} + [ + f.properties.full_name, + `${f.properties.name} (${f.properties.level})`, + ])} /> - - + {/if} + Start diff --git a/src/pages/SketchSchemes.svelte b/src/pages/SketchSchemes.svelte index c86cfbb88..e33885ba1 100644 --- a/src/pages/SketchSchemes.svelte +++ b/src/pages/SketchSchemes.svelte @@ -1,5 +1,5 @@