Hi everyone, Here is a last attempt to get some help to my seemingly trivial problem, wish it was to me. Ok here goes
I have developed a simple java desktop application which retrieves NMEA sentences from a simple GPS device. The Java App interpretes the data and extracts The latitude and longitude coordinates and performs the necessary conversion for use with google maps and stores it in a simple flat file with an appropriate data structure.. I have a simple website with the google maps embedded in it. i have split my html code in to 3 parts viz The core Html The Javascript and The data ( to be read and displayed on google maps vis the java script) To complete my intended functionality, i want to be able to click a button on my Java App which inturn updates/replaces the data file on the server hosting my embedded google maps webpage with the data logged by my Java App since my Java App ensures data captured is in the required format. As a result, once the map is invoked the new data is plotted on the embedded google maps on my webpage. There is no real time component associated with this so i believe it does not violate googles TOU. I have been able to achieve this locally (ie swapping data files and running the html file on my local machine), but not sure how to this over the network and uppdating a file on s server hosting my webpage, looking forward to some response thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
