mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Create antenna.json
see https://wiki.openstreetmap.org/wiki/Proposed_features/Telecommunications_tower
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "poi-mast",
|
||||
"fields": [
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"antenna",
|
||||
"radio mast",
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "antenna"
|
||||
},
|
||||
"name": "Antenna"
|
||||
}
|
||||
Reference in New Issue
Block a user