From bd205d92e5eda801e57afdcba0306aade46f45ea Mon Sep 17 00:00:00 2001 From: Quentin CAUDRON Date: Tue, 5 Nov 2024 15:37:47 -0800 Subject: [PATCH] Fix WW7MST location --- assets/programming_files/all_rr_frequencies.csv | 4 ++-- assets/repeaters.json | 8 ++++---- demo_map.html | 3 +-- index.md | 2 +- map.md | 3 +-- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/assets/programming_files/all_rr_frequencies.csv b/assets/programming_files/all_rr_frequencies.csv index 4e53dc2..778b951 100644 --- a/assets/programming_files/all_rr_frequencies.csv +++ b/assets/programming_files/all_rr_frequencies.csv @@ -99,8 +99,8 @@ 98,K7LED,224.120,-1.6,103.5,441,Tiger Mtn.,FM,Mike & Key Amateur Radio Club,47.48839951,-121.9469986,-,1.6 99,W7MSH,444.725,+5.0,107.2,20241,Kelso,FM,Mercury Mt. St. Helens Emergency Response Communications,46.07657628,-122.8034604,+,5.0 100,WA7ROY,444.175,+5.0,123.0,21099,Roy,FM,Roy Area Network,47.0042643,-122.539846,+,5.0 -101,WW7MST,146.900,-0.6,103.5,333,Seattle,FM,Western Washington Medical Services Emergency Communications,47.57780075,-122.30899811,-,0.6 -102,WW7MST,443.550,+5.0,103.5,536,Seattle,FM,Western Washington Medical Services Emergency Communications,47.55260086,-122.3010025,+,5.0 +101,WW7MST,146.900,-0.6,103.5,333,Seattle,FM,Western Washington Medical Services Emergency Communications,47.5628091,-122.3083758,-,0.6 +102,WW7MST,443.550,+5.0,103.5,536,Seattle,FM,Western Washington Medical Services Emergency Communications,47.5628091,-122.3083758,+,5.0 103,W7DX,147.000,-0.6,103.5,41,Redmond,FM,Western Washington DX Club,47.67481,-122.053436,-,0.6 104,WA7DEM,146.920,-0.6,123.0,,Granite Falls,FM,Snohomish County Auxiliary Communications Service,48.125699,-121.9844964,-,0.6 105,WA7DEM,224.380,-1.6,103.5,6961,Arlington,FM,Snohomish County Auxiliary Communications Service,48.1227936,-122.2567359,-,1.6 diff --git a/assets/repeaters.json b/assets/repeaters.json index 5e1c479..542c65c 100644 --- a/assets/repeaters.json +++ b/assets/repeaters.json @@ -1705,8 +1705,8 @@ "Offset (MHz)":"-0.6", "Tone (Hz)":"103.5", "Coordinates":[ - 47.57780075, - -122.30899811 + 47.5628091, + -122.3083758 ], "RepeaterBook ID":"333", "Group Name":"WWMST", @@ -1722,8 +1722,8 @@ "Offset (MHz)":"+5.0", "Tone (Hz)":"103.5", "Coordinates":[ - 47.55260086, - -122.3010025 + 47.5628091, + -122.3083758 ], "RepeaterBook ID":"536", "Group Name":"WWMST", diff --git a/demo_map.html b/demo_map.html index c1474e3..e8ca55c 100644 --- a/demo_map.html +++ b/demo_map.html @@ -100,8 +100,7 @@ L.marker([47.8566093400, -122.2836761500], {icon: L.divIcon({className: 'custom-icon', html: "
96
", iconSize: [25, 25]}) }).bindPopup('RR# 96 - W7FLY (443.925)
').addTo(map); L.marker([46.0765762800, -122.8034604000], {icon: L.divIcon({className: 'custom-icon', html: "
99
", iconSize: [25, 25]}) }).bindPopup('RR# 99 - W7MSH (444.725)
').addTo(map); L.marker([47.0042643000, -122.5398460000], {icon: L.divIcon({className: 'custom-icon', html: "
100
", iconSize: [25, 25]}) }).bindPopup('RR# 100 - WA7ROY (444.175)
').addTo(map); -L.marker([47.5778007500, -122.3089981100], {icon: L.divIcon({className: 'custom-icon', html: "
101
", iconSize: [25, 25]}) }).bindPopup('RR# 101 - WW7MST (146.900)
').addTo(map); -L.marker([47.5526008600, -122.3010025000], {icon: L.divIcon({className: 'custom-icon', html: "
102
", iconSize: [25, 25]}) }).bindPopup('RR# 102 - WW7MST (443.550)
').addTo(map); +L.marker([47.5628091000, -122.3083758000], {icon: L.divIcon({className: 'custom-icon', html: "
...
", iconSize: [25, 25]}) }).bindPopup('RR# 101 - WW7MST (146.900)
RR# 102 - WW7MST (443.550)
').addTo(map); L.marker([47.6748100000, -122.0534360000], {icon: L.divIcon({className: 'custom-icon', html: "
103
", iconSize: [25, 25]}) }).bindPopup('RR# 103 - W7DX (147.000)
').addTo(map); L.marker([48.1256990000, -121.9844964000], {icon: L.divIcon({className: 'custom-icon', html: "
104
", iconSize: [25, 25]}) }).bindPopup('RR# 104 - WA7DEM (146.920)
').addTo(map); L.marker([48.1227936000, -122.2567359000], {icon: L.divIcon({className: 'custom-icon', html: "
...
", iconSize: [25, 25]}) }).bindPopup('RR# 105 - WA7DEM (224.380)
RR# 106 - WA7DEM (444.200)
').addTo(map); diff --git a/index.md b/index.md index 0419e43..165590b 100644 --- a/index.md +++ b/index.md @@ -12,7 +12,7 @@ Last year, we made it into [QST Magazine](assets/RR.pdf). Light up the airwaves **The Repeater Roundabout will be held during the weekend of November 23rd and 24th.** -> This page was last updated on Sunday November 03 at 21:25. +> This page was last updated on Tuesday November 05 at 15:37. --- diff --git a/map.md b/map.md index 1f13fca..14bd7ed 100644 --- a/map.md +++ b/map.md @@ -96,8 +96,7 @@ L.marker([47.6081100000, -117.2043900000], {icon: L.divIcon({className: 'custom- L.marker([47.8566093400, -122.2836761500], {icon: L.divIcon({className: 'custom-icon', html: "
96
", iconSize: [25, 25]}) }).bindPopup('RR# 96 - W7FLY (443.925)
').addTo(map); L.marker([46.0765762800, -122.8034604000], {icon: L.divIcon({className: 'custom-icon', html: "
99
", iconSize: [25, 25]}) }).bindPopup('RR# 99 - W7MSH (444.725)
').addTo(map); L.marker([47.0042643000, -122.5398460000], {icon: L.divIcon({className: 'custom-icon', html: "
100
", iconSize: [25, 25]}) }).bindPopup('RR# 100 - WA7ROY (444.175)
').addTo(map); -L.marker([47.5778007500, -122.3089981100], {icon: L.divIcon({className: 'custom-icon', html: "
101
", iconSize: [25, 25]}) }).bindPopup('RR# 101 - WW7MST (146.900)
').addTo(map); -L.marker([47.5526008600, -122.3010025000], {icon: L.divIcon({className: 'custom-icon', html: "
102
", iconSize: [25, 25]}) }).bindPopup('RR# 102 - WW7MST (443.550)
').addTo(map); +L.marker([47.5628091000, -122.3083758000], {icon: L.divIcon({className: 'custom-icon', html: "
...
", iconSize: [25, 25]}) }).bindPopup('RR# 101 - WW7MST (146.900)
RR# 102 - WW7MST (443.550)
').addTo(map); L.marker([47.6748100000, -122.0534360000], {icon: L.divIcon({className: 'custom-icon', html: "
103
", iconSize: [25, 25]}) }).bindPopup('RR# 103 - W7DX (147.000)
').addTo(map); L.marker([48.1256990000, -121.9844964000], {icon: L.divIcon({className: 'custom-icon', html: "
104
", iconSize: [25, 25]}) }).bindPopup('RR# 104 - WA7DEM (146.920)
').addTo(map); L.marker([48.1227936000, -122.2567359000], {icon: L.divIcon({className: 'custom-icon', html: "
...
", iconSize: [25, 25]}) }).bindPopup('RR# 105 - WA7DEM (224.380)
RR# 106 - WA7DEM (444.200)
').addTo(map);