Hello all,
Any help with this at all is greatly appreciated! Thank you....
My goal for the project is to:
- Display a map with Countries and Satelite Layer showing terain like on google maps "Satelite View"
- Allow the user to zoom into an Area and Draw a Selection Area
- It must then prompt them which features they want to select(Stored in different Tables "Is this Faster?")
- After that it must retrieve all features in the selected area("Over 1 million Features")
- It must ask for confirmation and remove a credit from their account.
- It must then show them the features only within the selected area.
- Produce a report of the Map, Selected Area and Features.
How would i go about this?
Any guidence will be greatly appreciated.
My data is stored in SQL 2005 as follows:
X
Y
col1
col2
27.9605
-26.0931
B
House
27.9606
-26.0932
B
House
27.9607
-26.0935
A
House
27.9609
-26.0936
B
House
27.961
-26.0938
A
House
27.9612
-26.0941
B
House
Regards,
Michael