mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 20:12:07 +08:00
nav: set icon anchor for destination pin (#29054)
* anchor! * whoops * fix anchor old-commit-hash: d0ea8be95fd5900930070b55c8582bafd329639e
This commit is contained in:
@@ -131,6 +131,7 @@ void MapWindow::initLayers() {
|
||||
m_map->setLayoutProperty("pinLayer", "icon-ignore-placement", true);
|
||||
m_map->setLayoutProperty("pinLayer", "icon-allow-overlap", true);
|
||||
m_map->setLayoutProperty("pinLayer", "symbol-sort-key", 0);
|
||||
m_map->setLayoutProperty("pinLayer", "icon-anchor", "bottom");
|
||||
}
|
||||
if (!m_map->layerExists("carPosLayer")) {
|
||||
qDebug() << "Initializing carPosLayer";
|
||||
|
||||
Reference in New Issue
Block a user