Actually i am running out with that problem too.. What Actually i have problem with this is, i am using GGeoXML() for overlay of the travelled path using a KML File. But, if the KML is larger than 15 kb, i am not getting the path. But if it is less than 15 kb, i am getting the path drawn. Fro this, i what i have done, is I have splitted the XML file that i am converting to KML such that each generated KML file is 15 KB (say 600 rec per XML) and then Overlayed the files using a for loop.
In this Scenario, i am getting up to three files overlayed but the remaining files are not overlayed but all the generated files are drawing the path taken any three at a time. I have this problem from last couple of months. I too need some solution for this. On Mon, Mar 28, 2011 at 12:59 PM, FARAH SIRAJ <[email protected]>wrote: > Great Job. > Actually I'm not expert. I have also made my project that plots polylines > using V2 for excel data but the problem is that when i'm using data of > approx 1000 rows so its working fast but for 6000 rows data the plots and > map is very slow but results are correct. I need to plot big amount of data > fast. > As you are also fetching data from Server through C# and i think the data > may be large so how your code is plotting all fastly??? > Can you help me please, i'm desparetly searching for this. > May your problem will be resolved. > Thanks in advance. > Waiting for reply. > > On Mon, Mar 28, 2011 at 12:06 PM, Pavan Kumar Seethamraju < > [email protected]> wrote: > >> Hi, >> >> i am using Google Map API Version 2 in my Application using >> C#,ASP.NET<http://asp.net/>. >> I am getting the Markers displayed on my System where ever i have rendered >> them. >> But if i copy my full project to another system and running the same >> Application OR Publishing on a server , >> i am not getting the Markers on the Map. But it is showing else where(in >> Grid View) i have place the marker image. >> I have used different API keys for the Server and my local system both >> generated from the GoogleAPI. >> >> Please find the Respective Screen Shots on Serve >> >> Can Any body help me why this problem is encountered. >> >> Thanks in Advance, >> Pavan Kumar Seethamraju >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Maps API V2" 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. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" 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. > -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
