Only show parcels at a high level zoom so we don't flood things
This commit is contained in:
parent
0e4ce01776
commit
25cd89b8a7
1 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue