]> git.openstreetmap.org Git - nominatim-ui.git/blob - src/components/Welcome.svelte
DetailsLink: use place_id if place does not have osmtype,id
[nominatim-ui.git] / src / components / Welcome.svelte
1 <div id="welcome">
2   <h2>Welcome to Nominatim</h2>
3
4   <p>
5     Nominatim is a search engine for
6     <a href="https://www.openstreetmap.org">OpenStreetMap</a> data. This
7     is the debugging interface. You may search for a name or address
8     (forward search) or look up data by its geographic coordinate (reverse
9     search). Each result comes with a link to a details page where you
10     can inspect what data about the object is saved in the database and
11     investigate how the address of the object has been computed.
12   </p>
13
14   For more information visit the
15   <a href="https://nominatim.org">Nominatim home page</a>.
16 </div>