Skip to content

Commit

Permalink
Add boundary=aboriginal_lands to polygon values
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisenbe committed May 19, 2019
1 parent c371348 commit 8173d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstreetmap-carto.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local linestring_values = {
local polygon_values = {
highway = {services = true, rest_area = true},
junction = {yes = true},
boundary = {national_park = true, protected_area= true}
boundary = {aboriginal_lands = true, national_park = true, protected_area= true}
}

-- The following keys will be deleted
Expand Down

0 comments on commit 8173d0c

Please sign in to comment.