mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
Deprecate aerodrome=military and aerodrome:type=military
This commit is contained in:
@@ -11,6 +11,14 @@
|
||||
"old": {"access": "public"},
|
||||
"replace": {"access": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"aerodrome": "military"},
|
||||
"replace": {"military": "airfield"}
|
||||
},
|
||||
{
|
||||
"old": {"aerodrome:type": "military"},
|
||||
"replace": {"military": "airfield"}
|
||||
},
|
||||
{
|
||||
"old": {"agrarian": "agrcultural_machinry"},
|
||||
"replace": {"agrarian": "agricultural_machinery"}
|
||||
|
||||
@@ -1977,6 +1977,8 @@
|
||||
{"key": "aerialway", "value": "canopy", "description": "🄳 ➜ aerialway=zip_line"},
|
||||
{"key": "aeroway", "value": "aerobridge", "description": "🄳 ➜ aeroway=jet_bridge + highway=corridor"},
|
||||
{"key": "access", "value": "public", "description": "🄳 ➜ access=yes"},
|
||||
{"key": "aerodrome", "value": "military", "description": "🄳 ➜ military=airfield"},
|
||||
{"key": "aerodrome:type", "value": "military", "description": "🄳 ➜ military=airfield"},
|
||||
{"key": "agrarian", "value": "agrcultural_machinry", "description": "🄳 ➜ agrarian=agricultural_machinery"},
|
||||
{"key": "amenity", "value": "advertising", "description": "🄳 ➜ advertising=*"},
|
||||
{"key": "amenity", "value": "artwork", "description": "🄳 ➜ tourism=artwork"},
|
||||
|
||||
Reference in New Issue
Block a user