mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-07 15:33:57 +00:00
inline the google maps pin svg
This commit is contained in:
parent
8a54ef4cd0
commit
a04f198ade
5 changed files with 12 additions and 16 deletions
|
|
@ -180,6 +180,7 @@ PacketMessagePanel.prototype.pushMessage = function(msg) {
|
|||
}
|
||||
} else if (msg.lat && msg.lon) {
|
||||
classes.push('openwebrx-maps-pin');
|
||||
overlay = '<svg viewBox="0 0 20 35"><use xlink:href="static/gfx/svg-defs.svg#maps-pin"></use></svg>';
|
||||
}
|
||||
var attrs = [
|
||||
'class="' + classes.join(' ') + '"',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue