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
- Host: GitHub
- URL: https://github.com/topplay020/qtosgearth
- Owner: TopPlay020
- Created: 2024-10-08T08:01:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T21:54:06.000Z (over 1 year ago)
- Last Synced: 2024-10-19T13:06:17.344Z (over 1 year ago)
- Topics: 3d-graphics, gis, openscenegraph, osgearth, qt, terrain-visualization
- Language: C++
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.