Skip to content

Commit

Permalink
fix: update nz.yaml with correct ids
Browse files Browse the repository at this point in the history
  • Loading branch information
charsleysa authored and albarrentine committed Feb 8, 2025
1 parent 036af61 commit 143cde5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/boundaries/osm/nz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
id:
relation:
# Auckland
"2094141": "city"
"17000522": "city"
# Wellington
"4266321": "city"
# Christchurch
Expand All @@ -31,12 +31,12 @@
# Invercargill
"1656388": "city"
# Nelson
"4266962": "city"
"17000449": "city"
# Upper Hutt
"4266375": "city"

use_admin_center:
- id: 2094141 # Auckland
- id: 17000522 # Auckland
type: relation
- id: 4266321 # Wellington
type: relation
Expand Down Expand Up @@ -68,7 +68,7 @@
- id: 1656388 # Invercargill
type: relation
probability: 0.7
- id: 4266962 # Nelson
- id: 17000449 # Nelson
type: relation
- id: 4266375 # Upper Hutt
type: relation
Expand Down

0 comments on commit 143cde5

Please sign in to comment.