Global Mapper v25.0

Unknown Point Feature - KML

USP70
USP70 Global Mapper User
edited February 2011 in Technical Support
Hi All,

I am new to this forum and new to GM.

I have point feature class (ESRI Personal database). I have converted to KML formate. I have many files to convert. I am trying to use Batch convertion option.

The problam i am faceing is getting "Unknown Point Feature" at top left corner of attributes display. I want to see "Landmark" at this place. How to do this in batch mode?

When i convert a single file able to get this, not in batch mode.

Please help me.

Regards,
USP70

Comments

  • global_mapper
    global_mapper Administrator
    edited February 2011
    There isn't currently support for assigning a default classification to features when doing a batch conversion. I would suggest instead writing a Global Mapper script file to loop through the files and convert them (use DIR_LOOP_START and DIR_LOOP_END). Inside the loop load the file with IMPORT and provide the point type with the POINT_TYPE parameter. Then use EXPORT_VECTOR to export the KML file with the desired options, then UNLOAD_ALL to unload the file. See http://globalmapper.com/helpv12/ScriptReference.html for details.

    Let me know if I can be of further assistance.

    Thanks,

    Mike
    Global Mapper Support
    support@globalmapper.com