Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
strukturart committed Jan 7, 2024
2 parents b3ed8ce + 71da770 commit 76b1527
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions application/assets/js/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,16 +405,17 @@ const module = (() => {
status.marker_selection = true;
status.windowOpen = "marker";

let f = markers_collection[index];
let m = f._latlng;
if (index >= markers_collection.length) index = 0;

console.log(overpass_group)

status.selected_marker = markers_collection[index];
helper.bottom_bar("cancel", "option", "");

//show selected marker
map.setView(markers_collection[index].getLatLng());


//popup
document.querySelector("input#popup").value = "";
let pu = markers_collection[index].getPopup();
Expand Down
6 changes: 3 additions & 3 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,14 +337,14 @@ img.marker-1 {
}

.public_transport {
width: 10px;
height: 10px;
width: 15px;
height: 15px;
background-color: #867772;
border-radius: 50%;
position: absolute;
top: 23px;
left: 23px;
border: 2px solid black;
border: 3px solid black;
}

.climbing {
Expand Down

0 comments on commit 76b1527

Please sign in to comment.