{#if aPlace}

{aPlace.localname || `${formatOSMType(aPlace.osm_type)} ${aPlace.osm_id}` } link to this page

{#if aPlace.names && typeof (aPlace.names) === 'object' && Object.keys(aPlace.names).length} {:else} No Name {/if} {aPlace.category}:{aPlace.type}{aPlace.indexed_date} {#if (isAdminBoundary(aPlace)) } {aPlace.admin_level} {/if} {aPlace.rank_search} {aPlace.rank_address} ({formatAddressRank(aPlace.rank_address)}) {#if aPlace.calculated_importance} {aPlace.calculated_importance} {#if !aPlace.importance} (estimated){/if} {/if} {coverageType(aPlace)} {aPlace.centroid.coordinates[1]},{aPlace.centroid.coordinates[0]} {@html osmLink(aPlace)} {aPlace.place_id} ( on this server ) {#if aPlace.calculated_wikipedia} {@html wikipediaLink(aPlace)} {/if} {#if aPlace.calculated_postcode} {aPlace.calculated_postcode} {/if}

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}

There are more child objects which are not shown.

{/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}

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