diff --git a/inspector.html b/inspector.html index 624f10ca9..8f6f088bd 100644 --- a/inspector.html +++ b/inspector.html @@ -5,14 +5,12 @@ <title>MapComplete statistics</title> <meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport"> <link href="./css/mobile.css" rel="stylesheet"/> - <link href="./css/openinghourstable.css" rel="stylesheet"/> <link href="./css/tagrendering.css" rel="stylesheet"/> - <link href="css/ReviewElement.css" rel="stylesheet"/> <link href="./css/index-tailwind-output.css" rel="stylesheet"/> <link href="./css/wikipedia.css" rel="stylesheet"/> </head> <body> -<div id="main">Loading statistics...</div> +<div id="main">Loading inspector...</div> <script src="./src/UI/InspectorGUI.svelte" type="module"></script> <script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js" crossorigin="anonymous" integrity="sha384-QfJMxHNngbaF6IXH2kBwubsLYh7GVSFmJOX1O1YKJBq+zv1VVypB9BysTzyG1D1U"></script> diff --git a/src/Logic/Search/OpenLocationCodeSearch.ts b/src/Logic/Search/OpenLocationCodeSearch.ts index 299ced97f..a41fd3772 100644 --- a/src/Logic/Search/OpenLocationCodeSearch.ts +++ b/src/Logic/Search/OpenLocationCodeSearch.ts @@ -1,10 +1,5 @@ -import { Store, Stores, UIEventSource } from "../UIEventSource" -import GeocodingProvider, { - GeocodeResult, - GeocodingOptions, - ReverseGeocodingProvider, - ReverseGeocodingResult, -} from "./GeocodingProvider" +import { Store, Stores } from "../UIEventSource" +import GeocodingProvider, { GeocodeResult, GeocodingOptions } from "./GeocodingProvider" import { decode as pluscode_decode } from "pluscodes" export default class OpenLocationCodeSearch implements GeocodingProvider { diff --git a/statistics.html b/statistics.html index 35b3cf327..6b62b9d56 100644 --- a/statistics.html +++ b/statistics.html @@ -5,9 +5,7 @@ <title>MapComplete statistics</title> <meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport"> <link href="./css/mobile.css" rel="stylesheet"/> - <link href="./css/openinghourstable.css" rel="stylesheet"/> <link href="./css/tagrendering.css" rel="stylesheet"/> - <link href="css/ReviewElement.css" rel="stylesheet"/> <link href="./css/index-tailwind-output.css" rel="stylesheet"/> <link href="./css/wikipedia.css" rel="stylesheet"/> </head>