]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
indent templates 2 char instead of 4 char
authormarc tobias <mtmail@gmx.net>
Sat, 30 Nov 2019 16:12:16 +0000 (17:12 +0100)
committermarc tobias <mtmail@gmx.net>
Sat, 30 Nov 2019 16:12:16 +0000 (17:12 +0100)
src/layout.html
src/templates/detailspage-index.hbs
src/templates/detailspage.hbs
src/templates/reversepage.hbs
src/templates/searchpage.hbs

index 9903aab5fcb3f71f66e0f1125fa571650d21b32f..42a23a495daf1f97f2c08fa15dcb633bdfc73e05 100644 (file)
 <!DOCTYPE html>
 <html lang="en">
 <head>
-    <title>OpenStreetMap Nominatim</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1">
+  <title>OpenStreetMap Nominatim</title>
+  <meta name="viewport" content="width=device-width, initial-scale=1">
 
-    <link rel="icon" type="image/png" href="/assets/images/favicon-194x194.png" sizes="194x194" />
-    <link rel="icon" type="image/png" href="/assets/images/favicon-16x16.png" sizes="16x16" />
+  <link rel="icon" type="image/png" href="/assets/images/favicon-194x194.png" sizes="194x194" />
+  <link rel="icon" type="image/png" href="/assets/images/favicon-16x16.png" sizes="16x16" />
 
-    <link href="assets/css/leaflet.css" rel="stylesheet" />
-    <link href="assets/css/Control.MiniMap.min.css" rel="stylesheet" />
-    <link href="assets/css/bootstrap-theme.min.css" rel="stylesheet" />
-    <link href="assets/css/bootstrap.min.css" rel="stylesheet" />
-    <link href="assets/css/common.css" rel="stylesheet" />
-    <link href="assets/css/search.css" rel="stylesheet" type="text/css" />
-    <link href="assets/css/details.css" rel="stylesheet" type="text/css" />
+  <link href="assets/css/leaflet.css" rel="stylesheet" />
+  <link href="assets/css/Control.MiniMap.min.css" rel="stylesheet" />
+  <link href="assets/css/bootstrap-theme.min.css" rel="stylesheet" />
+  <link href="assets/css/bootstrap.min.css" rel="stylesheet" />
+  <link href="assets/css/common.css" rel="stylesheet" />
+  <link href="assets/css/search.css" rel="stylesheet" type="text/css" />
+  <link href="assets/css/details.css" rel="stylesheet" type="text/css" />
 </head>
 <body id="BODYID">
 
-    <div id="error-overlay">
-        You need Javascript enabled to view this page.
-    </div>
+  <div id="error-overlay">
+    You need Javascript enabled to view this page.
+  </div>
 
-    <header class="container-fluid">
-        <div class="row">
-            <div class="col-xs-4">
-                <div class="brand">
-                    <a href="/">
-                        <img alt="logo" src="assets/images/osm_logo.120px.png" width="30" height="30"/>
-                        <h1>Nominatim</h1>
-                    </a>
-                </div>
-            </div>
-            <div id="last-updated" class="col-xs-4 text-center">
-                Data from <a id="api-request-link" href="">API request</a>
-                <br>
-                Data last updated:
-                <span id="data-date"></span>
-            </div>
-            <div class="col-xs-4 text-right">
-                <div class="btn-group">
-                    <button class="dropdown-toggle btn btn-sm btn-default" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
-                        About &amp; Help <span class="caret"></span>
-                    </button>
-                    <ul class="dropdown-menu dropdown-menu-right">
-                        <li><a href="https://wiki.openstreetmap.org/wiki/Nominatim" target="_blank">Documentation</a></li>
-                        <li><a href="https://wiki.openstreetmap.org/wiki/Nominatim/FAQ" target="_blank">FAQ</a></li>
-                        <li role="separator" class="divider"></li>
-                        <li><a href="#" class="" data-toggle="modal" data-target="#report-modal">Report problem with results</a></li>
-                    </ul>
-                </div>
-            </div>
+  <header class="container-fluid">
+    <div class="row">
+      <div class="col-xs-4">
+        <div class="brand">
+          <a href="/">
+            <img alt="logo" src="assets/images/osm_logo.120px.png" width="30" height="30"/>
+            <h1>Nominatim</h1>
+          </a>
+        </div>
+      </div>
+      <div id="last-updated" class="col-xs-4 text-center">
+        Data from <a id="api-request-link" href="">API request</a>
+        <br>
+        Data last updated:
+        <span id="data-date"></span>
+      </div>
+      <div class="col-xs-4 text-right">
+        <div class="btn-group">
+          <button class="dropdown-toggle btn btn-sm btn-default" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
+            About &amp; Help <span class="caret"></span>
+          </button>
+          <ul class="dropdown-menu dropdown-menu-right">
+            <li><a href="https://wiki.openstreetmap.org/wiki/Nominatim" target="_blank">Documentation</a></li>
+            <li><a href="https://wiki.openstreetmap.org/wiki/Nominatim/FAQ" target="_blank">FAQ</a></li>
+            <li role="separator" class="divider"></li>
+            <li><a href="#" class="" data-toggle="modal" data-target="#report-modal">Report problem with results</a></li>
+          </ul>
         </div>
