Skip to content

Commit

Permalink
Restored parks at z4
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 authored Apr 25, 2024
1 parent b5ee360 commit 84a62f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/layer/park.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const fill = {
"fill-color": Color.parkFill,
},
source: "openmaptiles",
minzoom: 5,
"source-layer": "park",
};

Expand All @@ -25,7 +24,6 @@ export const outline = {
"line-color": Color.parkOutline,
},
source: "openmaptiles",
minzoom: 5,
metadata: {},
"source-layer": "park",
};
Expand Down

0 comments on commit 84a62f0

Please sign in to comment.