forked from MTSR/mapserver
trainline curl
This commit is contained in:
parent
8a534d7643
commit
ba8359adf4
7
doc/get_trainlines.sh
Normal file
7
doc/get_trainlines.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
curl -X POST -k -H 'Content-Type: application/json' 'https://pandorabox.io/map/api/mapobjects/' --data '{
|
||||
"type":"train",
|
||||
"pos1":{"x":-2048,"y":-2048,"z":-2048},
|
||||
"pos2":{"x":2048,"y":2048,"z":2048}
|
||||
}' | jq
|
||||
|
Loading…
Reference in New Issue
Block a user