Switch from amenity=embassy to office=diplomatic as was about here #1084.
This commit is contained in:
parent
79c2ec929d
commit
3b8248af63
@ -25,7 +25,6 @@ def_poi_mapping_amenity: &poi_mapping_amenity
|
|||||||
- dentist
|
- dentist
|
||||||
- doctors
|
- doctors
|
||||||
- drinking_water
|
- drinking_water
|
||||||
- embassy
|
|
||||||
- fast_food
|
- fast_food
|
||||||
- ferry_terminal
|
- ferry_terminal
|
||||||
- fire_station
|
- fire_station
|
||||||
@ -115,6 +114,10 @@ def_poi_mapping_leisure: &poi_mapping_leisure
|
|||||||
- swimming_pool
|
- swimming_pool
|
||||||
- water_park
|
- water_park
|
||||||
|
|
||||||
|
# office values , see http://taginfo.openstreetmap.org/keys/office#values
|
||||||
|
def_poi_mapping_office: &poi_mapping_office
|
||||||
|
- diplomatic
|
||||||
|
|
||||||
# railway values , see http://taginfo.openstreetmap.org/keys/railway#values
|
# railway values , see http://taginfo.openstreetmap.org/keys/railway#values
|
||||||
def_poi_mapping_railway: &poi_mapping_railway
|
def_poi_mapping_railway: &poi_mapping_railway
|
||||||
- halt
|
- halt
|
||||||
@ -373,6 +376,7 @@ def_poi_mapping: &poi_mapping
|
|||||||
historic: *poi_mapping_historic
|
historic: *poi_mapping_historic
|
||||||
landuse: *poi_mapping_landuse
|
landuse: *poi_mapping_landuse
|
||||||
leisure: *poi_mapping_leisure
|
leisure: *poi_mapping_leisure
|
||||||
|
office: *poi_mapping_office
|
||||||
railway: *poi_mapping_railway
|
railway: *poi_mapping_railway
|
||||||
shop: *poi_mapping_shop
|
shop: *poi_mapping_shop
|
||||||
sport: *poi_mapping_sport
|
sport: *poi_mapping_sport
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.4 MiB |
Loading…
x
Reference in New Issue
Block a user