Hi,
I try to get spatial data stored un SQL Server 2008 using WCF, but i get this error:
... Make sure the spatial column contains pairs of numeric values.
I follow this tutorial :
http://help.infragistics.com/Help/NetAdvantage/DV/2009.2/CLR3.5/html/sl_dv_xamWebMap_Display_Geospatial_Data_from_SQL_Database_Server.html
Any idea to resolve this problem.
Thank you.
SQL Server 2008 supports the geometry and geography data types for storing spatial data. These types support methods and properties that allow for the creation, comparison, analysis, and retrieval of spatial data. You can get the required information about insertions and retrieval of spatial data here: https://www.mssqltips.com/sqlservertip/1926/data-storage-and-retrieval-for-geospatial-data-in-sql-server-2008/