What do you mean by Dynamic feed? As i understand the parseKML plugin able to send kml by string, what do you think I can do with the kml to be displayed and performed editing before displaying it.
The case is like this, there are a few plantation lands which indicates performance of each block, however, each blocks performance differs each month, therefore once the map loaded, I plan to construct kml file at server on the fly, which data will be retrieved from server using php, so that the kml can be displayed with real situation provided. I understand the fetchKML can serve this purpose well, just that it uses Google Earth instead of Google Map, which GE cannot perform Domlistener as I plan to put a layer manager too. Or maybe Google Map API has a function able to call GEPlugin to perform the fetchKML plugin? If you have any suggestion or alternatives I will appreciate it very much! (I have tried using the method of jsp constructing kml file at server end, but that would require some security setting on Tomcat Server, which is far more troublesome than if Google did provide some other ways to edit KML on the fly). Thanks!! On Fri, Jan 29, 2010 at 4:57 PM, Rossko <[email protected]> wrote: > > I am planning to use the fetchKML api from google earth to modify kml > > on the fly, but to display the kml in Google Map API. Meaning I am > > calling the Google Map API to display the kml, but before displaying > > i would edit the kml using fetchKML before parsing to Google Map. Any > > suggestion on that? > > Yup, don't do it. > > If you're planning on using the 'official' GGeoXml mechanism to > display KML on the map, it requires the KML file (or dynamic feed) to > be at a publically accessible URL. Difficult to arrange if you are > modifying the KML at the client. > > If yo're planning to use one of the third-party client-side KML > parsers, you can use and/or modify them as they are to override KML > styles without loading anything else. > > -- > 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]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- SIEW CHENGXI BERNAD (Bsc. Degree Geoinformatic, UTM) -- 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.
