diff --git a/client_src/js/LayerDeviceMarkers.mjs b/client_src/js/LayerDeviceMarkers.mjs index 90536c2..436d28d 100644 --- a/client_src/js/LayerDeviceMarkers.mjs +++ b/client_src/js/LayerDeviceMarkers.mjs @@ -80,7 +80,7 @@ class LayerDeviceMarkers { let info_list = []; for(let property in device_info) { // Filter out properties we're handling specially - if(["id", "other"].includes(property)) continue; + if(["id", "name", "other"].includes(property)) continue; // Ensure the property is a string - giving special handling to // some property values