The type already appears in the ID link.
<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>
<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>
<table class="table table-striped table-hover">
<thead>
- <th>OSM type</th>
- <th>OSM id</th>
+ <th>OSM object</th>
<th>Class</th>
<th>Type</th>
<th>Name</th>
<tbody>
{#each aPolygons as polygon}
<tr>
- <td>{polygon.osm_type}</td>
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
<td>{@html osmLink(polygon)}</td>
<td>{polygon.class}</td>