mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
improved fullscreen layout
This commit is contained in:
parent
cb0b950d34
commit
32c76beaa2
3 changed files with 4 additions and 2 deletions
|
|
@ -121,7 +121,7 @@
|
|||
case "config":
|
||||
var config = json.value;
|
||||
$.getScript("https://maps.googleapis.com/maps/api/js?key=" + config.google_maps_api_key).done(function(){
|
||||
map = new google.maps.Map($('body')[0], {
|
||||
map = new google.maps.Map($('.openwebrx-map')[0], {
|
||||
center: {
|
||||
lat: config.receiver_gps[0],
|
||||
lng: config.receiver_gps[1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue