sql-server - 将 sql 08 空间数据获取到 map 上的最简单方法是什么?

标签 sql-server google-maps geospatial

我有一个数据库,其中包含大量记录,其中包含我想要在 map 上显示的点的纬度和经度。我需要的详细程度从澳大利亚街道级别到国家/地区级别,它可以是纯 map 数据(郊区、街道等)或航空照片。这纯粹是出于个人目的,输出不需要达到生产质量。我认为 Bing map 或 Google 地球都是可行的方法 - 谁能为我指明正确的方向,以实现非常快速、简单的实现?谢谢!

最佳答案

这可能是一些开始 - http://msdn.microsoft.com/en-us/magazine/dd434647.aspx#id0080059

SQL Server Management Studio 2008 includes a simple visualizer in the form of a Spatial results tab in the Query results window. This visualizer works with a geography or geometry column in the query results and plots the spatial data types on a grid. If multiple spatial columns appear in the query results, you can choose the one to visualize. The column to be displayed must be in the SQL Server binary format; using ToString() or STAsText() won't work with the visualizer.

关于sql-server - 将 sql 08 空间数据获取到 map 上的最简单方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1382769/

相关文章:

node.js - Mongoose 聚合与 geonear

android - 如何让谷歌地图在 ScrollView 中正确滚动?

mysql - 如何在MySQL数据库中存储纬度/经度

c# - 我如何获得更多 SQL Server 和 T-SQL 经验

java - SQL异常 : Login failed for user ' ' JAVA

ios - 在谷歌地图中显示方向并画线

php - 如何在php中解析mysql中的空间数据

python - 在 cartopy 墨卡托投影上绘制一个圆

sql - 根据值的时间序列对表中的值进行排名

SQL 'stuff' 和 'FOR XML PATH' 生成奇怪的符号