Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 504 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 504 Bytes

qgis_dev

A basic qgis-based standalone application

This repository shows examples of my blog about QGis C++ development. The application contains some basic GIS functions such as:

  • displaying GIS dataset(vector and raster).
  • linking the map canvas with layer tree manage view.
  • searching information like spatial coordinate system, projection, dataset table, and so on.
  • editing datasets, including dataset table editing, shape editing, and so on.