c-3lab / StarSeeker

FIWAREのデータを様々な形式で表示・管理が行えるプラットフォーム
GNU Affero General Public License v3.0
2 stars 5 forks source link

Orion supports dataModel.PointOfInterest of Smart Data Models #17

Open mkyutani opened 2 years ago

mkyutani commented 2 years ago

Orion supports dataModel.PointOfInterest of Smart Data Models.

Example by keyvalues:

{ "id": "123456", "type": "PointOfInterest", "name": "name of POI", "address": "address text of POI", "category": [ "20" ], "location": { "type": "Point", "coordinates": [ 35.002, 139.45 ] }, }

Note: