1
0
forked from MTSR/mapserver

trainline curl

This commit is contained in:
NatureFreshMilk 2019-08-29 10:14:45 +02:00
parent 8a534d7643
commit ba8359adf4

7
doc/get_trainlines.sh Normal file
View 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