feat(map): add five-source drainage styling

This commit is contained in:
2026-07-10 18:45:43 +08:00
parent 2258177726
commit 513c403017
19 changed files with 1303 additions and 182 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ export const measurementLayers: StyleSpecification["layers"] = [
{
id: MEASUREMENT_SELECTED_PIPES_LAYER_ID,
type: "line",
source: "pipes",
"source-layer": SOURCE_LAYERS.pipes,
source: "conduits",
"source-layer": SOURCE_LAYERS.conduits,
minzoom: 9,
filter: ["in", ["get", "id"], ["literal", []]],
paint: {