Skip to content

Commit

Permalink
lint and fix wrong tag reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Aug 25, 2023
1 parent 38eec6d commit f2c16fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
5 changes: 1 addition & 4 deletions data/presets/man_made/satellite_dish.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"area"
],
"tags": {
"man_made" : "satellite_dish"
},
"reference": {
"key": "man_made"
"man_made": "satellite_dish"
},
"terms": [
"fixed satellite dish",
Expand Down
4 changes: 1 addition & 3 deletions data/presets/man_made/telescope.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
"area"
],
"tags": {
"man_made" : "telescope"
"man_made": "telescope"
},
"reference": {
"key": "man_made"
},
"terms": [
],
"name": "Telescope"
}
2 changes: 1 addition & 1 deletion data/presets/man_made/telescope/optical.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"area"
],
"tags": {
"man_made" : "telescope",
"man_made": "telescope",
"telescope:type": "optical"
},
"reference": {
Expand Down
2 changes: 1 addition & 1 deletion data/presets/man_made/telescope/radio.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"area"
],
"tags": {
"man_made" : "telescope",
"man_made": "telescope",
"telescope:type": "radio"
},
"reference": {
Expand Down

0 comments on commit f2c16fb

Please sign in to comment.