X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/f51f2a70794858f9c8fb5d75ecd40fd1e4ec3897..437201f4e2c0a9e2fc25ac3dc51d67f11c351728:/src/pages/DeletablePage.svelte?ds=sidebyside diff --git a/src/pages/DeletablePage.svelte b/src/pages/DeletablePage.svelte index 1d6b91e..82f0ee6 100644 --- a/src/pages/DeletablePage.svelte +++ b/src/pages/DeletablePage.svelte @@ -3,6 +3,7 @@ import { fetch_from_api, update_html_title } from '../lib/api_utils.js'; import { osmLink } from '../lib/helpers.js'; + import Header from '../components/Header.svelte'; import DetailsLink from '../components/DetailsLink.svelte'; let aPolygons = []; @@ -16,13 +17,15 @@ onMount(loaddata); +

Deletable

- {aPolygons.length} objects have been deleted in OSM but are still in the Nominatim database. + {aPolygons.length} objects have been deleted in OSM but + are still in the Nominatim database.

@@ -30,8 +33,7 @@ - - + @@ -41,8 +43,8 @@ + -
Place id Country Code NameOSM idOSM typeOSM object Class Type {polygon.place_id} {polygon.country_code} {polygon.name} {@html osmLink(polygon)}{polygon.osm_type} {polygon.class} {polygon.type}