Skip to content

Commit

Permalink
map rendering bug fix (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Midms27 authored Mar 22, 2022
1 parent 23715c6 commit 41686b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/wx/templates/wx/station_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
timezone: "{{ TIMEZONE_NAME|escapejs }}",
zoom: {{ MAP_ZOOM|safe }},
center: L.latLng({{ MAP_LATITUDE|safe }}, {{ MAP_LONGITUDE|safe }}),
url: "http://{s}.tile.osm.org/{z}/{x}/{y}.png",
url: "https://{s}.tile.osm.org/{z}/{x}/{y}.png",
attribution:
'&copy, <a href="http://osm.org/copyright">OpenStreetMap</a> contributors',
options: { zoomControl: false },
Expand Down

0 comments on commit 41686b7

Please sign in to comment.