-    </header>
+      </div>
+    </div>
+  </header>
 
-    <div class="modal fade" id="report-modal">
-        <div class="modal-dialog">
-            <div class="modal-content">
-                <div class="modal-header">
-                    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
-                    <h4 class="modal-title">Report a problem</h4>
-                </div>
-                <div class="modal-body">
-                    <p>
-                        Before reporting problems please read the <a target="_blank" href="https://wiki.openstreetmap.org/wiki/Nominatim">user documentation</a>
-                        and
-                        <a target="_blank" href="https://wiki.openstreetmap.org/wiki/Nominatim/FAQ">FAQ</a>.
+  <div class="modal fade" id="report-modal">
+    <div class="modal-dialog">
+      <div class="modal-content">
+        <div class="modal-header">
+          <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
+          <h4 class="modal-title">Report a problem</h4>
+        </div>
+        <div class="modal-body">
+          <p>
+            Before reporting problems please read the <a target="_blank" href="https://wiki.openstreetmap.org/wiki/Nominatim">user documentation</a>
+            and
+            <a target="_blank" href="https://wiki.openstreetmap.org/wiki/Nominatim/FAQ">FAQ</a>.
 
-                        If your problem relates to the address of a particular search result please use the 'details' link 
-                        to check how the address was generated before reporting a problem.
-                    </p>
-                    <p>
-                        Use <a target="_blank" href="https://github.com/openstreetmap/nominatim/issues">Nominatim issues on github</a>
-                        to report problems.
-                    </p>
-                    <p>
-                        Please ensure that you include a full description of the problem, including the search
-                        query that you used, the problem with the result and, if the problem relates to missing data,
-                        the osm type (node, way, relation) and id of the item that is missing.
-                    </p>
-                    <p>
-                        Problems that contain enough detail are likely to get looked at before ones that require
-                        significant research.
-                    </p>
-                </div>
-                <div class="modal-footer">
-                    <button type="button" class="btn btn-default" data-dismiss="modal">OK</button>
-                </div>
-            </div>
+            If your problem relates to the address of a particular search result please use the 'details' link 
+            to check how the address was generated before reporting a problem.
+          </p>
+          <p>
+            Use <a target="_blank" href="https://github.com/openstreetmap/nominatim/issues">Nominatim issues on github</a>
+            to report problems.
+          </p>
+          <p>
+            Please ensure that you include a full description of the problem, including the search
+            query that you used, the problem with the result and, if the problem relates to missing data,
+            the osm type (node, way, relation) and id of the item that is missing.
+          </p>
+          <p>
+            Problems that contain enough detail are likely to get looked at before ones that require
+            significant research.
+          </p>
+        </div>
+        <div class="modal-footer">
+          <button type="button" class="btn btn-default" data-dismiss="modal">OK</button>
         </div>
+      </div>
     </div>
+  </div>
 
-    <main>
-    </main>
+  <main>
+  </main>
 
-    <footer>
-        <p class="disclaimer">
-            Addresses and postcodes are approximate
-        </p>
-        <p class="copyright">
-            &copy; <a href="https://osm.org/copyright">OpenStreetMap</a> contributors
-        </p>
-    </footer>
+  <footer>
+    <p class="disclaimer">
+      Addresses and postcodes are approximate
+    </p>
+    <p class="copyright">
+      &copy; <a href="https://osm.org/copyright">OpenStreetMap</a> contributors
+    </p>
+  </footer>
 
