|
754 | 754 | "old": {"historic": "archaeological_site", "site_type": "*"},
|
755 | 755 | "replace": {"historic": "archaeological_site", "archaeological_site": "$1"}
|
756 | 756 | },
|
| 757 | + { |
| 758 | + "old": {"industrial": "gas"}, |
| 759 | + "replace": {"utility": "gas"} |
| 760 | + }, |
757 | 761 | {
|
758 | 762 | "old": {"information": "citymap"},
|
759 | 763 | "replace": {"tourism": "information", "information": "map", "map_type": "street", "map_size": "city"}
|
|
1549 | 1553 | "old": {"stream": "intermittent", "waterway": "stream"},
|
1550 | 1554 | "replace": {"intermittent": "yes", "waterway": "stream"}
|
1551 | 1555 | },
|
| 1556 | + { |
| 1557 | + "old": {"street_cabinet": "broadband"}, |
| 1558 | + "replace": {"utility": "telecom"} |
| 1559 | + }, |
| 1560 | + { |
| 1561 | + "old": {"street_cabinet": "cable_tv"}, |
| 1562 | + "replace": {"utility": "television"} |
| 1563 | + }, |
| 1564 | + { |
| 1565 | + "old": {"street_cabinet": "communications"}, |
| 1566 | + "replace": {"utility": "telecom"} |
| 1567 | + }, |
| 1568 | + { |
| 1569 | + "old": {"street_cabinet": "gas"}, |
| 1570 | + "replace": {"utility": "gas"} |
| 1571 | + }, |
| 1572 | + { |
| 1573 | + "old": {"street_cabinet": "power"}, |
| 1574 | + "replace": {"utility": "power"} |
| 1575 | + }, |
| 1576 | + { |
| 1577 | + "old": {"street_cabinet": "street_lighting"}, |
| 1578 | + "replace": {"utility": "street_lighting"} |
| 1579 | + }, |
| 1580 | + { |
| 1581 | + "old": {"street_cabinet": "telecom"}, |
| 1582 | + "replace": {"utility": "telecom"} |
| 1583 | + }, |
1552 | 1584 | {
|
1553 | 1585 | "old": {"sustenance": "bar"},
|
1554 | 1586 | "replace": {"amenity": "bar"}
|
|
0 commit comments