diff --git a/html/template/sync/planning-root.html b/html/template/sync/planning-root.html
index 44216fa6..2540e5bf 100644
--- a/html/template/sync/planning-root.html
+++ b/html/template/sync/planning-root.html
@@ -83,12 +83,13 @@
map.on("load", () => {
map.addLayer({
id: "parcel",
- source: "tegola",
- "source-layer": "parcel",
- type: "line",
+ minzoom: 14,
paint: {
"line-color": "#0f0",
},
+ source: "tegola",
+ "source-layer": "parcel",
+ type: "line",
});
});
});