]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/templates/searchpage.hbs
handlebar 4.1 => 4.5
[nominatim-ui.git] / src / templates / searchpage.hbs
index 479bdd41381d5b4a3cdf9c45b3e2af469247cf83..65e8bada4c009bf46d6777ad82d04980b6eadbec 100644 (file)
@@ -6,7 +6,7 @@
         {{/if}}
 
         <span class="name">{{aResult.display_name}}</span>
-        <span class="type">{{formatLabel aResult}}</span>
+        <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>
@@ -21,7 +21,7 @@
     <div class="form-group search-button-group">
         <button type="submit" class="btn btn-primary btn-sm">Search</button>
         {{#if env.Search_AreaPolygons}}
-            <input type="hidden" value="1" name="polygon" />
+            <input type="hidden" value="1" name="polygon_geojson" />
         {{/if}}
         <input type="hidden" name="viewbox" value="{{sViewBox}}" />
         <div class="checkbox-inline">
         <div id="intro" class="sidebar">
             <h2>Welcome to Nominatim</h2>
 
-            <p>Nominatim is a search engine for <a href="http://www.openstreetmap.org">OpenStreetMap</a>
+            <p>Nominatim is a search engine for <a href="https://www.openstreetmap.org">OpenStreetMap</a>
             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
             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="http://wiki.openstreetmap.org/wiki/Nominatim">Nominatim wiki page</a>.
+            For more information visit the <a href="https://wiki.openstreetmap.org/wiki/Nominatim">Nominatim wiki page</a>.
         </div>
 
     {{/if}}