Hi, I am new to google map or to map period. I need to create a thematic map at zoom level 13 or above. My map size could be 512 X512. But I do need support panning. I need to update the thematic map once a month.
My first question is if I do this dynamically, how is the performance from user point of view. I am not afraid server side process. (SQL expressmySQL are free, I can have many of them since this is read only. Also I can always add more middle tier machines). But I would rather stay away from this approach and use less machines. The other approach is to create my own image tile offline and return them on demand. I only need to do this for US at least for now. I have a boundary file which is made of lat/lon pairs. What I realy need is to find a way to easily conver those lat/lon pair to pixel coordinates in term of google map. I am c# developer. I would love to find a way to do this in C#. So I can get by without to learn another language. :) Have a great day! Thanks Qin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
