diff --git a/htdocs/map-leaflet.js b/htdocs/map-leaflet.js index 9d6ed547..90354862 100644 --- a/htdocs/map-leaflet.js +++ b/htdocs/map-leaflet.js @@ -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; }