X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/c636646759d9c541f7baf19812be18d002a8ce1d..f5a2de8df679bee5d57eb4f4134143991bfbb137:/src/pages/DeletablePage.svelte?ds=sidebyside diff --git a/src/pages/DeletablePage.svelte b/src/pages/DeletablePage.svelte index 27e881a..82f0ee6 100644 --- a/src/pages/DeletablePage.svelte +++ b/src/pages/DeletablePage.svelte @@ -1,7 +1,10 @@ +

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.

@@ -28,19 +33,18 @@ - - + {#each aPolygons as polygon} - + + -
Place id Country Code NameOSM idOSM typeOSM object Class Type
{polygon.place_id}{polygon.place_id} {polygon.country_code} {polygon.name} {@html osmLink(polygon)}{polygon.osm_type} {polygon.class} {polygon.type}