From aa624e2c60c6152322240e529c3d64129cad93f7 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Thu, 23 Oct 2025 18:58:33 +0200 Subject: [PATCH] renaming --- .../lib/components/map/custom-control/CustomControl.svelte | 2 +- .../custom-control/{CustomControl.ts => custom-control.ts} | 0 .../lib/components/map/layer-control/LayerControl.svelte | 2 +- .../layer-control/{OverpassLayer.ts => overpass-layer.ts} | 0 .../map/street-view-control/StreetViewControl.svelte | 6 ++---- .../map/street-view-control/{Google.ts => google.ts} | 0 .../map/street-view-control/{Mapillary.ts => mapillary.ts} | 0 7 files changed, 4 insertions(+), 6 deletions(-) rename website/src/lib/components/map/custom-control/{CustomControl.ts => custom-control.ts} (100%) rename website/src/lib/components/map/layer-control/{OverpassLayer.ts => overpass-layer.ts} (100%) rename website/src/lib/components/map/street-view-control/{Google.ts => google.ts} (100%) rename website/src/lib/components/map/street-view-control/{Mapillary.ts => mapillary.ts} (100%) diff --git a/website/src/lib/components/map/custom-control/CustomControl.svelte b/website/src/lib/components/map/custom-control/CustomControl.svelte index 7e4f827b..26600a1f 100644 --- a/website/src/lib/components/map/custom-control/CustomControl.svelte +++ b/website/src/lib/components/map/custom-control/CustomControl.svelte @@ -1,5 +1,5 @@