add province, increase scalerank + labelrank (#1306)
Add `province` (next to `state`) tag into `osm_state_point`
This commit is contained in:
@@ -124,6 +124,9 @@ tables:
|
||||
- *name_de
|
||||
- name: tags
|
||||
type: hstore_tags
|
||||
- name: place
|
||||
key: place
|
||||
type: string
|
||||
- name: is_in_country
|
||||
key: is_in:country
|
||||
type: string
|
||||
@@ -140,6 +143,7 @@ tables:
|
||||
mapping:
|
||||
place:
|
||||
- state
|
||||
- province
|
||||
|
||||
# etldoc: imposm3 -> osm_city_point
|
||||
city_point:
|
||||
|
||||
Reference in New Issue
Block a user