Details
- 
        Type:
Monitor
 - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Done
 - 
            Affects Version/s: None
 - 
            Fix Version/s: 2021
 - 
            Component/s: FIWARE-TECH-HELP
 - 
            Labels:
 
- 
                        HD-Chapter:Data
 - 
                        HD-Enabler:Orion
 
Description
Created question in FIWARE Q/A platform on 10-10-2017 at 11:10
Please, ANSWER this question AT https://stackoverflow.com/questions/46662700/does-orion-support-geojson-format
Question:
Does Orion support GeoJSON format?
Description:
I am trying to create an entity using GeoJSON for it location:
{
 "id": "1234",
 "name": "test",
 "type": "TestDevice",
   "location": {
    "value": 
,
    "type": "geo:json"
  }
}
but I am getting this error:
{
    "error": "BadRequest",
    "description": "attribute must be a JSON object, unless keyValues option is used"
}
Does the GeoJSON supported by Orion?
I am using orion on docker:
"version": "1.8.0-next"
Thanks and best regards
2018-01-12 20:02|UPDATED status: transition Answered| # answers= 1, accepted answer= False