qc2105 / gilviewer

Automatically exported from code.google.com/p/gilviewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

GilViewer

GilViewer is an open source 2D viewer (raster and vector) based on Boost GIL and wxWidgets.

GilViewer is also based on TinyXML (http://www.grinninglizard.com/tinyxml/) and Shapelib (http://shapelib.maptools.org/).

Homepage:

https://github.com/IGNF/gilviewer

Copyright:

Institut Geographique National (2009-2016)

Authors:

Olivier Tournaire, Adrien Chauve


GilViewer is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GilViewer is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public 
License along with GilViewer.  If not, see <http://www.gnu.org/licenses/>.

Installation instructions:

export CC=`which gcc-5`
export CXX=`which g++-5`
mkdir build
cd build
cmake ..
make -j12

About

Automatically exported from code.google.com/p/gilviewer

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 48.1%Language:Makefile 45.5%Language:CMake 3.1%Language:Shell 2.4%Language:M4 0.7%Language:Dockerfile 0.1%Language:HTML 0.0%