Why are my buffered points oblong and not circle in SQL Server Management Studio - Spatial Results

无人久伴 提交于 2020-01-15 07:14:20

问题


When I apply STBuffer(1) to a Point in SQL Server Spatial, they show up as an oblong circle, instead of a perfect circle. Why is this?


回答1:


The selected projection is Equirectangular, and not the more familiar Mercator that we see in Google Maps & Bing Maps. Change this and the points will show up as expected.

More information about map projection here: http://en.wikipedia.org/wiki/Map_projection



来源:https://stackoverflow.com/questions/19693067/why-are-my-buffered-points-oblong-and-not-circle-in-sql-server-management-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!