Skip to content

Commit

Permalink
Change to exclusion filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeLonewolf committed Dec 23, 2023
1 parent b6b69fc commit 9642b23
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/layer/park.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
import * as Label from "../constants/label.js";
import * as Color from "../constants/color.js";

const parkLayerFilter = [
"in",
["get", "class"],
["literal", ["nature_reserve", "national_park", "protected_area"]],
];
const parkLayerFilter = ["!=", ["get", "class"], "aboriginal_lands"];

export const fill = {
id: "protected-area_fill",
Expand Down

0 comments on commit 9642b23

Please sign in to comment.