Download What`s New page
Transcript
o Added EPSG codes 2991 and 2992 for Oregon Lambert projection. o Updated Winkel Tripel projection to allow modifying the True Scale Latitude. o Updated the Interrupted Goode Homolsine projection to support a Central Longitude parameter. o Added support for zone 10 to Gauss Krueger Germany 3-degree zone projection. o Corrected Kansas State Plane North and South NAD83 zone definitions for ECW files. o Fixed problems parsing some MGRS coordinates with shortened coordinates. o Added support for getting Gauss Krueger Germany 3-degree zone projections from Touratech TTQV .cal files. o Added support for saving projections using arc second and grade units to WKT PRJ files. o Added support for decoding of Geographic projections using units other than arc degrees from WKT PRJ files. o Updated scale value for Arizona West State Plane projection to have enough digits of precision. Scripting Changes o Added new EDIT_VECTOR script command (replacing the ASSIGN_TYPES command) to allow adding/updating feature attributes values and display labels, reclassifying features, rotating/scaling/offsetting feature coordinates, connecting islands of areas to the main parent, deleting duplicate features, or marking features as deleted by searching loaded features for matches against their attributes/label values and/or types. o Added GENERATE_WATERSHED script command to allow performing watershed analysis from a script. o Added new RUN_COMMAND script command to allow running any application from within a Global Mapper script. o Added new COMPRESSION parameter to EXPORT_RASTER command to allow specifying the compression to use when exporting GeoTIFF files. This deprecates the USE_LZW parameter. o Added support for new %PARENT_DIR% wildcard in DIR_LOOP_START...DIR_LOOP_END loop in script to allow using the name of the parent folder for the current file. o Fixed EXPORT_VECTOR script command when splitting against anything other than an actual attribute. o Added option to KML export using EXPORT_VECTOR command to specify which feature attribute to use for the folder name in the generated KML file. The new KML_FOLDER_ATTR support specifying what attribute to use for the folder name. o Updated FILENAME_ATTR_LIST parameter for EXPORT_VECTOR command to allow specifying particular attribute values to filter against in addition to just splitting by attribute. o Updated GENERATE_CONTOURS command to support cropping contours to a polygon using the POLYGON_CROP_FILE or POLYGON_CROP_NAME parameters.