Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d86747e authored by Fynn Godau's avatar Fynn Godau
Browse files

Hide `national_park` layer for high zoom levels

parent b6cdddcc
Loading
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -202,7 +202,20 @@
                "visibility": "visible"
            },
            "paint": {
                "fill-color": "hsl(106, 58%, 85%)"
                "fill-color": "hsl(106, 58%, 85%)",
                "fill-opacity": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    9,
                    1,
                    11.5,
                    0
                ]
            }
        },
        {
+14 −1
Original line number Diff line number Diff line
@@ -307,7 +307,20 @@
                "visibility": "visible"
            },
            "paint": {
                "fill-color": "hsl(106, 58%, 85%)"
                "fill-color": "hsl(106, 58%, 85%)",
                "fill-opacity": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    9,
                    1,
                    11.5,
                    0
                ]
            }
        },
        {
+14 −1
Original line number Diff line number Diff line
@@ -307,7 +307,20 @@
                "visibility": "visible"
            },
            "paint": {
                "fill-color": "hsl(106, 58%, 85%)"
                "fill-color": "hsl(106, 58%, 85%)",
                "fill-opacity": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    9,
                    1,
                    11.5,
                    0
                ]
            }
        },
        {