Nominatim/lib/template/includes/introduction.php

10 lines
586 B
PHP
Raw Normal View History

<h2>Welcome to Nominatim</h2>
2017-10-21 14:24:02 +03:00
<p>Nominatim is a search engine for <a href="https://www.openstreetmap.org">OpenStreetMap</a>
2017-10-30 14:36:20 +03:00
data. This is the debugging interface. You may search for a name or address (forward search) or
look up data by its geographic coordinate (reverse search). Each result comes with a
2016-01-24 11:22:49 +03:00
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>
2017-10-21 14:24:02 +03:00
For more information visit the <a href="https://wiki.openstreetmap.org/wiki/Nominatim">Nominatim wiki page</a>.