mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-03 11:21:49 +02:00
Change location restriction specification.
This commit is contained in:
parent
4438de3ba5
commit
16206a32fe
1 changed files with 5 additions and 2 deletions
|
@ -226,8 +226,10 @@ node_icons:
|
|||
- tags: {amenity: clinic}
|
||||
icon: [greek_cross]
|
||||
- tags: {amenity: post_office}
|
||||
location_restrictions: {include: world, exclude: jp}
|
||||
icon: [envelope]
|
||||
- tags: {amenity: post_office, __country: Japan}
|
||||
- tags: {amenity: post_office}
|
||||
location_restrictions: {include: jp}
|
||||
icon: [japan_post]
|
||||
- tags: {shop: car_repair}
|
||||
icon: [car_repair]
|
||||
|
@ -375,7 +377,8 @@ node_icons:
|
|||
icon: [toy_horse]
|
||||
- tags: {building: office}
|
||||
icon: [briefcase]
|
||||
- tags: {amenity: school, __country: Japan}
|
||||
- tags: {amenity: school}
|
||||
location_restrictions: {include: jp}
|
||||
icon: [japan_elementary_school]
|
||||
- tags: {office: telecommunication}
|
||||
icon: [telephone]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue