21 lines
531 B
YAML
21 lines
531 B
YAML
---
|
|
admin_level:
|
|
"2": "country"
|
|
"3": "country_region"
|
|
"4": "state"
|
|
"5": "state_district"
|
|
"6": "city"
|
|
"7": "city_district"
|
|
"8": "city_district"
|
|
"9": "suburb"
|
|
overrides:
|
|
id:
|
|
relation:
|
|
# Bogotá
|
|
"1387968": "city"
|
|
|
|
use_admin_center:
|
|
- id: 1387968 # Bogotá
|
|
type: relation
|
|
# Occasionally use properties/names from the state boundary
|
|
probability: 0.8 |