@n8n-dev/n8n-nodes-ljaero-dflight 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +158 -0
- package/dist/banner.svg +141 -0
- package/dist/credentials/LjaeroDflightApi.credentials.d.ts +9 -0
- package/dist/credentials/LjaeroDflightApi.credentials.js +40 -0
- package/dist/credentials/LjaeroDflightApi.credentials.js.map +1 -0
- package/dist/icons/ljaero-dflight.dark.png +0 -0
- package/dist/icons/ljaero-dflight.png +0 -0
- package/dist/nodes/LjaeroDflight/LjaeroDflight.node.d.ts +4 -0
- package/dist/nodes/LjaeroDflight/LjaeroDflight.node.js +103 -0
- package/dist/nodes/LjaeroDflight/LjaeroDflight.node.js.map +1 -0
- package/dist/nodes/LjaeroDflight/LjaeroDflight.node.json +20 -0
- package/dist/nodes/LjaeroDflight/ljaero-dflight.dark.png +0 -0
- package/dist/nodes/LjaeroDflight/ljaero-dflight.png +0 -0
- package/dist/nodes/LjaeroDflight/resources/aerodromes/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/aerodromes/index.js +309 -0
- package/dist/nodes/LjaeroDflight/resources/aerodromes/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/airspace/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/airspace/index.js +384 -0
- package/dist/nodes/LjaeroDflight/resources/airspace/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/flight-restrictions/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/flight-restrictions/index.js +309 -0
- package/dist/nodes/LjaeroDflight/resources/flight-restrictions/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/index.d.ts +8 -0
- package/dist/nodes/LjaeroDflight/resources/index.js +20 -0
- package/dist/nodes/LjaeroDflight/resources/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/restricted-public-venues/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/restricted-public-venues/index.js +309 -0
- package/dist/nodes/LjaeroDflight/resources/restricted-public-venues/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/special-security-areas/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/special-security-areas/index.js +309 -0
- package/dist/nodes/LjaeroDflight/resources/special-security-areas/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/surface-obstacles/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/surface-obstacles/index.js +309 -0
- package/dist/nodes/LjaeroDflight/resources/surface-obstacles/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/uas-operating-areas/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/uas-operating-areas/index.js +309 -0
- package/dist/nodes/LjaeroDflight/resources/uas-operating-areas/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/weather/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/weather/index.js +459 -0
- package/dist/nodes/LjaeroDflight/resources/weather/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.specialSecurityAreasDescription = void 0;
|
|
4
|
+
exports.specialSecurityAreasDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Special Security Areas"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Ssa By Distance Us v1 Ssa Distance Query Post",
|
|
20
|
+
"value": "Ssa By Distance Us v1 Ssa Distance Query Post",
|
|
21
|
+
"action": "Retrieve all special security areas located within given distance of location.",
|
|
22
|
+
"description": "Retrieve special security areas existing within given distance from a point. Request body parameters are:\n* latitude: WGS84 latitude coordinate of your selected point, in decimal degrees\n* longitude: WGS84 longitude coordinate of your selected point, in decimal degrees\n* distance: distance in meters (max allowed value is 25000)",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/us/v1/ssa/distance-query"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Ssa By Poly Us v1 Ssa Polygon Query Post",
|
|
32
|
+
"value": "Ssa By Poly Us v1 Ssa Polygon Query Post",
|
|
33
|
+
"action": "Retrieve all special security areas located within given GeoJSON Polygon.",
|
|
34
|
+
"description": "Retrieve all special security areas located within given area. Request body parameters are:\n* poly: [GeoJSON Polygon](https://www.rfc-editor.org/rfc/rfc7946.html#appendix-A) defining the area. Max allowed area is 1000 km^2.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/us/v1/ssa/polygon-query"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Ssa By Route Us v1 Ssa Route Query Post",
|
|
44
|
+
"value": "Ssa By Route Us v1 Ssa Route Query Post",
|
|
45
|
+
"action": "Retrieve all special security areas traversed by route.",
|
|
46
|
+
"description": "Retrieve all special security areas intersected by route. Request body parameters are:\n* route: [GeoJSON Linestring](https://www.rfc-editor.org/rfc/rfc7946.html#appendix-A) defining the route. Max allowed length is 50 km.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "POST",
|
|
50
|
+
"url": "=/us/v1/ssa/route-query"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"default": ""
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"displayName": "POST /us/v1/ssa/distance-query",
|
|
59
|
+
"name": "operation",
|
|
60
|
+
"type": "notice",
|
|
61
|
+
"typeOptions": {
|
|
62
|
+
"theme": "info"
|
|
63
|
+
},
|
|
64
|
+
"default": "",
|
|
65
|
+
"displayOptions": {
|
|
66
|
+
"show": {
|
|
67
|
+
"resource": [
|
|
68
|
+
"Special Security Areas"
|
|
69
|
+
],
|
|
70
|
+
"operation": [
|
|
71
|
+
"Ssa By Distance Us v1 Ssa Distance Query Post"
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"displayName": "X API Key",
|
|
78
|
+
"name": "x-api-key",
|
|
79
|
+
"default": "",
|
|
80
|
+
"type": "string",
|
|
81
|
+
"routing": {
|
|
82
|
+
"request": {
|
|
83
|
+
"headers": {
|
|
84
|
+
"x-api-key": "={{ $value }}"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"displayOptions": {
|
|
89
|
+
"show": {
|
|
90
|
+
"resource": [
|
|
91
|
+
"Special Security Areas"
|
|
92
|
+
],
|
|
93
|
+
"operation": [
|
|
94
|
+
"Ssa By Distance Us v1 Ssa Distance Query Post"
|
|
95
|
+
]
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"required": true,
|
|
101
|
+
"displayName": "Distance",
|
|
102
|
+
"name": "distance",
|
|
103
|
+
"type": "number",
|
|
104
|
+
"default": 0,
|
|
105
|
+
"routing": {
|
|
106
|
+
"send": {
|
|
107
|
+
"property": "distance",
|
|
108
|
+
"propertyInDotNotation": false,
|
|
109
|
+
"type": "body",
|
|
110
|
+
"value": "={{ $value }}"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"displayOptions": {
|
|
114
|
+
"show": {
|
|
115
|
+
"resource": [
|
|
116
|
+
"Special Security Areas"
|
|
117
|
+
],
|
|
118
|
+
"operation": [
|
|
119
|
+
"Ssa By Distance Us v1 Ssa Distance Query Post"
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"required": true,
|
|
126
|
+
"displayName": "Latitude",
|
|
127
|
+
"name": "latitude",
|
|
128
|
+
"type": "number",
|
|
129
|
+
"default": 0,
|
|
130
|
+
"routing": {
|
|
131
|
+
"send": {
|
|
132
|
+
"property": "latitude",
|
|
133
|
+
"propertyInDotNotation": false,
|
|
134
|
+
"type": "body",
|
|
135
|
+
"value": "={{ $value }}"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"displayOptions": {
|
|
139
|
+
"show": {
|
|
140
|
+
"resource": [
|
|
141
|
+
"Special Security Areas"
|
|
142
|
+
],
|
|
143
|
+
"operation": [
|
|
144
|
+
"Ssa By Distance Us v1 Ssa Distance Query Post"
|
|
145
|
+
]
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"required": true,
|
|
151
|
+
"displayName": "Longitude",
|
|
152
|
+
"name": "longitude",
|
|
153
|
+
"type": "number",
|
|
154
|
+
"default": 0,
|
|
155
|
+
"routing": {
|
|
156
|
+
"send": {
|
|
157
|
+
"property": "longitude",
|
|
158
|
+
"propertyInDotNotation": false,
|
|
159
|
+
"type": "body",
|
|
160
|
+
"value": "={{ $value }}"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"displayOptions": {
|
|
164
|
+
"show": {
|
|
165
|
+
"resource": [
|
|
166
|
+
"Special Security Areas"
|
|
167
|
+
],
|
|
168
|
+
"operation": [
|
|
169
|
+
"Ssa By Distance Us v1 Ssa Distance Query Post"
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"displayName": "POST /us/v1/ssa/polygon-query",
|
|
176
|
+
"name": "operation",
|
|
177
|
+
"type": "notice",
|
|
178
|
+
"typeOptions": {
|
|
179
|
+
"theme": "info"
|
|
180
|
+
},
|
|
181
|
+
"default": "",
|
|
182
|
+
"displayOptions": {
|
|
183
|
+
"show": {
|
|
184
|
+
"resource": [
|
|
185
|
+
"Special Security Areas"
|
|
186
|
+
],
|
|
187
|
+
"operation": [
|
|
188
|
+
"Ssa By Poly Us v1 Ssa Polygon Query Post"
|
|
189
|
+
]
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"displayName": "X API Key",
|
|
195
|
+
"name": "x-api-key",
|
|
196
|
+
"default": "",
|
|
197
|
+
"type": "string",
|
|
198
|
+
"routing": {
|
|
199
|
+
"request": {
|
|
200
|
+
"headers": {
|
|
201
|
+
"x-api-key": "={{ $value }}"
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"displayOptions": {
|
|
206
|
+
"show": {
|
|
207
|
+
"resource": [
|
|
208
|
+
"Special Security Areas"
|
|
209
|
+
],
|
|
210
|
+
"operation": [
|
|
211
|
+
"Ssa By Poly Us v1 Ssa Polygon Query Post"
|
|
212
|
+
]
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"required": true,
|
|
218
|
+
"displayName": "Poly",
|
|
219
|
+
"name": "poly",
|
|
220
|
+
"type": "json",
|
|
221
|
+
"default": "{}",
|
|
222
|
+
"routing": {
|
|
223
|
+
"send": {
|
|
224
|
+
"property": "poly",
|
|
225
|
+
"propertyInDotNotation": false,
|
|
226
|
+
"type": "body",
|
|
227
|
+
"value": "={{ JSON.parse($value) }}"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"displayOptions": {
|
|
231
|
+
"show": {
|
|
232
|
+
"resource": [
|
|
233
|
+
"Special Security Areas"
|
|
234
|
+
],
|
|
235
|
+
"operation": [
|
|
236
|
+
"Ssa By Poly Us v1 Ssa Polygon Query Post"
|
|
237
|
+
]
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"displayName": "POST /us/v1/ssa/route-query",
|
|
243
|
+
"name": "operation",
|
|
244
|
+
"type": "notice",
|
|
245
|
+
"typeOptions": {
|
|
246
|
+
"theme": "info"
|
|
247
|
+
},
|
|
248
|
+
"default": "",
|
|
249
|
+
"displayOptions": {
|
|
250
|
+
"show": {
|
|
251
|
+
"resource": [
|
|
252
|
+
"Special Security Areas"
|
|
253
|
+
],
|
|
254
|
+
"operation": [
|
|
255
|
+
"Ssa By Route Us v1 Ssa Route Query Post"
|
|
256
|
+
]
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"displayName": "X API Key",
|
|
262
|
+
"name": "x-api-key",
|
|
263
|
+
"default": "",
|
|
264
|
+
"type": "string",
|
|
265
|
+
"routing": {
|
|
266
|
+
"request": {
|
|
267
|
+
"headers": {
|
|
268
|
+
"x-api-key": "={{ $value }}"
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"displayOptions": {
|
|
273
|
+
"show": {
|
|
274
|
+
"resource": [
|
|
275
|
+
"Special Security Areas"
|
|
276
|
+
],
|
|
277
|
+
"operation": [
|
|
278
|
+
"Ssa By Route Us v1 Ssa Route Query Post"
|
|
279
|
+
]
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"required": true,
|
|
285
|
+
"displayName": "Route",
|
|
286
|
+
"name": "route",
|
|
287
|
+
"type": "json",
|
|
288
|
+
"default": "{}",
|
|
289
|
+
"routing": {
|
|
290
|
+
"send": {
|
|
291
|
+
"property": "route",
|
|
292
|
+
"propertyInDotNotation": false,
|
|
293
|
+
"type": "body",
|
|
294
|
+
"value": "={{ JSON.parse($value) }}"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"displayOptions": {
|
|
298
|
+
"show": {
|
|
299
|
+
"resource": [
|
|
300
|
+
"Special Security Areas"
|
|
301
|
+
],
|
|
302
|
+
"operation": [
|
|
303
|
+
"Ssa By Route Us v1 Ssa Route Query Post"
|
|
304
|
+
]
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
];
|
|
309
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/LjaeroDflight/resources/special-security-areas/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.surfaceObstaclesDescription = void 0;
|
|
4
|
+
exports.surfaceObstaclesDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Surface Obstacles"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Obstacles By Distance Us v1 Obstacles Distance Query Post",
|
|
20
|
+
"value": "Obstacles By Distance Us v1 Obstacles Distance Query Post",
|
|
21
|
+
"action": "Retrieve obstacles within given distance of location.",
|
|
22
|
+
"description": "Retrieve obstacles within given distance of a point. Request body parameters are:\n* latitude: WGS84 latitude coordinate of your selected point, in decimal degrees\n* longitude: WGS84 longitude coordinate of your selected point, in decimal degrees\n* distance: distance in meters (max allowed value is 25000)",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/us/v1/obstacles/distance-query"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Obstacles By Poly Us v1 Obstacles Polygon Query Post",
|
|
32
|
+
"value": "Obstacles By Poly Us v1 Obstacles Polygon Query Post",
|
|
33
|
+
"action": "Retrieve obstacles located within given area.",
|
|
34
|
+
"description": "Retrieve obstacles located within given area. Request body parameters are:\n* poly: [GeoJSON Polygon](https://www.rfc-editor.org/rfc/rfc7946.html#appendix-A) defining the area. Max allowed area is 1000 km^2.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/us/v1/obstacles/polygon-query"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Obstacles By Route Us v1 Obstacles Route Query Post",
|
|
44
|
+
"value": "Obstacles By Route Us v1 Obstacles Route Query Post",
|
|
45
|
+
"action": "Retrieve obstacles found along a route.",
|
|
46
|
+
"description": "Retrieve obstacles found along a route. Request body parameters are:\n* route: [GeoJSON Linestring](https://www.rfc-editor.org/rfc/rfc7946.html#appendix-A) defining the route. Max allowed length is 50 km.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "POST",
|
|
50
|
+
"url": "=/us/v1/obstacles/route-query"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"default": ""
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"displayName": "POST /us/v1/obstacles/distance-query",
|
|
59
|
+
"name": "operation",
|
|
60
|
+
"type": "notice",
|
|
61
|
+
"typeOptions": {
|
|
62
|
+
"theme": "info"
|
|
63
|
+
},
|
|
64
|
+
"default": "",
|
|
65
|
+
"displayOptions": {
|
|
66
|
+
"show": {
|
|
67
|
+
"resource": [
|
|
68
|
+
"Surface Obstacles"
|
|
69
|
+
],
|
|
70
|
+
"operation": [
|
|
71
|
+
"Obstacles By Distance Us v1 Obstacles Distance Query Post"
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"displayName": "X API Key",
|
|
78
|
+
"name": "x-api-key",
|
|
79
|
+
"default": "",
|
|
80
|
+
"type": "string",
|
|
81
|
+
"routing": {
|
|
82
|
+
"request": {
|
|
83
|
+
"headers": {
|
|
84
|
+
"x-api-key": "={{ $value }}"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"displayOptions": {
|
|
89
|
+
"show": {
|
|
90
|
+
"resource": [
|
|
91
|
+
"Surface Obstacles"
|
|
92
|
+
],
|
|
93
|
+
"operation": [
|
|
94
|
+
"Obstacles By Distance Us v1 Obstacles Distance Query Post"
|
|
95
|
+
]
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"required": true,
|
|
101
|
+
"displayName": "Distance",
|
|
102
|
+
"name": "distance",
|
|
103
|
+
"type": "number",
|
|
104
|
+
"default": 0,
|
|
105
|
+
"routing": {
|
|
106
|
+
"send": {
|
|
107
|
+
"property": "distance",
|
|
108
|
+
"propertyInDotNotation": false,
|
|
109
|
+
"type": "body",
|
|
110
|
+
"value": "={{ $value }}"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"displayOptions": {
|
|
114
|
+
"show": {
|
|
115
|
+
"resource": [
|
|
116
|
+
"Surface Obstacles"
|
|
117
|
+
],
|
|
118
|
+
"operation": [
|
|
119
|
+
"Obstacles By Distance Us v1 Obstacles Distance Query Post"
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"required": true,
|
|
126
|
+
"displayName": "Latitude",
|
|
127
|
+
"name": "latitude",
|
|
128
|
+
"type": "number",
|
|
129
|
+
"default": 0,
|
|
130
|
+
"routing": {
|
|
131
|
+
"send": {
|
|
132
|
+
"property": "latitude",
|
|
133
|
+
"propertyInDotNotation": false,
|
|
134
|
+
"type": "body",
|
|
135
|
+
"value": "={{ $value }}"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"displayOptions": {
|
|
139
|
+
"show": {
|
|
140
|
+
"resource": [
|
|
141
|
+
"Surface Obstacles"
|
|
142
|
+
],
|
|
143
|
+
"operation": [
|
|
144
|
+
"Obstacles By Distance Us v1 Obstacles Distance Query Post"
|
|
145
|
+
]
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"required": true,
|
|
151
|
+
"displayName": "Longitude",
|
|
152
|
+
"name": "longitude",
|
|
153
|
+
"type": "number",
|
|
154
|
+
"default": 0,
|
|
155
|
+
"routing": {
|
|
156
|
+
"send": {
|
|
157
|
+
"property": "longitude",
|
|
158
|
+
"propertyInDotNotation": false,
|
|
159
|
+
"type": "body",
|
|
160
|
+
"value": "={{ $value }}"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"displayOptions": {
|
|
164
|
+
"show": {
|
|
165
|
+
"resource": [
|
|
166
|
+
"Surface Obstacles"
|
|
167
|
+
],
|
|
168
|
+
"operation": [
|
|
169
|
+
"Obstacles By Distance Us v1 Obstacles Distance Query Post"
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"displayName": "POST /us/v1/obstacles/polygon-query",
|
|
176
|
+
"name": "operation",
|
|
177
|
+
"type": "notice",
|
|
178
|
+
"typeOptions": {
|
|
179
|
+
"theme": "info"
|
|
180
|
+
},
|
|
181
|
+
"default": "",
|
|
182
|
+
"displayOptions": {
|
|
183
|
+
"show": {
|
|
184
|
+
"resource": [
|
|
185
|
+
"Surface Obstacles"
|
|
186
|
+
],
|
|
187
|
+
"operation": [
|
|
188
|
+
"Obstacles By Poly Us v1 Obstacles Polygon Query Post"
|
|
189
|
+
]
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"displayName": "X API Key",
|
|
195
|
+
"name": "x-api-key",
|
|
196
|
+
"default": "",
|
|
197
|
+
"type": "string",
|
|
198
|
+
"routing": {
|
|
199
|
+
"request": {
|
|
200
|
+
"headers": {
|
|
201
|
+
"x-api-key": "={{ $value }}"
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"displayOptions": {
|
|
206
|
+
"show": {
|
|
207
|
+
"resource": [
|
|
208
|
+
"Surface Obstacles"
|
|
209
|
+
],
|
|
210
|
+
"operation": [
|
|
211
|
+
"Obstacles By Poly Us v1 Obstacles Polygon Query Post"
|
|
212
|
+
]
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"required": true,
|
|
218
|
+
"displayName": "Poly",
|
|
219
|
+
"name": "poly",
|
|
220
|
+
"type": "json",
|
|
221
|
+
"default": "{}",
|
|
222
|
+
"routing": {
|
|
223
|
+
"send": {
|
|
224
|
+
"property": "poly",
|
|
225
|
+
"propertyInDotNotation": false,
|
|
226
|
+
"type": "body",
|
|
227
|
+
"value": "={{ JSON.parse($value) }}"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"displayOptions": {
|
|
231
|
+
"show": {
|
|
232
|
+
"resource": [
|
|
233
|
+
"Surface Obstacles"
|
|
234
|
+
],
|
|
235
|
+
"operation": [
|
|
236
|
+
"Obstacles By Poly Us v1 Obstacles Polygon Query Post"
|
|
237
|
+
]
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"displayName": "POST /us/v1/obstacles/route-query",
|
|
243
|
+
"name": "operation",
|
|
244
|
+
"type": "notice",
|
|
245
|
+
"typeOptions": {
|
|
246
|
+
"theme": "info"
|
|
247
|
+
},
|
|
248
|
+
"default": "",
|
|
249
|
+
"displayOptions": {
|
|
250
|
+
"show": {
|
|
251
|
+
"resource": [
|
|
252
|
+
"Surface Obstacles"
|
|
253
|
+
],
|
|
254
|
+
"operation": [
|
|
255
|
+
"Obstacles By Route Us v1 Obstacles Route Query Post"
|
|
256
|
+
]
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"displayName": "X API Key",
|
|
262
|
+
"name": "x-api-key",
|
|
263
|
+
"default": "",
|
|
264
|
+
"type": "string",
|
|
265
|
+
"routing": {
|
|
266
|
+
"request": {
|
|
267
|
+
"headers": {
|
|
268
|
+
"x-api-key": "={{ $value }}"
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"displayOptions": {
|
|
273
|
+
"show": {
|
|
274
|
+
"resource": [
|
|
275
|
+
"Surface Obstacles"
|
|
276
|
+
],
|
|
277
|
+
"operation": [
|
|
278
|
+
"Obstacles By Route Us v1 Obstacles Route Query Post"
|
|
279
|
+
]
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"required": true,
|
|
285
|
+
"displayName": "Route",
|
|
286
|
+
"name": "route",
|
|
287
|
+
"type": "json",
|
|
288
|
+
"default": "{}",
|
|
289
|
+
"routing": {
|
|
290
|
+
"send": {
|
|
291
|
+
"property": "route",
|
|
292
|
+
"propertyInDotNotation": false,
|
|
293
|
+
"type": "body",
|
|
294
|
+
"value": "={{ JSON.parse($value) }}"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"displayOptions": {
|
|
298
|
+
"show": {
|
|
299
|
+
"resource": [
|
|
300
|
+
"Surface Obstacles"
|
|
301
|
+
],
|
|
302
|
+
"operation": [
|
|
303
|
+
"Obstacles By Route Us v1 Obstacles Route Query Post"
|
|
304
|
+
]
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
];
|
|
309
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/LjaeroDflight/resources/surface-obstacles/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,2BAA2B,GAAsB;IAC9C;QACb,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,mBAAmB;iBACnB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,2DAA2D;gBACnE,OAAO,EAAE,2DAA2D;gBACpE,QAAQ,EAAE,uDAAuD;gBACjE,aAAa,EAAE,yTAAyT;gBACxU,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,kCAAkC;qBACzC;iBACD;aACD;YACD;gBACC,MAAM,EAAE,sDAAsD;gBAC9D,OAAO,EAAE,sDAAsD;gBAC/D,QAAQ,EAAE,+CAA+C;gBACzD,aAAa,EAAE,kNAAkN;gBACjO,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,iCAAiC;qBACxC;iBACD;aACD;YACD;gBACC,MAAM,EAAE,qDAAqD;gBAC7D,OAAO,EAAE,qDAAqD;gBAC9D,QAAQ,EAAE,yCAAyC;gBACnD,aAAa,EAAE,8MAA8M;gBAC7N,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,+BAA+B;qBACtC;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,sCAAsC;QACrD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,mBAAmB;iBACnB;gBACD,WAAW,EAAE;oBACZ,2DAA2D;iBAC3D;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,SAAS,EAAE;gBACV,SAAS,EAAE;oBACV,WAAW,EAAE,eAAe;iBAC5B;aACD;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,mBAAmB;iBACnB;gBACD,WAAW,EAAE;oBACZ,2DAA2D;iBAC3D;aACD;SACD;KACD;IACD;QACC,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,UAAU;QACzB,MAAM,EAAE,UAAU;QAClB,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,UAAU;gBACtB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,eAAe;aACxB;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,mBAAmB;iBACnB;gBACD,WAAW,EAAE;oBACZ,2DAA2D;iBAC3D;aACD;SACD;KACD;IACD;QACC,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,UAAU;QACzB,MAAM,EAAE,UAAU;QAClB,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,UAAU;gBACtB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,eAAe;aACxB;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,mBAAmB;iBACnB;gBACD,WAAW,EAAE;oBACZ,2DAA2D;iBAC3D;aACD;SACD;KACD;IACD;QACC,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,WAAW;gBACvB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,eAAe;aACxB;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,mBAAmB;iBACnB;gBACD,WAAW,EAAE;oBACZ,2DAA2D;iBAC3D;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,qCAAqC;QACpD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,mBAAmB;iBACnB;gBACD,WAAW,EAAE;oBACZ,sDAAsD;iBACtD;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,SAAS,EAAE;gBACV,SAAS,EAAE;oBACV,WAAW,EAAE,eAAe;iBAC5B;aACD;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,mBAAmB;iBACnB;gBACD,WAAW,EAAE;oBACZ,sDAAsD;iBACtD;aACD;SACD;KACD;IACD;QACC,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,MAAM;QACrB,MAAM,EAAE,MAAM;QACd,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,IAAI;QACf,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,MAAM;gBAClB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,mBAAmB;iBACnB;gBACD,WAAW,EAAE;oBACZ,sDAAsD;iBACtD;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,mCAAmC;QAClD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,mBAAmB;iBACnB;gBACD,WAAW,EAAE;oBACZ,qDAAqD;iBACrD;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,SAAS,EAAE;gBACV,SAAS,EAAE;oBACV,WAAW,EAAE,eAAe;iBAC5B;aACD;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,mBAAmB;iBACnB;gBACD,WAAW,EAAE;oBACZ,qDAAqD;iBACrD;aACD;SACD;KACD;IACD;QACC,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,OAAO;QACtB,MAAM,EAAE,OAAO;QACf,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,IAAI;QACf,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,OAAO;gBACnB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,mBAAmB;iBACnB;gBACD,WAAW,EAAE;oBACZ,qDAAqD;iBACrD;aACD;SACD;KACD;CACF,CAAC"}
|