Geologic symbols library and development for QGIS

Change Log

All notable changes to the gsymblib project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.1.0] - 2021-12-11

  • added experimental support for Resource Manager Plugin (online install)
  • added rotary symbols
  • conversion of SVG patterns to SVG 1.2 Tiny which is required by Qt5 see discussion on QGIS #32270

[1.0.0-rc.1] - 2019-10-16

Changed

  • QGIS minimum version is 3.8.x-Zanzibar, support of Hashed Line symbol type

Added

  • issue tracker tag new symbol for new symbols
  • issue tracker tag symbol fix for fixes to existing symbols
  • Added 7 strike slip fault symbols @valemercurii
  • Added 4 thrust fault symbols @valemercurii
  • Added 44 new symbols @marchunterUSGS
  • Added graphical representation of the symbols in the STATUS page
  • Added 31 new symbols @erikaluzzi
  • Fixed code for the generation of symboll list @luca-penasa
  • Added basic validation to the library generator @luca-penasa

Removed

  • wrong fgdc SVG pattern directory (typo) @chbrandt

Known Issues

  • Qt5 of QGIS supports SVG Tiny 1.2. Pattern of symbols fgdc 25.128 25.129 25.133 use ClipPath which is defined in SVG 2. The fills are rendered as all black. We need to convert these patterns into SVG Tiny 1.2 compatible ones.