From 2236eeece2d6cbdbfebb0976ecf385e109a2d234 Mon Sep 17 00:00:00 2001 From: YurkoWasHere Date: Mon, 11 Mar 2024 23:50:39 -0400 Subject: [PATCH] Update map again --- map.html | 112 ++++++++++++++++++++++++++++++++++++++++++- map_meshtastic.html | 10 ++-- map_wireless.html | 114 -------------------------------------------- maps.html | 6 +++ 4 files changed, 123 insertions(+), 119 deletions(-) delete mode 100644 map_wireless.html create mode 100644 maps.html diff --git a/map.html b/map.html index 9063502..6364e07 100644 --- a/map.html +++ b/map.html @@ -1,6 +1,114 @@ --- layout: default -title: Map -order: 2 +title: Wireless Map +parent: Map +order: 1 layout_footer: false --- +
+
+
+
+
+

Options

+
=
+
+

+ Filter Nodes +

+
+ + +
+ Show active nodes
+
+ + +
+ Show proposed nodes
+
+ + +
+ Show buildings and features
+
+ + +
+ Group at higher zoom level
+
+ + +
+
+ ! +
+
+Our network is currently still under construction. If you are interested in helping build out the network, live in Toronto, and/or are willing to host a wireless directional antenna please get in touch with us!
+This map estimates the distance the antennas can go. This may not be the case in the real world and also depends on the hardware you have on your end. +
+
+
+

Find a location on the map

+ +
+ +
+ + +
+ + + + + + + + diff --git a/map_meshtastic.html b/map_meshtastic.html index 01b7c20..376f7c8 100644 --- a/map_meshtastic.html +++ b/map_meshtastic.html @@ -1,7 +1,7 @@ --- layout: default title: Meshtastic Map -parrent: Map +parent: Map order: 2 layout_footer: false --- @@ -17,6 +17,10 @@ } #map { + width: 100%; + height: 100%; + } + #mapWrapper { width: 100%; padding-top: 55px; height: calc(100% - 55px); @@ -24,9 +28,9 @@ - +
- +
- - - - - - diff --git a/maps.html b/maps.html new file mode 100644 index 0000000..9063502 --- /dev/null +++ b/maps.html @@ -0,0 +1,6 @@ +--- +layout: default +title: Map +order: 2 +layout_footer: false +---