-    <script src="assets/js/jquery.min.js"></script>
-    <script src="assets/js/bootstrap.min.js"></script>
-    <script src="assets/js/leaflet.js"></script>
-    <script src="assets/js/Control.MiniMap.min.js"></script>
-    <script src="assets/js/handlebars.min.js"></script>
-    <script src="assets/js/url-search-params.js"></script>
+  <script src="assets/js/jquery.min.js"></script>
+  <script src="assets/js/bootstrap.min.js"></script>
+  <script src="assets/js/leaflet.js"></script>
+  <script src="assets/js/Control.MiniMap.min.js"></script>
+  <script src="assets/js/handlebars.min.js"></script>
+  <script src="assets/js/url-search-params.js"></script>
 
-    <script src="config.js"></script>
-    <script src="handlebar_helpers.js"></script>
-    <script id="searchpage-template" type="text/x-handlebars-template">
-        @include(src/templates/searchpage.hbs)
-    </script>
-    <script id="reversepage-template" type="text/x-handlebars-template">
-        @include(src/templates/reversepage.hbs)
-    </script>
-    <script id="detailspage-template" type="text/x-handlebars-template">
-        @include(src/templates/detailspage.hbs)
-    </script>
-    <script id="detailspage-index-template" type="text/x-handlebars-template">
-        @include(src/templates/detailspage-index.hbs)
-    </script>
+  <script src="config.js"></script>
+  <script src="handlebar_helpers.js"></script>
+  <script id="searchpage-template" type="text/x-handlebars-template">
+    @include(src/templates/searchpage.hbs)
+  </script>
+  <script id="reversepage-template" type="text/x-handlebars-template">
+    @include(src/templates/reversepage.hbs)
+  </script>
+  <script id="detailspage-template" type="text/x-handlebars-template">
+    @include(src/templates/detailspage.hbs)
+  </script>
+  <script id="detailspage-index-template" type="text/x-handlebars-template">
+    @include(src/templates/detailspage-index.hbs)
+  </script>
 
 
-    <script src="assets/js/nominatim-ui.js"></script>
+  <script src="assets/js/nominatim-ui.js"></script>
 </body>
 </html>
\ No newline at end of file
index 7930b77d6ccba9cc2dc99b1f227a428aafd6958a..b2ecf7de8963a9b5cb70fce564dd7c577c70b04e 100644 (file)
@@ -1,40 +1,40 @@
 <div class="container" id="details-index-page">
-    <div class="row">
-        <div class="col-md-12">
-
-            <h1>Show details for place</h1>
-
-            <div class="search-form">
-                <h4>Search by place id</h4>
-
-                <form class="form-inline" action="details.html">
-                    <input type="edit" class="form-control input-sm" pattern="^[0-9]+$" name="place_id" placeholder="12345" />
-                    <input type="submit" class="btn btn-primary btn-sm" value="Show" />
-                </form>
-            </div>
-
-            <div class="search-form">
-                <h4>Search by OSM type and OSM id</h4>
-
-                <form id="form-by-type-and-id" class="form-inline" action="details.html">
-                    <input type="edit" class="form-control input-sm" pattern="^[NWR][0-9]+$" placeholder="N123 or W123 or R123" />
-                    <input type="hidden" name="osmtype" />
-                    <input type="hidden" name="osmid" />
-                    <input type="submit" class="btn btn-primary btn-sm" value="Show" />
-                </form>
-            </div>
-
-            <div class="search-form">
-                <h4>Search by openstreetmap.org URL</h4>
-
-                <form id="form-by-osm-url" class="form-inline" action="details.html">
-                    <input type="edit" class="form-control input-sm" pattern=".*openstreetmap.*" placeholder="https://www.openstreetmap.org/relation/123" />
-                    <input type="hidden" name="osmtype" />
-                    <input type="hidden" name="osmid" />
-                    <input type="submit" class="btn btn-primary btn-sm" value="Show" />
-                </form>
-            </div>
-
-        </div>
+  <div class="row">
+    <div class="col-md-12">
+
+      <h1>Show details for place</h1>
+
+      <div class="search-form">
+        <h4>Search by place id</h4>
+
+        <form class="form-inline" action="details.html">
+          <input type="edit" class="form-control input-sm" pattern="^[0-9]+$" name="place_id" placeholder="12345" />
+          <input type="submit" class="btn btn-primary btn-sm" value="Show" />
+        </form>
+      </div>
+
+      <div class="search-form">
+        <h4>Search by OSM type and OSM id</h4>
+
+        <form id="form-by-type-and-id" class="form-inline" action="details.html">
+          <input type="edit" class="form-control input-sm" pattern="^[NWR][0-9]+$" placeholder="N123 or W123 or R123" />
+          <input type="hidden" name="osmtype" />
+          <input type="hidden" name="osmid" />
+          <input type="submit" class="btn btn-primary btn-sm" value="Show" />
+        </form>
+      </div>
+
+      <div class="search-form">
+        <h4>Search by openstreetmap.org URL</h4>
+
+        <form id="form-by-osm-url" class="form-inline" action="details.html">
+          <input type="edit" class="form-control input-sm" pattern=".*openstreetmap.*" placeholder="https://www.openstreetmap.org/relation/123" />
+          <input type="hidden" name="osmtype" />
+          <input type="hidden" name="osmid" />
+          <input type="submit" class="btn btn-primary btn-sm" value="Show" />
+        </form>
+      </div>
+
     </div>
