24 lines
390 B
JSON
24 lines
390 B
JSON
{
|
|
"maxTime" : 100,
|
|
"maxDepth" : 100,
|
|
"minAltitude" : 1,
|
|
"points" :
|
|
[
|
|
{
|
|
"east" : 90,
|
|
"north" : -160
|
|
},
|
|
{
|
|
"east" : 90,
|
|
"north" : 275
|
|
},
|
|
{
|
|
"east" : -360,
|
|
"north" : 275
|
|
},
|
|
{
|
|
"east" : -360,
|
|
"north" : -160
|
|
}
|
|
]
|
|
} |