mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-19 23:14:41 +02:00
Chore: Fix indentation errors in data/deprecated.json (#1282)
Co-authored-by: Tobias <t@tobiasjordans.de>
This commit is contained in:
+19
-19
@@ -76,8 +76,8 @@
|
||||
"replace": {"amenity": "charging_station"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "charging_station", "car": "*"},
|
||||
"replace": {"amenity": "charging_station", "motorcar": "$1"}
|
||||
"old": {"amenity": "charging_station", "car": "*"},
|
||||
"replace": {"amenity": "charging_station", "motorcar": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "fire_hydrant"},
|
||||
@@ -547,7 +547,7 @@
|
||||
"replace": {"direction": "W"}
|
||||
},
|
||||
{
|
||||
"old": {"disabled_spaces":"*"},
|
||||
"old": {"disabled_spaces": "*"},
|
||||
"replace": {"capacity:disabled": "$1"}
|
||||
},
|
||||
{
|
||||
@@ -807,8 +807,8 @@
|
||||
"replace": {"highway": "road", "surface": "unpaved"}
|
||||
},
|
||||
{
|
||||
"old": {"historic": "archaeological_site", "site_type": "*"},
|
||||
"replace": {"historic": "archaeological_site", "archaeological_site": "$1"}
|
||||
"old": {"historic": "archaeological_site", "site_type": "*"},
|
||||
"replace": {"historic": "archaeological_site", "archaeological_site": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"industrial": "gas"},
|
||||
@@ -854,11 +854,11 @@
|
||||
"old": {"internet_access": "wifi"},
|
||||
"replace": {"internet_access": "wlan"}
|
||||
},
|
||||
{
|
||||
{
|
||||
"old": {"internet_access": "wi-fi"},
|
||||
"replace": {"internet_access": "wlan"}
|
||||
},
|
||||
{
|
||||
{
|
||||
"old": {"internet_access": "WLAN"},
|
||||
"replace": {"internet_access": "wlan"}
|
||||
},
|
||||
@@ -967,12 +967,12 @@
|
||||
"replace": {"natural": "water", "water": "reservoir"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "reservoir", "reservoir_type": "tailings", "natural": "water", "water": "reservoir"},
|
||||
"replace": {"man_made": "tailings_pond"}
|
||||
"old": {"landuse": "reservoir", "reservoir_type": "tailings", "natural": "water", "water": "reservoir"},
|
||||
"replace": {"man_made": "tailings_pond"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "reservoir", "reservoir_type": "tailings"},
|
||||
"replace": {"man_made": "tailings_pond"}
|
||||
"old": {"landuse": "reservoir", "reservoir_type": "tailings"},
|
||||
"replace": {"man_made": "tailings_pond"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "school"},
|
||||
@@ -1171,8 +1171,8 @@
|
||||
"replace": {"natural": "wetland", "wetland": "marsh"}
|
||||
},
|
||||
{
|
||||
"old": {"natural": "water", "water": "reservoir", "reservoir_type": "tailings"},
|
||||
"replace": {"man_made": "tailings_pond"}
|
||||
"old": {"natural": "water", "water": "reservoir", "reservoir_type": "tailings"},
|
||||
"replace": {"man_made": "tailings_pond"}
|
||||
},
|
||||
{
|
||||
"old": {"natural": "waterfall"},
|
||||
@@ -1877,20 +1877,20 @@
|
||||
"replace": {"volcano:status": "extinct"}
|
||||
},
|
||||
{
|
||||
"old": {"voltage-high": "*", "transformer":"generator"},
|
||||
"replace": {"voltage:secondary":"$1", "transformer":"generator"}
|
||||
"old": {"voltage-high": "*", "transformer": "generator"},
|
||||
"replace": {"voltage:secondary": "$1", "transformer": "generator"}
|
||||
},
|
||||
{
|
||||
"old": {"voltage-low": "*", "transformer":"generator"},
|
||||
"replace": {"voltage:primary":"$1", "transformer":"generator"}
|
||||
"old": {"voltage-low": "*", "transformer": "generator"},
|
||||
"replace": {"voltage:primary": "$1", "transformer": "generator"}
|
||||
},
|
||||
{
|
||||
"old": {"voltage-high": "*"},
|
||||
"replace": {"voltage:primary":"$1"}
|
||||
"replace": {"voltage:primary": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"voltage-low": "*"},
|
||||
"replace": {"voltage:secondary":"$1"}
|
||||
"replace": {"voltage:secondary": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"wall_type": "noise_barrier"},
|
||||
|
||||
Reference in New Issue
Block a user