I don't have much experiance in GIS systems.
I am developing a web site which need to show a map with 3m x 3m rectangles for a radius of about 400 meters.(about 58,000 polygons for one location) I need to be able to support about 10,000 locations Overoll 580000000 objects...
So far I'be been using google maps with javescript V3 to show limited information. I've examined fusion-table solutions but the abount of data allowed to upload is too small. I've tested GmapCreator - but if I use csv files - it's about 5.5GB of information and I don't think It will be able to support this amount of data.
The creating of an image tiles file - looks to me like the right directions - but I need to be able to create the image on the fly per demand and put it over the google map as an layout.(remmeber it should be on a web site)
Can anyone suggest which tools I can use. My comfort zone is .Net c#.
Thanks