GeoJSON坐标显示为文档而不是坐标

时间:2019-01-26 06:45:28

标签: mongodb mongoose pymongo

不确定这里发生了什么。我的纬度/经度地理坐标未显示为坐标,而是仅显示为文档。我在这里做什么错了?

我的JSON对象:

'geometry': {'coordinates': [-109.460123, 41.502606], 'type': 'Point'}

模式分析: 几何字段显示为文档,而应显示为坐标

enter image description here

0 个答案:

没有答案