add preset for power=catenary_mast.json (#564, #593)

This commit is contained in:
kjonosm 2022-09-26 13:18:43 +02:00 committed by GitHub
parent bead36d43b
commit 4075329e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,28 @@
{
"icon": "temaki-power_pole",
"fields": [
"ref",
"operator"
],
"moreFields": [
"height",
"line_attachment",
"line_management",
"manufacturer",
"material"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"power": "catenary_mast"
},
"terms": [
"catenary pylon",
"catenary mast",
"overhead line",
"overhead wire"
],
"name": "Catenary Pole"
}