X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/f51f2a70794858f9c8fb5d75ecd40fd1e4ec3897..200f60bc3a38adc7ae5e9acbbbf0565b715bdb80:/src/pages/DetailsPage.svelte diff --git a/src/pages/DetailsPage.svelte b/src/pages/DetailsPage.svelte index e9c7482..a8bb120 100644 --- a/src/pages/DetailsPage.svelte +++ b/src/pages/DetailsPage.svelte @@ -1,27 +1,28 @@ -{#if errorResponse} - {errorResponse.error.message} -{/if} -{#if aPlace} -
Name | -
- {#each Object.keys(aPlace.names) as name}
-
- {aPlace.names[name]} ({name})
-
- {/each}
- |
-
Type | -{aPlace.category}:{aPlace.type} | -
Last Updated | -{aPlace.indexed_date} | -
Admin Level | -{aPlace.admin_level} | -
Search Rank | -{aPlace.rank_search} | -
Address Rank | -{aPlace.rank_address} ({formatAddressRank(aPlace.rank_address)}) | -
Importance | -
+ |
-
Coverage | -{coverageType(aPlace)} | -
Centre Point (lat,lon) | -
+ |
-
OSM | -{@html osmLink(aPlace)} - |
- Place Id - (on this server) - | -{aPlace.place_id} | -
Wikipedia Calculated | -{@html wikipediaLink(aPlace)} | -
Computed Postcode | -{aPlace.calculated_postcode} | -
Address Tags | -
- {#each Object.keys(aPlace.addresstags) as name}
-
- {aPlace.addresstags[name]} ({name})
-
- {/each}
- |
-
Extra Tags | -
- {#each Object.keys(aPlace.extratags) as name}
-
- {aPlace.extratags[name]} ({name})
-
- {/each}
- |
-
Local name | @@ -202,59 +175,77 @@||||||
---|---|---|---|---|---|---|
Linked Places | ||||||
Linked Places | ||||||
Keywords | ||||||
Name Keywords | ||||||
{formatKeywordToken(keyword.token)} | - {#if keyword.id} -word id: {keyword.id} | - {/if} -|||||
Keywords | ||||||
Address Keywords | ||||||
{formatKeywordToken(keyword.token)} | - {#if keyword.id} -word id: {keyword.id} | + {#if place_has_keywords(aPlace)} +|||||
Name Keywords | ||||||
{formatKeywordToken(keyword.token)} | + {#if keyword.id} +word id: {keyword.id} | + {/if} +|||||
Address Keywords | ||||||
{formatKeywordToken(keyword.token)} | + {#if keyword.id} +word id: {keyword.id} | + {/if} +|||||
- display keywords - | -||||||
Place has no keywords | ||||||
+ display keywords + | +||||||
Parent Of | ||||||
{type} | ||||||
Parent Of | ||||||
{type} | ||||||
There are more child objects which are not shown. | ||||||
Place is not parent of other places | ||||||