Skip to content

GioBigno/BGIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BGIS

A cross-platform app for viewing shapefiles made with Qt.

output

Features

  • visualization and selection of shapes
  • different fill colors
  • holes support
  • Fast rendering via GPU
  • cross-platform

Build and install

dependencies

to build BGIS you must have installed:

build with cmake

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>

About

shapefile viewer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published