Hi all,
Very new to GIS and ThinkGeo web edition. I would like to know if anyone has some sample code or could point me in the correct direction for plotting multiple points on the map based on latitude, longitud pulled from an sql server 2005.
My sql table stores assets in the following way.
AssetID
AssetName
Lat
Lon
1
Point1
43.445423
-96.716911
2
Point2
43.444538
-96.716858
And I would like to query this table and plot the points on a map.
Any advice would be great.
Thanks.