mGIS - An Embedded Electronic Map Renderer for MiniGUI

What is mGIS?

mGIS is GIS software for embedded operating system researched and developed by Feynman Software. mGIS has the following features:

  • The kernel engine is developed with C++, while providing the C external control API.
  • MiniGUI-based, portable and with good performance.
  • Support TAB file format of MapInfo and remain extending capabilities to support other sorts of data format.
  • The correct display of map, support many kinds of graphic legends and filling modes.
  • mGIS controlling support the following operation modes: roaming view, zoom in, zoom out and measurement.
  • Support Meta files and fonts display in different modes.
  • Support keyword search and orientation.

Documentation

There are some documentations about mGIS, but they are all in Chinese:

Source

To download the package of mGIS 1.0, please click here:

mgis-1.0.tar.gz

Building

Please install MiniGUI V1.6.x or above (MiniGUI-VAR or Development Package) first.

  1. Unpack proj-4.4.7.tar.gz
    • ./configure
    • make
    • sudo make install
  2. Unpack gdal-1.2.6.tar.gz
    • ./configure --withou-pg --without-python --without-jasper --without-odbc
    • make
    • sudo make install
  3. Unpack mgis-1.0.tar.gz
    • ./configure
    • make

Screenshots