4   <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
 
   5   <title>OpenStreetMap Nominatim</title>
 
   6   <meta name="viewport" content="width=device-width, initial-scale=1">
 
   8   <link rel="icon" type="image/png" href="/assets/images/favicon-194x194.png" sizes="194x194" />
 
   9   <link rel="icon" type="image/png" href="/assets/images/favicon-16x16.png" sizes="16x16" />
 
  11   <link href="assets/css/leaflet.css" rel="stylesheet" />
 
  12   <link href="assets/css/Control.MiniMap.min.css" rel="stylesheet" />
 
  13   <link href="assets/css/bootstrap.min.css" rel="stylesheet" />
 
  14   <link href="assets/css/common.css" rel="stylesheet" />
 
  15   <link href="assets/css/search.css" rel="stylesheet" type="text/css" />
 
  16   <link href="assets/css/details.css" rel="stylesheet" type="text/css" />
 
  20   <div id="error-overlay"></div>
 
  22   <header class="container-fluid">
 
  27             <img alt="logo" src="assets/images/osm_logo.120px.png" width="30" height="30"/>
 
  32       <div id="last-updated" class="col-4 text-center">
 
  33         <div id="loading">loading...</div>
 
  34         Data from <a id="api-request-link" href="">API request</a>
 
  37         <span id="data-date"></span>
 
  39       <div class="col-4 text-right">
 
  40         <div class="dropdown">
 
  41           <button class="dropdown-toggle btn btn-sm btn-outline-secondary" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
 
  44           <div class="dropdown-menu dropdown-menu-right">
 
  45             <a class="dropdown-item" href="https://nominatim.org/release-docs/develop/api/Overview/" target="_blank">API Reference</a>
 
  46             <a class="dropdown-item" href="https://nominatim.org/release-docs/develop/api/Faq/" target="_blank">FAQ</a>
 
  47             <a class="dropdown-item" href="https://help.openstreetmap.org/tags/nominatim/">OpenStreetMap Help</a>
 
  48             <a class="dropdown-item" href="https://github.com/osm-search/Nominatim">Nominatim on Github</a>
 
  49             <a class="dropdown-item" href="https://github.com/osm-search/nominatim-ui">This frontend on Github</a>
 
  50             <div class="dropdown-divider"></div>
 
  51             <a class="dropdown-item" href="#" data-toggle="modal" data-target="#report-modal">Report problem with results</a>
 
  58   <div class="modal fade" id="report-modal">
 
  59     <div class="modal-dialog">
 
  60       <div class="modal-content">
 
  61         <div class="modal-header">
 
  62           <h4 class="modal-title">Report a problem</h4>
 
  63           <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
 
  65         <div class="modal-body">
 
  67             Before reporting problems please read the <a target="_blank" href="https://nominatim.org/release-docs/develop/api/Overview/">user documentation</a>
 
  69             <a target="_blank" href="https://nominatim.org/release-docs/develop/api/Faq/">FAQ</a>.
 
  71             If your problem relates to the address of a particular search result please use the 'details' link 
 
  72             to check how the address was generated before reporting a problem.
 
  75             Use <a target="_blank" href="https://github.com/osm-search/Nominatim/issues">Nominatim issues on github</a>
 
  79             Please ensure that you include a full description of the problem, including the search
 
  80             query that you used, the problem with the result and, if the problem relates to missing data,
 
  81             the osm type (node, way, relation) and id of the item that is missing.
 
  84             Problems that contain enough detail are likely to get looked at before ones that require
 
  88         <div class="modal-footer">
 
  89           <button type="button" class="btn btn-outline-secondary" data-dismiss="modal">OK</button>
 
  99     <p class="disclaimer">
 
 100       Addresses and postcodes are approximate
 
 102     <p class="copyright">
 
 103       © <a href="https://osm.org/copyright">OpenStreetMap</a> contributors
 
 107   <script src="assets/js/jquery.min.js"></script>
 
 108   <script src="assets/js/bootstrap.bundle.min.js"></script>
 
 109   <script src="assets/js/leaflet.js"></script>
 
 110   <script src="assets/js/Control.MiniMap.min.js"></script>
 
 111   <script src="assets/js/handlebars.min.js"></script>
 
 112   <script src="assets/js/url-search-params.js"></script>
 
 114   <script src="config.js"></script>
 
 115   <script src="handlebar_helpers.js"></script>
 
 117   <script src="assets/js/nominatim-ui.js"></script>