[styles] Add new type place-state-USA to distinguish it from states in other countries.
This commit is contained in:
parent
5cd6a12e0e
commit
3bf4612313
4 changed files with 42 additions and 2 deletions
|
@ -8,7 +8,9 @@ world +
|
|||
town 6|3|6|3 7|3|6|3 8|3|4|3 9|3|6|3 10|3|6|3 11|3|6|3 12|3|2|10453 13|3|3|10480 14|3|1|10625 -
|
||||
county 6|3|4|2 7|3|4|2 8|3|9|2 9|3|11|2 10|3|7|2 11|3|7|2 12|3|1|10452 -
|
||||
island 8|3|4|67 9|3|6|67 10|3|6|153 11|3|6|153 12|3|0|10452 13|3|0|10479 14|3|3|10631 15|3|5|10896 16|3|7|11556 17|3|9|11792 -
|
||||
state 8|3|7|70 9|3|9|70 -
|
||||
state 8|3|7|70 9|3|9|70 +
|
||||
USA -
|
||||
{}
|
||||
region 8|3|8|71 9|3|10|71 -
|
||||
islet 13|3|1|10480 14|3|4|10632 15|3|6|10897 16|3|8|11557 17|3|10|11793 -
|
||||
village 13|3|0|10483 14|3|3|10633 15|3|5|10898 16|3|7|11558 17|3|11|11794 -
|
||||
|
|
|
@ -47984,6 +47984,41 @@ cont {
|
|||
}
|
||||
}
|
||||
}
|
||||
cont {
|
||||
name: "place-state-USA"
|
||||
element {
|
||||
scale: 7
|
||||
caption {
|
||||
primary {
|
||||
height: 14
|
||||
color: 0xC0C0B0
|
||||
}
|
||||
priority: 70
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 8
|
||||
caption {
|
||||
primary {
|
||||
height: 14
|
||||
color: 0xB0B0A8
|
||||
stroke_color: 0xEEEEDD
|
||||
}
|
||||
priority: 70
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 9
|
||||
caption {
|
||||
primary {
|
||||
height: 14
|
||||
color: 0xC0C0B0
|
||||
stroke_color: 0xEEEEDD
|
||||
}
|
||||
priority: 70
|
||||
}
|
||||
}
|
||||
}
|
||||
cont {
|
||||
name: "place-suburb"
|
||||
element {
|
||||
|
|
|
@ -746,5 +746,6 @@ tourism|guest_house
|
|||
tourism|motel
|
||||
|
||||
boundary|administrative|4|state
|
||||
place|state|USA
|
||||
|
||||
building|address
|
||||
|
|
|
@ -902,7 +902,9 @@ world 000000000000000000 +
|
|||
islet 000000000000011111 -
|
||||
locality 000000000000111111 -
|
||||
region 000000011100000000 -
|
||||
state 000000011100000000 -
|
||||
state 000000011100000000 +
|
||||
USA 000000111100000000 -
|
||||
{}
|
||||
suburb 000000000000111111 -
|
||||
town 000000000111111000 -
|
||||
village 000000000001111111 -
|
||||
|
|
Reference in a new issue