Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Map > kml file reader problem

Not answered kml file reader problem

Feed from this thread
  • Kevin avatar

    Posted on Mar 1, 2012 (permalink)

       There are some problem in the KmlReader.Read(STR)
    1. It is very slow for long kml string-mostly we can not control the size of kml file.
    2. Read method is a static method. It does not support multithread to process KML file in the same time.
    3. When I use the Shape file to populate the map, it is still slow.

    Question: Any other ways to make the performance better, when I read the KML file?
    or how to implement the multithread to read KML by KmlReader.Read(STR) .


    Reply

  • Andrey Andrey admin's avatar

    Posted on Mar 6, 2012 (permalink)

    Hello Kevin,

    Unfortunately you can't improve the performance for reading the KML file. Currently the KmlReader does not support multithreading for processing the KML file.
    We have created a PITS issue to implement this feature in future releases of map control. You can track implementation of it using the following link:
    http://www.telerik.com/support/pits.aspx#/public/silverlight/10024

    Kind regards,
    Andrey Murzov
    the Telerik team
    Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Map > kml file reader problem