nav: route color match explorer

old-commit-hash: a5f65c12f7a1f991cd633850f5a30de88eaf02f7
This commit is contained in:
Willem Melching
2021-06-22 13:34:47 +02:00
parent c281ecde05
commit 1a9706361f
+1 -1
View File
@@ -93,7 +93,7 @@ void MapWindow::initLayers() {
nav["type"] = "line";
nav["source"] = "navSource";
m_map->addLayer(nav, "road-intersection");
m_map->setPaintProperty("navLayer", "line-color", QColor("#8cb3d1"));
m_map->setPaintProperty("navLayer", "line-color", QColor("#31a1ee"));
m_map->setPaintProperty("navLayer", "line-width", 7.5);
m_map->setLayoutProperty("navLayer", "line-cap", "round");
}