Skip to content

Commit

Permalink
Merge pull request #474 from wearepal/add-prv-gardens
Browse files Browse the repository at this point in the history
Re-add private gardens with filter
  • Loading branch information
paulthatjazz authored Dec 20, 2024
2 parents bf56e5d + 8158c44 commit 34cbd24
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ const GS_Sources: GS_Source[] =
source: "nateng:Brighton_PrivateGardens",
name: "Private gardens"
},
// {
// source: "nateng:shape_green_privategardens",
// name: "Private gardens (RGB filtered)"
// }
{
source: "nateng:shape_green_privategardens",
name: "Private gardens (RGB filtered)"
}
]

async function fetchGreenspacesFromExtent(bbox: string, source: string) {
Expand Down

0 comments on commit 34cbd24

Please sign in to comment.