|
76 | 76 | "replace": {"amenity": "charging_station"} |
77 | 77 | }, |
78 | 78 | { |
79 | | - "old": {"amenity": "charging_station", "car": "*"}, |
80 | | - "replace": {"amenity": "charging_station", "motorcar": "$1"} |
| 79 | + "old": {"amenity": "charging_station", "car": "*"}, |
| 80 | + "replace": {"amenity": "charging_station", "motorcar": "$1"} |
81 | 81 | }, |
82 | 82 | { |
83 | 83 | "old": {"amenity": "fire_hydrant"}, |
|
547 | 547 | "replace": {"direction": "W"} |
548 | 548 | }, |
549 | 549 | { |
550 | | - "old": {"disabled_spaces":"*"}, |
| 550 | + "old": {"disabled_spaces": "*"}, |
551 | 551 | "replace": {"capacity:disabled": "$1"} |
552 | 552 | }, |
553 | 553 | { |
|
807 | 807 | "replace": {"highway": "road", "surface": "unpaved"} |
808 | 808 | }, |
809 | 809 | { |
810 | | - "old": {"historic": "archaeological_site", "site_type": "*"}, |
811 | | - "replace": {"historic": "archaeological_site", "archaeological_site": "$1"} |
| 810 | + "old": {"historic": "archaeological_site", "site_type": "*"}, |
| 811 | + "replace": {"historic": "archaeological_site", "archaeological_site": "$1"} |
812 | 812 | }, |
813 | 813 | { |
814 | 814 | "old": {"industrial": "gas"}, |
|
854 | 854 | "old": {"internet_access": "wifi"}, |
855 | 855 | "replace": {"internet_access": "wlan"} |
856 | 856 | }, |
857 | | -{ |
| 857 | + { |
858 | 858 | "old": {"internet_access": "wi-fi"}, |
859 | 859 | "replace": {"internet_access": "wlan"} |
860 | 860 | }, |
861 | | -{ |
| 861 | + { |
862 | 862 | "old": {"internet_access": "WLAN"}, |
863 | 863 | "replace": {"internet_access": "wlan"} |
864 | 864 | }, |
|
967 | 967 | "replace": {"natural": "water", "water": "reservoir"} |
968 | 968 | }, |
969 | 969 | { |
970 | | - "old": {"landuse": "reservoir", "reservoir_type": "tailings", "natural": "water", "water": "reservoir"}, |
971 | | - "replace": {"man_made": "tailings_pond"} |
| 970 | + "old": {"landuse": "reservoir", "reservoir_type": "tailings", "natural": "water", "water": "reservoir"}, |
| 971 | + "replace": {"man_made": "tailings_pond"} |
972 | 972 | }, |
973 | 973 | { |
974 | | - "old": {"landuse": "reservoir", "reservoir_type": "tailings"}, |
975 | | - "replace": {"man_made": "tailings_pond"} |
| 974 | + "old": {"landuse": "reservoir", "reservoir_type": "tailings"}, |
| 975 | + "replace": {"man_made": "tailings_pond"} |
976 | 976 | }, |
977 | 977 | { |
978 | 978 | "old": {"landuse": "school"}, |
|
1171 | 1171 | "replace": {"natural": "wetland", "wetland": "marsh"} |
1172 | 1172 | }, |
1173 | 1173 | { |
1174 | | - "old": {"natural": "water", "water": "reservoir", "reservoir_type": "tailings"}, |
1175 | | - "replace": {"man_made": "tailings_pond"} |
| 1174 | + "old": {"natural": "water", "water": "reservoir", "reservoir_type": "tailings"}, |
| 1175 | + "replace": {"man_made": "tailings_pond"} |
1176 | 1176 | }, |
1177 | 1177 | { |
1178 | 1178 | "old": {"natural": "waterfall"}, |
|
1877 | 1877 | "replace": {"volcano:status": "extinct"} |
1878 | 1878 | }, |
1879 | 1879 | { |
1880 | | - "old": {"voltage-high": "*", "transformer":"generator"}, |
1881 | | - "replace": {"voltage:secondary":"$1", "transformer":"generator"} |
| 1880 | + "old": {"voltage-high": "*", "transformer": "generator"}, |
| 1881 | + "replace": {"voltage:secondary": "$1", "transformer": "generator"} |
1882 | 1882 | }, |
1883 | 1883 | { |
1884 | | - "old": {"voltage-low": "*", "transformer":"generator"}, |
1885 | | - "replace": {"voltage:primary":"$1", "transformer":"generator"} |
| 1884 | + "old": {"voltage-low": "*", "transformer": "generator"}, |
| 1885 | + "replace": {"voltage:primary": "$1", "transformer": "generator"} |
1886 | 1886 | }, |
1887 | 1887 | { |
1888 | 1888 | "old": {"voltage-high": "*"}, |
1889 | | - "replace": {"voltage:primary":"$1"} |
| 1889 | + "replace": {"voltage:primary": "$1"} |
1890 | 1890 | }, |
1891 | 1891 | { |
1892 | 1892 | "old": {"voltage-low": "*"}, |
1893 | | - "replace": {"voltage:secondary":"$1"} |
| 1893 | + "replace": {"voltage:secondary": "$1"} |
1894 | 1894 | }, |
1895 | 1895 | { |
1896 | 1896 | "old": {"wall_type": "noise_barrier"}, |
|
0 commit comments