<!DOCTYPE html>
<html lang="en">
<head>
+ <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<title>OpenStreetMap Nominatim</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script id="searchpage-template" type="text/x-handlebars-template">
{{#*inline "partial_one_result"}}
<div class="result" data-position="{{iResNum}}">
- {{#if aResult.icon}}
- {{!-- <img src="{{env.Images_Base_Url}}{{aResult.icon}}" /> --}}
- {{formatMapIcon aResult.icon}}
- {{/if}}
+ {{formatMapIcon aResult}}
<span class="name">{{aResult.display_name}}</span>
<span class="type">({{formatLabel aResult}})</span>
</div>
<div class="form-group search-button-group">
<button type="submit" class="btn btn-primary btn-sm mx-1">Search</button>
- {{#if env.Search_AreaPolygons}}
- <input type="hidden" value="1" name="polygon_geojson" />
- {{/if}}
<input type="hidden" name="viewbox" value="{{sViewBox}}" />
<div class="form-check form-check-inline">
<input type="checkbox" class="form-check-input"