SQL Saturday – Spatial Data

January 23, 2010 09:57 by mstark

Bing MapsThank you all for attending my session here are the files to download and get stated with spatial data with SQL Server 2008 and Virtual Earth.

 

Everything (PPT,ASP.NET,Database)

Just the ASP.Net code

Just database backup

Just the script to build the database

Just the PowerPointimage

Bing Maps AJAX SDK

Bing Maps Silverlight SDK


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

SQLSaturday #15 Jacksonville

May 2, 2009 09:55 by mstark

Spatial data represents the shape and physical location of an object.  For example, the object can be a house, business, sub-division, or a county.  SSQL Server 2008 has two new data types GEOMETRY and GEOGRAPHY.  GEOMETRY works with flat objects. GEOGRAPHY considers the shape of the earth. 

GEOGRAPHY and GEOMETRY or CLR data types. Though to implement them you do not need to have CLR enabled on the SQL Server instance.  Microsoft has provided a long list of OGC methods.  These are methods that are part of the independent  Open Geospatial Consortium list of specifications.

 

Here is a PDF of my presentation SQLSaturday.pdf (806.55 kb)


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Handler not working in shared hosting environment

May 2, 2009 09:48 by mstark

If you are trying to reference a file that is generated with a handler and you are instead getting the file not found message.

The handle is working fine in Visual Studio but fails to work when deployed to a webserver.

Have your hoster perform the following

In IIS you right click on your App, go to properties, click Virtual Directory Tab, Configuration, Mapping Tab, Add, point the Executable to c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll and add the appropriate Extension ("georss") . I had to remove Script Engine and Verify that file exists check boxes and it worked.

this is where I found it. http://forums.asp.net/t/1408510.aspx


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

GIS and VirtualEarth 20 ways plus 1

January 30, 2009 02:06 by mstark

I am a big fan of GIS.  GoogleEarth is great but since I am a DotNet guy I like VirtualEarth too.  There are many ways to implement VirtualEarth.  John O'Brien of the GEOWebGuru.com has compiled a list of 20 ways to use VirtualEarth.  See it here http://www.geowebguru.com/articles/86-twenty-ways-to-use-the-virtual-earth-platform-as-a-developer-

John O'Brien left 1 way out of his list.  Embedding VE in flash
Visit Weather.com to see this flash and VirtualEarth in action
http://www.weather.com/weather/map/interactive/33626?from=36hr_topnav_undeclared

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5