mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-27 17:02:04 +08:00
custom triangle for nav
This commit is contained in:
@@ -96,7 +96,7 @@ void MapWindow::initLayers() {
|
||||
}
|
||||
if (!m_map->layerExists("carPosLayer")) {
|
||||
qDebug() << "Initializing carPosLayer";
|
||||
m_map->addImage("label-arrow", QImage("../assets/images/triangle.svg"));
|
||||
m_map->addImage("label-arrow", QImage("../../dp_ext/selfdrive/assets/images/triangle.svg"));
|
||||
|
||||
QVariantMap carPos;
|
||||
carPos["type"] = "symbol";
|
||||
|
||||
Reference in New Issue
Block a user