1

我想在地图查看器上画一个圆圈,我仔细搜索了程序员开发指南。我的 Json 文件是这样创建的。

(curl localhost:1026/v1/queryContext -s -S --header 'Content-Type: application/json' --header 'Accept: application/json' -d @- | python -mjson.tool) <<EOF
{
  "entities": [
  {
    "type": "City",
    "isPattern": "true",
    "id": ".*"
  }
  ],
  "restriction": {
    "scopes": [
    {
      "type" : "FIWARE::Location",
      "value" : {
        "circle": {
          "centerLatitude": "43.659590",
          "centerLongitude": "-79.397077",
          "radius": "15000"
        }
      }
    }
    ]
  }
}
EOF

我想知道如何使用 ngsi 源运算符和 ngsi 实体到 POI 在 Fiware 的地图查看器上绘制圆圈?如果有人可以向我提供有关步骤的一些详细信息,那就太好了。

4

1 回答 1

1

目前不可能,请在 github 的小部件问题跟踪器中打开一张票:)。

于 2015-12-01T10:05:43.693 回答