{#snippet subheader()} {/snippet}
{#if aPlace}

{aPlace.localname || `${formatOSMType(aPlace.osm_type)} ${aPlace.osm_id}` }

{#if (isAdminBoundary(aPlace)) } {/if} {#if aPlace.calculated_importance} {/if} {#if aPlace.calculated_wikipedia} {/if}
Name {#if aPlace.names && typeof (aPlace.names) === 'object' && Object.keys(aPlace.names).length} {:else} No Name {/if}
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 {aPlace.calculated_importance} {#if !aPlace.importance} (estimated){/if}
Coverage{coverageType(aPlace)}
Centre Point (lat,lon) {aPlace.centroid.coordinates[1]},{aPlace.centroid.coordinates[0]}
OSM
Place Id {aPlace.place_id} ( on this server )
Wikipedia Calculated
Computed Postcode {#if aPlace.calculated_postcode} {aPlace.calculated_postcode} {/if}
Address Tags
Extra Tags

Address

{#if aPlace.address} {#each aPlace.address as addressLine} {/each} {/if} {#if aPlace.linked_places} {#each aPlace.linked_places as addressLine} {/each} {/if} {#if !reverse_only} {#if api_request_params.keywords} {#if place_has_keywords(aPlace)} {#each aPlace.keywords.name as keyword} {#if keyword.id} {/if} {/each} {#if aPlace.keywords.address} {#each aPlace.keywords.address as keyword} {#if keyword.id} {/if} {/each} {/if} {:else} {/if} {:else} {/if} {/if} {#if api_request_params.hierarchy} {#if aPlace.hierarchy && typeof (aPlace.hierarchy) === 'object' && Object.keys(aPlace.hierarchy).length} {#each Object.keys(aPlace.hierarchy) as type} {#each aPlace.hierarchy[type] as line} {/each} {/each} {#if Object.keys(aPlace.hierarchy) > 500} {/if} {:else} {/if} {:else} {/if}
Local name Type OSM Address rank Admin level Distance

Linked Places

Keywords

Name Keywords

{formatKeywordToken(keyword.token)}word id: {keyword.id}

Address Keywords

{formatKeywordToken(keyword.token)}word id: {keyword.id}
Place has no keywords
display keywords

Parent Of

{type}

There are more child objects which are not shown.

Place is not parent of other places
display child places
{:else if (window.location.search !== '' && api_request_finished)} No such place found. {/if}