Skip to content

Commit

Permalink
Add legend entries
Browse files Browse the repository at this point in the history
As described in original PR, but neglected to actually merge.
  • Loading branch information
wmisener committed Jul 10, 2024
1 parent cde59f8 commit 38501ca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/layer/place.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,18 @@ export const legendEntries = [
description: "Small village",
layers: [village.id],
filter: nonCapitalFilter,
},
{
description: "Major district",
layers: [suburb.id],
},
{
description: "Large neighborhood",
layers: [quarter.id],
},
{
description: "Neighborhood",
layers: [neighborhood.id],
},
{
description: "National capital",
Expand Down

0 comments on commit 38501ca

Please sign in to comment.