さて、私は次のエンティティを表示しようとしています:
{
"contextResponses" : [
{
"contextElement" : {
"type" : "City",
"isPattern" : "false",
"id" : "Miraflores",
"attributes" : [
{
"name" : "position",
"type" : "coords",
"value" : "-12.119816, -77.028916",
"metadatas" : [
{
"name" : "location",
"type" : "string",
"value" : "WSG84"
}
]
}
]
},
"statusCode" : {
"code" : "200",
"reasonPhrase" : "OK"
}
}
]
}
次の設定で、MapViewer ウィジェット (PoI の挿入/更新) を使用して、NGSI ソースおよび NGSI エンティティを Poi オペレーターに接続します。
NGSI ソース
- NGSI サーバー URL: mydirection:1026
- NGSI プロキシ URL: http://mashup.lab.fi-ware.org:3000/
- NGSI エンティティ:都市
- NGSI 属性:位置
NGSI エンティティから Poi へ
- 座標属性:位置
しかし、マップには何も表示されません!誰かが問題が何であるかを理解するのを手伝ってくれますか?