From b1757eed4524317ecd21b51273141938a97f6a39 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 19 Jul 2023 22:46:40 -0700 Subject: [PATCH] add todo --- selfdrive/ui/qt/maps/map.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/ui/qt/maps/map.cc b/selfdrive/ui/qt/maps/map.cc index 42c5f404b1..3484e87352 100644 --- a/selfdrive/ui/qt/maps/map.cc +++ b/selfdrive/ui/qt/maps/map.cc @@ -126,6 +126,7 @@ void MapWindow::initLayers() { m_map->setLayoutProperty("pinLayer", "icon-image", "default_marker"); m_map->setLayoutProperty("pinLayer", "icon-ignore-placement", true); m_map->setLayoutProperty("pinLayer", "icon-allow-overlap", true); + // TODO: remove, symbol-sort-key does not seem to matter outside of each layer m_map->setLayoutProperty("pinLayer", "symbol-sort-key", 0); } if (!m_map->layerExists("carPosLayer")) {