add presets for Optical and Radio Telescopes

This commit is contained in:
Martin Raifer 2023-08-25 13:11:30 +02:00
parent 37f9772347
commit dd16e13388
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
4 changed files with 82 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
"icon": "fas-satellite-dish",
"fields": [
"name",
"telescope/type",
"operator",
"ref"
],
"geometry": [
"point",
"area"
],
"tags": {
"man_made" : "telescope"
},
"reference": {
"key": "man_made"
},
"terms": [
],
"name": "Telescope"
}

View file

@ -0,0 +1,23 @@
{
"icon": "temaki-telescope",
"fields": [
"operator",
"ref"
],
"geometry": [
"point",
"area"
],
"tags": {
"man_made" : "telescope",
"telescope:type": "optical"
},
"reference": {
"key": "man_made"
},
"terms": [
"refracting telescope",
"reflecting telescope"
],
"name": "Optical Telescope"
}

View file

@ -0,0 +1,20 @@
{
"icon": "roentgen-telescope-radio",
"geometry": [
"point",
"area"
],
"tags": {
"man_made" : "telescope",
"telescope:type": "radio"
},
"reference": {
"key": "man_made"
},
"terms": [
"ground station",
"radio dish",
"radio antenna"
],
"name": "Radio Telescope"
}