mirror of https://github.com/tidwall/tile38.git
Forgot to add POINT to commands.json
This commit is contained in:
parent
1cffdcc31f
commit
d179a8f2a3
|
@ -1793,6 +1793,19 @@
|
|||
{
|
||||
"name": "area1",
|
||||
"enumargs": [
|
||||
{
|
||||
"name": "POINT",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "lat",
|
||||
"type": "double"
|
||||
},
|
||||
{
|
||||
"name": "lon",
|
||||
"type": "double"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GET",
|
||||
"arguments": [
|
||||
|
@ -1910,6 +1923,19 @@
|
|||
{
|
||||
"name": "area2",
|
||||
"enumargs": [
|
||||
{
|
||||
"name": "POINT",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "lat",
|
||||
"type": "double"
|
||||
},
|
||||
{
|
||||
"name": "lon",
|
||||
"type": "double"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GET",
|
||||
"arguments": [
|
||||
|
|
|
@ -1953,12 +1953,25 @@ var commandsJSON = `{
|
|||
"group": "scripting"
|
||||
},
|
||||
"TEST":{
|
||||
"summary": "Performs spatial tests",
|
||||
"summary": "Performs spatial test",
|
||||
"complexity": "One test per command, complexity depends on the test",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "area1",
|
||||
"enumargs": [
|
||||
{
|
||||
"name": "POINT",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "lat",
|
||||
"type": "double"
|
||||
},
|
||||
{
|
||||
"name": "lon",
|
||||
"type": "double"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GET",
|
||||
"arguments": [
|
||||
|
@ -2076,6 +2089,19 @@ var commandsJSON = `{
|
|||
{
|
||||
"name": "area2",
|
||||
"enumargs": [
|
||||
{
|
||||
"name": "POINT",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "lat",
|
||||
"type": "double"
|
||||
},
|
||||
{
|
||||
"name": "lon",
|
||||
"type": "double"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GET",
|
||||
"arguments": [
|
||||
|
|
Loading…
Reference in New Issue