Hi there,

If you'd prefer a printed book, try checking out "Beginning Spatial
with SQL Server 2008" (APress) ( http://www.apress.com/book/view/1430218290
).

Chapter 8 covers this exact scenario - retrieving information from SQL
Server 2008 via AJAX for display on Google Maps (and Virtual Earth).
This not only includes single points, but polylines and polygons too.
If you're building a full spatial application, you also might find
some of the other topics useful too - how to use SQL Server 2008 to
import, manipulate and analyse spatial data (perform intersections,
unions, nearest-neighbor searching etc.) prior to display.

On Jan 28, 7:37 pm, Nole95 <[email protected]> wrote:
> First time posting here, and hopefully I am in the correct place.
>
> I have been tasked with learning the Google Maps API in order to work
> on a project.  I have done a lot of reading over the past week, and am
> trying to make sense of it all.  The basics I have grasped, but I need
> some more in depth direction.
>
> Project consists of the following:
>
> Need a mapping application to track boats via data sent into the
> database.
>
> Only thing my boss has told me is to look into AJAX and ASP.Net to
> create the website.
>
> All data is in a MS SQL Server 2008 database.  The table I need has a
> Boat_ID, datetime the reading was taken as well as a group of lat/long
> coordinates for each boat.
>
> The first thing I am trying to figure out is how to pull the lat/long
> data from the database and get it displayed on the map.
>
> Eventually I will need to pull the whole set of data for a boat to
> generate a route using Polylines, but one step at a time.
>
> Is there a good tutorial out there that might help with this or point
> me in the right direction?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to