A cross-platform app for viewing shapefiles made with Qt.
- visualization and selection of shapes
- different fill colors
- holes support
- Fast rendering via GPU
- cross-platform
to build BGIS you must have installed:
mkdir build && cd build
cmake ..
cmake --build .
cmake --install .
if you have installed the dependency libraries in a non-standard path you must specify the path before building with:
cmake .. -DQT_PATH:PATH=<your_path_to_qt>
cmake .. -DGEOS_PATH:PATH=<your_path_to_geos>
cmake .. -DSHAPELIB_PATH:PATH=<your_path_to_shapelib>
if you want to specify the installation path:
cmake .. -DCMAKE_INSTALL_PREFIX:PATH=<BGIS_install_location>
