• CommentAuthortechquery
    • CommentTimeFeb 4th 2011
     
    Hi,

    Is there a way to load a Keyhole Markup Language (KML) file in GeoBase?

    Thanks.
    • CommentAuthorSharonD
    • CommentTimeFeb 6th 2011
     
    Hi,

    KML is not supported, but you may convert it to shapefile or WKT, which is accepted by GeoBase (depending on what it is used for).

    Kind regards,
    Sharon
    • CommentAuthortechquery
    • CommentTimeFeb 7th 2011
     
    Thanks Sharon. We are suppose to use it as simulation from the origin to destination without using the navigation manager class. Is there any other way to do this?
    • CommentAuthorSharonD
    • CommentTimeFeb 7th 2011
     
    Hi,

    You may use a GpsSimulator to create a simulated GPS unit from a predefined route, and set its Update event handler to be a method that updates your map's location.

    Kind regards,
    Sharon
    • CommentAuthortechquery
    • CommentTimeFeb 7th 2011
     
    Thanks sharon, this really is helpful.