mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-09 14:38:03 +02:00
see https://wiki.openstreetmap.org/wiki/Proposed_features/Utility_poles_proposal
This commit is contained in:
@@ -1892,5 +1892,21 @@
|
||||
{
|
||||
"old": {"cycleway:both": "none"},
|
||||
"replace": {"cycleway:both": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"communication": "pole"},
|
||||
"replace": {"man_made": "utility_pole", "utility": "telecom"}
|
||||
},
|
||||
{
|
||||
"old": {"telephone": "pole"},
|
||||
"replace": {"man_made": "utility_pole", "utility": "telecom"}
|
||||
},
|
||||
{
|
||||
"old": {"telecom": "pole"},
|
||||
"replace": {"man_made": "utility_pole", "utility": "telecom"}
|
||||
},
|
||||
{
|
||||
"old": {"pstn": "pole"},
|
||||
"replace": {"man_made": "utility_pole", "utility": "telecom"}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -5,11 +5,13 @@
|
||||
"operator",
|
||||
"utility_semi",
|
||||
"height",
|
||||
"material"
|
||||
"material",
|
||||
"line_attachment"
|
||||
],
|
||||
"moreFields": [
|
||||
"colour",
|
||||
"manufacturer"
|
||||
"manufacturer",
|
||||
"line_management"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Reference in New Issue
Block a user