+  </div>
 </div>
\ No newline at end of file
index 22b4b07e21912b35e3ca5d4b3377701a4c874881..6fa2886efd921e142c0c763d4c4a546a25a1a4f0 100644 (file)
 
 {{#*inline "partial_details_one_row"}}
-    <tr class="{{isaddresses_unused this}}">
-        <td class="name">
-            {{#if this.localname}}
-                {{this.localname}}
-            {{else}}
-                <span class="noname">No Name</span>
-            {{/if}}
-        </td>
-        <td>{{this.class}}:{{this.type}}</td>
-        <td>{{osmLink this}}</td>
-        <td>{{this.rank_address}}</td>
-        <td>{{formatAdminLevel this.admin_level}}</td>
-        <td>{{formatDistance this.distance}}</td>
-        <td>{{detailsLink this null}}</td>
-    </tr>
+  <tr class="{{isaddresses_unused this}}">
+    <td class="name">
+      {{#if this.localname}}
+        {{this.localname}}
+      {{else}}
+        <span class="noname">No Name</span>
+      {{/if}}
+    </td>
+    <td>{{this.class}}:{{this.type}}</td>
+    <td>{{osmLink this}}</td>
+    <td>{{this.rank_address}}</td>
+    <td>{{formatAdminLevel this.admin_level}}</td>
+    <td>{{formatDistance this.distance}}</td>
+    <td>{{detailsLink this null}}</td>
+  </tr>
 {{/inline}}
 
 {{#*inline "partial_details_keyword_one_row"}}
-    <tr>
-        <td>{{formatKeywordToken this.token}}</td>
-        {{#if this.id}}
-            <td>word id: {{this.id}}</td>
-        {{/if}}
-    </tr>
+  <tr>
+    <td>{{formatKeywordToken this.token}}</td>
+    {{#if this.id}}
+      <td>word id: {{this.id}}</td>
+    {{/if}}
+  </tr>
 {{/inline}}
 
 
 {{#*inline "partial_h2"}}
-    <tr class="all-columns"><td colspan="6"><h2>{{this}}</h2></td></tr>
+  <tr class="all-columns"><td colspan="6"><h2>{{this}}</h2></td></tr>
 {{/inline}}
 
 {{#*inline "partial_h3"}}
-    <tr class="all-columns"><td colspan="6"><h3>{{this}}</h3></td></tr>
+  <tr class="all-columns"><td colspan="6"><h3>{{this}}</h3></td></tr>
 {{/inline}}
 
 <div class="container">
-    <div class="row">
-        <div class="col-sm-10">
-            <h1>{{aPlace.localname}} <small>{{detailsPermaLink aPlace 'link to this page'}}</small></h1>
-        </div>
-        <div class="col-sm-2 text-right">
-            {{formatMapIcon aPlace.icon}}
-        </div>
+  <div class="row">
+    <div class="col-sm-10">
+      <h1>{{aPlace.localname}} <small>{{detailsPermaLink aPlace 'link to this page'}}</small></h1>
+    </div>
+    <div class="col-sm-2 text-right">
+      {{formatMapIcon aPlace.icon}}
+    </div>
+  </div>
+  <div class="row">
+    <div class="col-md-6">
+      <table id="locationdetails" class="table table-striped">
+        <tr>
+          <td>Name</td>
+          <td>
+            {{#each aPlace.names}}
+              <div class="line"><span class="name">{{this}}</span> ({{@key}})</div>
+            {{/each}}
+          </td>
+        </tr>
+        <tr>
+          <td>Type</td>
+          <td>{{aPlace.category}}:{{aPlace.type}}</td>
+        </tr>
+        <tr>
+          <td>Last Updated</td>
+          <td>{{aPlace.indexed_date}}</td>
+        </tr>
+        <tr>
+          <td>Admin Level</td>
+          <td>{{aPlace.admin_level}}</td>
+        </tr>
+        <tr>
+          <td>Rank</td>
+          <td>{{formatSearchRank aPlace.rank_search}}</td>
+        </tr>
+        {{#if aPlace.calculated_importance}}
+          <tr>
+            <td>Importance</td>
+            <td>
+              {{aPlace.calculated_importance}}
+              {{#unless aPlace.importance}} (estimated){{/unless}}
+            </td>
+          </tr>
+        {{/if}}
+        <tr>
+          <td>Coverage</td>
+          <td>{{coverageType aPlace}}</td>
+        </tr>
+        <tr>
+          <td>Centre Point (lat,lon)</td>
+          <td>{{aPlace.centroid.coordinates.[1]}},{{aPlace.centroid.coordinates.[0]}}</td>
+        </tr>
+        <tr>
+          <td>OSM</td>
+          <td>{{osmLink aPlace}}
+        </tr>
+        {{#if aPlace.calculated_wikipedia}}
+          <tr>
+            <td>Wikipedia Calculated</td>
+            <td>{{wikipediaLink aPlace}}</td>
+          </tr>
+        {{/if}}
+        <tr>
+          <td>Computed Postcode</td>
+          <td>{{aPlace.calculated_postcode}}</td>
+        </tr>
+        <tr>
+          <td>Address Tags</td>
+          <td>
+            {{#each aPlace.addresstags}}
+              <div class="line"><span class="name">{{this}}</span> ({{@key}})</div>
+            {{/each}}
+          </td>
+        </tr>
+        <tr>
+          <td>Extra Tags</td>
+          <td>
+            {{#each aPlace.extratags}}
+              <div class="line"><span class="name">{{this}}</span> ({{@key}})</div>
+            {{/each}}
+          </td>
+        </tr>
+      </table>
     </div>
-    <div class="row">
-        <div class="col-md-6">
-            <table id="locationdetails" class="table table-striped">
-                <tr>
-                    <td>Name</td>
-                    <td>
-                        {{#each aPlace.names}}
-                            <div class="line"><span class="name">{{this}}</span> ({{@key}})</div>
-                        {{/each}}
-                    </td>
-                </tr>
-                <tr>
-                    <td>Type</td>
-                    <td>{{aPlace.category}}:{{aPlace.type}}</td>
-                </tr>
-                <tr>
-                    <td>Last Updated</td>
-                    <td>{{aPlace.indexed_date}}</td>
-                </tr>
-                <tr>
-                    <td>Admin Level</td>
-                    <td>{{aPlace.admin_level}}</td>
-                </tr>
-                <tr>
-                    <td>Rank</td>
-                    <td>{{formatSearchRank aPlace.rank_search}}</td>
-                </tr>
-                {{#if aPlace.calculated_importance}}
-                    <tr>
-                        <td>Importance</td>
-                        <td>
-                            {{aPlace.calculated_importance}}
-                            {{#unless aPlace.importance}} (estimated){{/unless}}
-                        </td>
-                    </tr>
-                {{/if}}
-                <tr>
-                    <td>Coverage</td>
-                    <td>{{coverageType aPlace}}</td>
-                </tr>
-                <tr>
-                    <td>Centre Point (lat,lon)</td>
-                    <td>{{aPlace.centroid.coordinates.[1]}},{{aPlace.centroid.coordinates.[0]}}</td>
-                </tr>
-                <tr>
-                    <td>OSM</td>
-                    <td>{{osmLink aPlace}}
-                </tr>
-                {{#if aPlace.calculated_wikipedia}}
-                    <tr>
-                        <td>Wikipedia Calculated</td>
-                        <td>{{wikipediaLink aPlace}}</td>
-                    </tr>
-                {{/if}}
-                <tr>
-                    <td>Computed Postcode</td>
-                    <td>{{aPlace.calculated_postcode}}</td>
-                </tr>
-                <tr>
-                    <td>Address Tags</td>
-                    <td>
-                        {{#each aPlace.addresstags}}
-                            <div class="line"><span class="name">{{this}}</span> ({{@key}})</div>
-                        {{/each}}
-                    </td>
-                </tr>
-                <tr>
-                    <td>Extra Tags</td>
-                    <td>
-                        {{#each aPlace.extratags}}
-                            <div class="line"><span class="name">{{this}}</span> ({{@key}})</div>
-                        {{/each}}
-                    </td>
-                </tr>
-            </table>
-        </div>
-        <div class="col-md-6">
-            <div id="map"></div>
-        </div>
+    <div class="col-md-6">
+      <div id="map"></div>
     </div>
-    <div class="row">
-        <div class="col-md-12">
-            <h2>Address</h2>
-             <table id="address" class="table table-striped table-responsive">
-                <thead>
-                    <tr>
-                      <th>Local name</th>
-                      <th>Type</th>
-                      <th>OSM</th>
-                      <th>Address rank</th>
-                      <th>Admin level</th>
-                      <th>Distance</th>
-                      <th></th>
-                    </tr>
-                </thead>
-                <tbody>
-                    {{#if aPlace.address}}
-                        {{#each aPlace.address}}
-                            {{> partial_details_one_row}}
-                        {{/each}}
-                    {{/if}}
+  </div>
+  <div class="row">
+    <div class="col-md-12">
+      <h2>Address</h2>
+       <table id="address" class="table table-striped table-responsive">
+        <thead>
+          <tr>
+            <th>Local name</th>
+            <th>Type</th>
+            <th>OSM</th>
+            <th>Address rank</th>
+            <th>Admin level</th>
+            <th>Distance</th>
+            <th></th>
+          </tr>
+        </thead>
+        <tbody>
+          {{#if aPlace.address}}
+            {{#each aPlace.address}}
+              {{> partial_details_one_row}}
+            {{/each}}
+          {{/if}}
 
-                    {{#if aPlace.linked_places}}
-                        {{> partial_h2 'Linked Places'}}
-                        {{#each aPlace.linked_places}}
-                            {{> partial_details_one_row}}
-                        {{/each}}
-                    {{/if}}
+          {{#if aPlace.linked_places}}
+            {{> partial_h2 'Linked Places'}}
+            {{#each aPlace.linked_places}}
+              {{> partial_details_one_row}}
+            {{/each}}
+          {{/if}}
 
-                    {{#if aPlace.keywords}}
-                        {{> partial_h2 'Name Keywords'}}
-                        {{#each aPlace.keywords.name}}
-                            {{> partial_details_keyword_one_row}}
-                        {{/each}}
+          {{#if aPlace.keywords}}
+            {{> partial_h2 'Name Keywords'}}
+            {{#each aPlace.keywords.name}}
+              {{> partial_details_keyword_one_row}}
+            {{/each}}
 
-                        {{> partial_h2 'Address Keywords'}}
-                        {{#each aPlace.keywords.address}}
-                            {{> partial_details_keyword_one_row}}
-                        {{/each}}
-                    {{/if}}
+            {{> partial_h2 'Address Keywords'}}
+            {{#each aPlace.keywords.address}}
+              {{> partial_details_keyword_one_row}}
+            {{/each}}
+          {{/if}}
 
-                    {{#if aPlace.hierarchy}}
-                        {{> partial_h2 'Parent Of'}}
+          {{#if aPlace.hierarchy}}
+            {{> partial_h2 'Parent Of'}}
 
-                        {{#each aPlace.hierarchy as |lines type|}}
-                            {{> partial_h3 type}}
-                            {{#each lines}}
-                                {{> partial_details_one_row}}
-                            {{/each}}
-                        {{/each}}
-                    {{/if}}
-                    {{tooManyHierarchyLinesWarning aPlace}}
-                </tbody>
-            </table>
-        </div>
+            {{#each aPlace.hierarchy as |lines type|}}
+              {{> partial_h3 type}}
+              {{#each lines}}
+                {{> partial_details_one_row}}
+              {{/each}}
+            {{/each}}
+          {{/if}}
+          {{tooManyHierarchyLinesWarning aPlace}}
+        </tbody>
+      </table>
     </div>
+  </div>
 </div>
 
index 592e7b9fdd32dd0414d57fc82cc3441698e2163a..646c72625b1b4d24b24d1730946a6e5102b23e44 100644 (file)
@@ -1,55 +1,55 @@
 
 {{#*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}}
+  <div class="result" data-position="{{iResNum}}">
+    {{#if aResult.icon}}
+      <img src="{{env.Images_Base_Url}}{{aResult.icon}}" />
+      {{!-- {{formatMapIcon aResult.icon}} --}}
+    {{/if}}
 
-        <span class="name">{{aResult.display_name}}</span>
-        <span class="type">{{formatLabel aResult}}</span>
-        <p class="coords">{{aResult.lat}},{{aResult.lon}}</p>  
+    <span class="name">{{aResult.display_name}}</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>
-    </div>
+    <a class="btn btn-default btn-xs details" href="details.html?place_id={{aResult.place_id}}">details</a>
+  </div>
 {{/inline}}
 
 <form class="form-inline" role="search" accept-charset="UTF-8" action="">
-    <div class="form-group">
-        <input name="format" type="hidden" value="html">
-        <input name="lat" type="text" class="form-control input-sm" placeholder="latitude"  value="{{fLat}}">
-        <span id="switch-coords">&lt;&gt;</span>
-        <input name="lon" type="text" class="form-control input-sm" placeholder="longitude" value="{{fLon}}">
-        max zoom
-        <select name="zoom" class="form-control input-sm" value="{{iZoom}}">
-            {{zoomLevels iZoom}}
-        </select>
-    </div>
-    <div class="form-group search-button-group">
-        <button type="submit" class="btn btn-primary btn-sm">Search</button>
-    </div>
-    <div class="search-type-link">
-        <a href="/search.html">forward search</a>
-    </div>
+  <div class="form-group">
+    <input name="format" type="hidden" value="html">
+    <input name="lat" type="text" class="form-control input-sm" placeholder="latitude"  value="{{fLat}}">
+    <span id="switch-coords">&lt;&gt;</span>
+    <input name="lon" type="text" class="form-control input-sm" placeholder="longitude" value="{{fLon}}">
+    max zoom
+    <select name="zoom" class="form-control input-sm" value="{{iZoom}}">
+      {{zoomLevels iZoom}}
+    </select>
+  </div>
+  <div class="form-group search-button-group">
+    <button type="submit" class="btn btn-primary btn-sm">Search</button>
+  </div>
+  <div class="search-type-link">
+    <a href="/search.html">forward search</a>
+  </div>
 </form>
 
 
 <div id="content">
-    {{#if aPlace}}
-        <div id="searchresults" class="sidebar">
-            {{>partial_one_result iResNum=0 aResult=aPlace env=env}}
-        </div>
-    {{else}}
-        <div id="intro" class="sidebar">
-            Search for coordinates or click anywhere on the map.
-        </div>
-    {{/if}}
+  {{#if aPlace}}
+    <div id="searchresults" class="sidebar">
+      {{>partial_one_result iResNum=0 aResult=aPlace env=env}}
+    </div>
+  {{else}}
+    <div id="intro" class="sidebar">
+      Search for coordinates or click anywhere on the map.
+    </div>
+  {{/if}}
 
-    <div id="map-wrapper">
-        <div id="map-position">
-            <div id="map-position-inner"></div>
-            <div id="map-position-close"><a href="#">hide</a></div>
-        </div>
-        <div id="map"></div>
+  <div id="map-wrapper">
+    <div id="map-position">
+      <div id="map-position-inner"></div>
+      <div id="map-position-close"><a href="#">hide</a></div>
     </div>
+    <div id="map"></div>
+  </div>
 </div>
index 65e8bada4c009bf46d6777ad82d04980b6eadbec..40ba59be04bdfcf4bbf97aae4d695b1987014daf 100644 (file)
@@ -1,79 +1,79 @@
 {{#*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}}
+  <div class="result" data-position="{{iResNum}}">
+    {{#if aResult.icon}}
+      {{!-- <img src="{{env.Images_Base_Url}}{{aResult.icon}}" /> --}}
+      {{formatMapIcon aResult.icon}}
+    {{/if}}
 
-        <span class="name">{{aResult.display_name}}</span>
-        <span class="type">({{formatLabel aResult}})</span>
-        <p class="coords">{{aResult.lat}},{{aResult.lon}}</p>  
+    <span class="name">{{aResult.display_name}}</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>
-    </div>
+    <a class="btn btn-default btn-xs details" href="details.html?place_id={{aResult.place_id}}">details</a>
+  </div>
 {{/inline}}
 
 
 <form class="form-inline" role="search" accept-charset="UTF-8" action="">
-    <div class="form-group">
-        <input id="q" name="q" type="text" class="form-control input-sm" placeholder="Search" value="{{sQuery}}">
-    </div>
-    <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_geojson" />
-        {{/if}}
-        <input type="hidden" name="viewbox" value="{{sViewBox}}" />
-        <div class="checkbox-inline">
-            <input type="checkbox" id="use_viewbox" {{#if sViewBox}}checked="checked"{{/if}}>
-            <label for="use_viewbox">apply viewbox</label>
-        </div>
-    </div>
-    <div class="search-type-link">
-        <a id="switch-to-reverse" href="/reverse.html">reverse search</a>
+  <div class="form-group">
+    <input id="q" name="q" type="text" class="form-control input-sm" placeholder="Search" value="{{sQuery}}">
+  </div>
+  <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_geojson" />
+    {{/if}}
+    <input type="hidden" name="viewbox" value="{{sViewBox}}" />
+    <div class="checkbox-inline">
+      <input type="checkbox" id="use_viewbox" {{#if sViewBox}}checked="checked"{{/if}}>
+      <label for="use_viewbox">apply viewbox</label>
     </div>
+  </div>
+  <div class="search-type-link">
+    <a id="switch-to-reverse" href="/reverse.html">reverse search</a>
+  </div>
 </form>
 
 <div id="content">
 
-    {{#if sQuery}}
-        <div id="searchresults" class="sidebar">
-            {{#each aSearchResults as |aResult|}}
-                {{>partial_one_result iResNum=@index aResult=aResult env=env}}
-            {{/each}}
+  {{#if sQuery}}
+    <div id="searchresults" class="sidebar">
+      {{#each aSearchResults as |aResult|}}
+        {{>partial_one_result iResNum=@index aResult=aResult env=env}}
+      {{/each}}
 
-            {{#if aSearchResults}}
-                {{#if sMoreURL}}
-                    <div class="more">
-                        <a class="btn btn-primary" href="{{sMoreURL}}">Search for more results</a>
-                    </div>
-                {{/if}}
-            {{else}}
-                <div class="noresults">No search results found</div>
-            {{/if}}
-        </div>
+      {{#if aSearchResults}}
+        {{#if sMoreURL}}
+          <div class="more">
+            <a class="btn btn-primary" href="{{sMoreURL}}">Search for more results</a>
+          </div>
+        {{/if}}
+      {{else}}
+        <div class="noresults">No search results found</div>
+      {{/if}}
+    </div>
 
-    {{else}}
+  {{else}}
 
-        <div id="intro" class="sidebar">
-            <h2>Welcome to Nominatim</h2>
+    <div id="intro" class="sidebar">
+      <h2>Welcome to Nominatim</h2>
 
-            <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>
+      <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="https://wiki.openstreetmap.org/wiki/Nominatim">Nominatim wiki page</a>.
-        </div>
+      For more information visit the <a href="https://wiki.openstreetmap.org/wiki/Nominatim">Nominatim wiki page</a>.
+    </div>
 
-    {{/if}}
+  {{/if}}
 
-    <div id="map-wrapper">
-        <div id="map-position">
-            <div id="map-position-inner"></div>
-            <div id="map-position-close"><a href="#">hide</a></div>
-        </div>
-        <div id="map"></div>
+  <div id="map-wrapper">
+    <div id="map-position">
+      <div id="map-position-inner"></div>
+      <div id="map-position-close"><a href="#">hide</a></div>
     </div>
+    <div id="map"></div>
+  </div>
 </div>