Skip to content

Commit

Permalink
Recenter map
Browse files Browse the repository at this point in the history
  • Loading branch information
QCaudron committed Oct 27, 2024
1 parent c697e39 commit 6265c6f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/templates/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The locations for these repeaters are approximate, and sourced from RepeaterBook


<script>
var map = L.map('map').setView([47.63, -122.75], 8);
var map = L.map('map').setView([47.63, -120], 6);

L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
Expand Down
1 change: 0 additions & 1 deletion demo_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
L.marker([47.0731250000, -121.0786900000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>126</div>", iconSize: [25, 25]}) }).bindPopup('RR# 126 - WA7SAR (145.170)<br>').addTo(map);
L.marker([46.6414000000, -120.3967000000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>127</div>", iconSize: [25, 25]}) }).bindPopup('RR# 127 - WA7SAR (147.080)<br>').addTo(map);
L.marker([47.1523017900, -120.5640029900], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>...</div>", iconSize: [25, 25]}) }).bindPopup('RR# 128 - K7RHT (147.000)<br>RR# 129 - K7RHT (444.450)<br>').addTo(map);

</script>


Expand Down
5 changes: 1 addition & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +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 October 27 at 17:34.
> This page was last updated on Sunday October 27 at 10:53.
---

Expand All @@ -25,7 +23,6 @@ To get started, check out the [Rules](./rules) page.

Then, check out the list of [129 participating repeaters](./repeaters) from across 51 radio groups that you'll play on during the contest. You can also [view the map](./map) to see where the repeaters are located.


We provide [files to program your radios](./files) with Chirp and other software.

Visit the [logging page](./logging) to log your contacts and submit your logs for scoring.
Expand Down
3 changes: 1 addition & 2 deletions map.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The locations for these repeaters are approximate, and sourced from RepeaterBook


<script>
var map = L.map('map').setView([47.63, -122.75], 8);
var map = L.map('map').setView([47.63, -120], 6);

L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
Expand Down Expand Up @@ -121,5 +121,4 @@ L.marker([47.0731250000, -121.0786900000], {icon: L.divIcon({className: 'custom-
L.marker([46.6414000000, -120.3967000000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>127</div>", iconSize: [25, 25]}) }).bindPopup('RR# 127 - WA7SAR (147.080)<br>').addTo(map);
L.marker([47.1523017900, -120.5640029900], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>...</div>", iconSize: [25, 25]}) }).bindPopup('RR# 128 - K7RHT (147.000)<br>RR# 129 - K7RHT (444.450)<br>').addTo(map);


</script>
1 change: 0 additions & 1 deletion rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ subtitle: How to play in the Repeater Roundabout.

Only these [129 participating repeaters from 51 radio groups](/repeaters) are eligible for scoring points in the Repeater Roundabout. Please stick to these repeaters; we don't want to annoy anyone who did not want to bring the contest to their repeater.


Please ensure that there is no ongoing activity on a repeater (such as a net) before you call for contacts. Please ensure you leave some space for others to user the repeater; some of these are used for emergency communications, and we don't want to interfere with that.


Expand Down

0 comments on commit 6265c6f

Please sign in to comment.