我在mysql中有这个空间查询:
选择st_intersects(st_buffer(点(8.429614,45.017725),0.05),形状)
其中shape是db中具有几何格式的列。 我不明白st_buffer函数中距离测量的统一性。什么代表0.05,5km?5英里? 我有半径表示公里。我对这个类似于我的问题的答案是红色的:What is the unit of measurement used in MySQL's spatial Buffer call?但我并不理解我案例中使用的衡量统一。