我已尝试多次尝试将 GeoJSON FeatureSet 上传到 Azure Map Service REST API。
https://docs.microsoft.com/en-us/rest/api/maps/data/uploadpreview
我尝试的 JSON 来自http://geojson.xyz/ - 即“简单的填充地点”文件,您可以在此处下载:
https://d2ad6b4ur7yvpq.cloudfront.net/naturalearth-3.3.0/ne_50m_populated_places_simple.geojson
1,249 点,175KB。
在发布到/mapData/upload
我收到 HTTP 200 和“成功”响应消息。
响应标头包含一个位置,当我查询时,我得到一个 200 回复,正文中有此错误消息。
{
"error": {
"code": "400 BadRequest",
"message":
"Upload request failed.\nYour data has been removed " +
"as we encountered the following problems with it:\n" +
"System.Threading.Tasks.Task`1[System.String[]]"
}
}
有任何想法吗?