Skip to content

Commit

Permalink
Update moriyamaku_map.html
Browse files Browse the repository at this point in the history
  • Loading branch information
linkevery2s committed Sep 11, 2024
1 parent ba39327 commit f847224
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docs/moriyamaku_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,12 @@
}

let fpv = () => {
location.href = "./fpv.html";

const url_hash = location.hash;

console.log(url_hash);

//location.href = "./fpv.html";
}

/* コントロールボタン */
Expand Down Expand Up @@ -210,7 +215,17 @@
"洪水浸水想定区域(想定最大規模)": shinsui
};

L.control.layers(hazardmaps).addTo(map);
const pin = {
"AED設置箇所": aed_add,
"下水道直結式仮設トイレ": toilet_add,
"給水拠点": water_add,
"給水栓": water2_add,
"防災倉庫": warehouse_add,
"地域協力事業所": office_add

}

L.control.layers(hazardmaps, pin).addTo(map);

}

Expand Down

0 comments on commit f847224

Please sign in to comment.