Package mapsoft2: Information

    Source package: mapsoft2
    Version: 2.7-alt1
    Build time:  Jun 25, 2025, 02:56 PM
    Report package bug
    License: GPL3.0
    Summary: mapsoft2 - programs for working with maps and geodata
    Description: 
    mapsoft2 - programs for working with maps and geodata

    List of RPM packages built from this SRPM:
    mapsoft2 (e2kv6, e2kv5, e2kv4, e2k)
    mapsoft2-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    mapsoft2-vmap-data (noarch)

    Maintainer: Vladislav Zavjalov

    List of contributors:
    Vladislav Zavjalov

      1. libcurl-devel
      2. libxml2-devel
      3. libdb4.7-devel
      4. libzip-devel
      5. /usr/bin/pod2html
      6. /usr/bin/pod2man
      7. /usr/bin/unzip
      8. ImageMagick-tools
      9. perl-Text-Iconv
      10. gcc-c++
      11. transfig
      12. zlib-devel
      13. libgif-devel
      14. libgtkmm3-devel
      15. libcairomm-devel
      16. libjansson-devel
      17. libpng-devel
      18. libtiff-devel
      19. libproj-devel
      20. libjpeg-devel
      21. librsvg-devel

    Last changed


    July 26, 2024 Vladislav Zavjalov 2.7-alt1
    - image_cnt, srtm, ms2geofig: add tracing of rivers and mountain
      ridges (my old code from mapsoft1 with some improvements);
      move code for finding summits to image_cnt; fix SRTM::get_img() method
      and use it for contour and summit tracing to avoid data smoothing;
      cleanup code and tests in image_cnt.
    - geom/poly_tools.h: add join_cross function (join crossing parts of a MultiLine);
      use it in vmap2 when saving fig and gpx; use it in ms2geofig when tracing steep slopes.
    - image: add ImageR::get_double_range method
    - srtm: fix error in deg->m conversion
    - downloader: fix test for libcurl>=8.9.0 (fix altlinux.build)
    - cairo: remove deprecated functions
    - fix a few memory-handling problems (thanks to valgrind)
    July 22, 2024 Vladislav Zavjalov 2.6-alt1
    image:
     - Add support for reading tiled TIFF images
     - An important fix for tiled image data handling (much faster rendering)
     - Fix slazav/mapsoft2#67 error (important for new libtiff)
     - A few fixes and interface changes
    image_cnt - new module:
     - Finding contours on the image, smart contour filtering
    srtm:
     - Rewrite data handling and interpolation (one more time)
     - Fix data handling for much faster operation
     - Using image_cnt module
     - Using overlay data (see https://github.com/slazav/alos_overlay)
    vector maps:
     - remove set_dpi command in types.cfg; set fig font size for each object separately
     - improve default label positions: move to the nearest object point; label_def_mshift option
    vmap_data:
     - types.cfg: adjust fig font size, add label_def_mshift for some objects
     - render.cfg: tune fonts for summits and passes
     - always use UTF8 encoding in fig files
     - vmaps_wp_update: use single wpasses.cnv
    ms2geofig program:
     - apply --cnt_minpts option only to closed contours
     - new contour finding; add cnt_vtol, scnt_vtol options; remove smooth option
     - --add_comm option (adding additional comments to new fig objects)
    May 31, 2024 Vladislav Zavjalov 2.5-alt1
    A few bug fixes:
    - err: fix problems with NaN values and with multiple evaluations in assert scripts
    - geom/line_walker: avoid NaN values for lines with repeated points
    - fig: fix scaling/shifting
    - srtm: fix error in find_peaks(), fix error with getting points between tiles
    - vmap2gobj: fix problem with short_expand feature applied to zero-length lines
    - vmap2: optional scale argument to fig_pic command in types file
    - viewer/gobj_multi: set trivial cnv in constructor, check for NULL cnv