mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
Deprecate landuse=port
Alphabetize landuse deprecations
This commit is contained in:
@@ -371,6 +371,10 @@
|
||||
"old": {"kerb": "flat"},
|
||||
"replace": {"kerb": "flush"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "basin"},
|
||||
"replace": {"natural": "water", "water": "basin"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "conservation"},
|
||||
"replace": {"boundary": "protected_area"}
|
||||
@@ -383,14 +387,14 @@
|
||||
"old": {"landuse": "field"},
|
||||
"replace": {"landuse": "farmland"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "basin"},
|
||||
"replace": {"natural": "water", "water": "basin"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "pond"},
|
||||
"replace": {"natural": "water", "water": "pond"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "port"},
|
||||
"replace": {"landuse": "industrial", "industrial": "port"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "reservoir"},
|
||||
"replace": {"natural": "water", "water": "reservoir"}
|
||||
|
||||
Reference in New Issue
Block a user