Skip to content

Commit

Permalink
/reverse.html should be reverse.html to app works in subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Jan 4, 2021
1 parent 609ad1e commit a410d47
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

* version 1.2.5 - 2021-03-04

* Another fix to make sure pages work when app is in a subdirectory

* version 1.2.4 - 2020-09-01

* All links to detail page should include the class parameter
Expand Down
6 changes: 3 additions & 3 deletions dist/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assets/css/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
}

.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
Expand Down
6 changes: 3 additions & 3 deletions dist/assets/js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assets/js/bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/assets/js/leaflet.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assets/js/leaflet.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/deletable.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h4 class="modal-title">Report a problem</h4>
</li>
<div class="search-type-link">
<a href="details.html" class="mr-2">search by id</a>
<a id="switch-to-reverse" href="/reverse.html">reverse search</a>
<a id="switch-to-reverse" href="reverse.html">reverse search</a>
</div>
</ul>
<div class="tab-content p-2">
Expand Down
2 changes: 1 addition & 1 deletion dist/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h4 class="modal-title">Report a problem</h4>
</li>
<div class="search-type-link">
<a href="details.html" class="mr-2">search by id</a>
<a id="switch-to-reverse" href="/reverse.html">reverse search</a>
<a id="switch-to-reverse" href="reverse.html">reverse search</a>
</div>
</ul>
<div class="tab-content p-2">
Expand Down
2 changes: 1 addition & 1 deletion dist/polygons.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h4 class="modal-title">Report a problem</h4>
</li>
<div class="search-type-link">
<a href="details.html" class="mr-2">search by id</a>
<a id="switch-to-reverse" href="/reverse.html">reverse search</a>
<a id="switch-to-reverse" href="reverse.html">reverse search</a>
</div>
</ul>
<div class="tab-content p-2">
Expand Down
2 changes: 1 addition & 1 deletion dist/reverse.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h4 class="modal-title">Report a problem</h4>
</li>
<div class="search-type-link">
<a href="details.html" class="mr-2">search by id</a>
<a id="switch-to-reverse" href="/reverse.html">reverse search</a>
<a id="switch-to-reverse" href="reverse.html">reverse search</a>
</div>
</ul>
<div class="tab-content p-2">
Expand Down
2 changes: 1 addition & 1 deletion dist/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h4 class="modal-title">Report a problem</h4>
</li>
<div class="search-type-link">
<a href="details.html" class="mr-2">search by id</a>
<a id="switch-to-reverse" href="/reverse.html">reverse search</a>
<a id="switch-to-reverse" href="reverse.html">reverse search</a>
</div>
</ul>
<div class="tab-content p-2">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nominatim-ui",
"version": "1.2.4",
"version": "1.2.5",
"description": "Debug web interface for Nominatim geocoder",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/templates/searchpage.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</li>
<div class="search-type-link">
<a href="details.html" class="mr-2">search by id</a>
<a id="switch-to-reverse" href="/reverse.html">reverse search</a>
<a id="switch-to-reverse" href="reverse.html">reverse search</a>
</div>
</ul>
<div class="tab-content p-2">
Expand Down

0 comments on commit a410d47

Please sign in to comment.