Skip to content

TopPlay020/QtOsgEarth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.