我已经完成了以下查询:
(curl localhost:1026/NGSI10/queryContext -s -S --header 'Content-Type: application/json' --header 'Accept: application/json' -d @- | python -mjson.tool) <<EOF
{
"entities": [
{
"type": "Usuario",
"isPattern": "true",
"id": ".*"
}
],
"restriction": {
"scopes": [
{
"type" : "FIWARE_Location",
"value" : {
"circle": {
"centerLatitude": "40.418889",
"centerLongitude": "-3.691944",
"radius": "14000"
}
}
}
]
}
}
EOF
Orion 给了我错误代码:“限制范围内的空值”
我至少有一个满足要求的实体。
我认为一切都很好,我不知道问题出在哪里,那么,有人可以帮助我吗?
谢谢