I want to populate a geofield field through Json:api POST request, without success. I've tried some json struct but I didn't find how to do it. These are some attemps I've tried (among others):
"field_geofield": {
"geom":{
"lat": 19.314512,
"lon": -99.112203
}
},
"field_geofield": {
"lat": 19.314512,
"lon": -99.112203
},
Fixed
1.7
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.