]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/pages/DeletablePage.svelte
remove OSM type column from deletable and polygons page
[nominatim-ui.git] / src / pages / DeletablePage.svelte
index 0748b5cbe9522783d5a6ef62700f7122c58cd67a..82f0ee63f8daa2ae443934ca0166a170fb472424 100644 (file)
@@ -33,8 +33,7 @@
           <th>Place id</th>
           <th>Country Code</th>
           <th>Name</th>
-          <th>OSM id</th>
-          <th>OSM type</th>
+          <th>OSM object</th>
           <th>Class</th>
           <th>Type</th>
         </thead>
@@ -46,7 +45,6 @@
             <td>{polygon.name}</td>
             <!-- eslint-disable-next-line svelte/no-at-html-tags -->
             <td>{@html osmLink(polygon)}</td>
-            <td>{polygon.osm_type}</td>
             <td>{polygon.class}</td>
             <td>{polygon.type}</td>
           </tr>