Skip to content

Commit

Permalink
Recenter map
Browse files Browse the repository at this point in the history
  • Loading branch information
QCaudron committed Oct 23, 2023
1 parent 683020e commit 89a595f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file modified assets/programming_files/d878.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/templates/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</style>

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

L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
Expand Down
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.7, -122.7], 8);
var map = L.map('map').setView([47.63, -122.75], 8);

L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
Expand Down
2 changes: 1 addition & 1 deletion demo_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</style>

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

L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Repeater Roundabout is a weekend-long event held on many of our local repeat

Anyone with a ham radio license can participate ! You don't even have to be local; stations may participate over Echolink, Allstar, or IRLP if they are available.

> This page was last updated on Sunday October 22 at 19:51.
> This page was last updated on Sunday October 22 at 19:55.
---

Expand Down
2 changes: 1 addition & 1 deletion 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.7, -122.7], 8);
var map = L.map('map').setView([47.63, -122.75], 8);

L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
Expand Down

0 comments on commit 89a595f

Please sign in to comment.