mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-04 12:07:54 +02:00
add preset for man_made=satellite_dish, closes #976
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"icon": "fas-satellite-dish",
|
||||
"fields": [
|
||||
"operator",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made" : "satellite_dish"
|
||||
},
|
||||
"reference": {
|
||||
"key": "man_made"
|
||||
},
|
||||
"terms": [
|
||||
"fixed satellite dish",
|
||||
"motorized satellite dish",
|
||||
"parabolic dish",
|
||||
"satellite communication",
|
||||
"tracking satellite dish"
|
||||
],
|
||||
"name": "Satellite Dish"
|
||||
}
|
||||
Reference in New Issue
Block a user