<span class="type">({{formatLabel aResult}})</span>
<p class="coords">{{aResult.lat}},{{aResult.lon}}</p>
- <a class="btn btn-default btn-xs details" href="details.html?place_id={{aResult.place_id}}">details</a>
+ <a class="btn btn-default btn-xs details" href="details.html?osmtype={{shortOSMType aResult.osm_type}}&osmid={{aResult.osm_id}}">details</a>
</div>
{{/inline}}
link to a details page where you can inspect what data about the object is saved in
the database and investigate how the address of the object has been computed.</p>
- For more information visit the <a href="https://wiki.openstreetmap.org/wiki/Nominatim">Nominatim wiki page</a>.
+ For more information visit the <a href="https://nominatim.org">Nominatim home page</a>.
</div>
{{/if}}