S
sketch660
Guest
I've been given the task of taking location data (lat/long) out of a SQL Server database and plotting it on a map. The difficult part is going to be that when new point data is entered into the database, it will have to refresh the map right away without the user refreshing the page. Is there any good tutorials out there on how to accomplish something like this? I've found many tutorials about how to use google maps with ASP.NET but plotting points on the fly isn't something I've found yet. Can this be done and if so are there any resources you know of to accomplish this task?