An open API service indexing awesome lists of open source software.

https://github.com/topplay020/qtosgearth

Application
https://github.com/topplay020/qtosgearth

3d-graphics gis openscenegraph osgearth qt terrain-visualization

Last synced: about 1 month ago
JSON representation

Application

Awesome Lists containing this project

README

          

# QtOsgEarth

**QtOsgEarth** is a C++ project that combines the Qt framework with OsgEarth libraries to enhance geospatial visualization tools. Its goal is to improve user experience through upgraded functionalities like:

- Distance calculation
- Customizable labels
- Loading .earth files
- Layer management
- Save/load data with SQLite

### Requirements

#### Libraries
- `osg.lib`
- `osgGA.lib`
- `sqlite3.lib`
- `osgDB.lib`
- `osgText.lib`
- `osgViewer.lib`
- `osgEarth.lib`
- `osgQOpenGL.lib`
- `osgUtil.lib`
- `$(Qt_LIBS_)`

#### Qt6 Modules
- `core`
- `gui`
- `openglwidgets`
- `widgets`

This project aims to offer intuitive and efficient tools for geographic data representation and analysis.