Merge pull request #33 from 0xAF/master

fix Leaflet maps when we have custom markers in /etc/openwebrx/markers.d
This commit is contained in:
Luarvique L. Luarvique 2023-11-03 20:59:25 -04:00 committed by GitHub
commit 4753d664b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ MapManager.prototype.processUpdates = function(updates) {
if (!update.location.color) update.location.color = self.mman.getColor(update.mode);
break;
default:
marker = new LMarker();
marker = new LAprsMarker();
break;
}