File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -365,15 +365,15 @@ const GEOCompWithMethodExpose = withMethodExposing(GEOComp, [
365
365
params : [
366
366
{
367
367
name : "coords" ,
368
- type : "JSONArray " ,
368
+ type : "JSON " ,
369
369
} ,
370
370
{
371
371
name : "duration" ,
372
372
type : "number" ,
373
373
} ,
374
374
{
375
375
name : "properties" ,
376
- type : "JSONValue " ,
376
+ type : "JSON " ,
377
377
} ,
378
378
{
379
379
name : "animation" ,
@@ -418,7 +418,7 @@ const GEOCompWithMethodExpose = withMethodExposing(GEOComp, [
418
418
params : [
419
419
{
420
420
name : "coordinates" ,
421
- type : "JSONArray " , // Assuming [longitude, latitude]
421
+ type : "JSON " , // Assuming [longitude, latitude]
422
422
description : "Coordinates where the popup should appear" ,
423
423
} ,
424
424
{
@@ -440,7 +440,7 @@ const GEOCompWithMethodExpose = withMethodExposing(GEOComp, [
440
440
params : [
441
441
{
442
442
name : "data" ,
443
- type : "JSONObject " ,
443
+ type : "JSON " ,
444
444
} ,
445
445
{
446
446
name : "layer" ,
You can’t perform that action at this time.
0 commit comments