Giter Site home page Giter Site logo

geologic-symbols-qgis's People

Contributors

afrigeri avatar luca-penasa avatar mahunter14 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

geologic-symbols-qgis's Issues

31 New symbols!

-25.053
-25.054
-25.075
-25.076
-25.077
-25.078
-25.079
-25.080
-25.081
-25.082
-25.085
-25.087
-25.088
-25.089
-25.091
-25.092
-25.093
-25.094
-25.095
-25.097
-25.098
-25.099
-25.100
-25.105
-25.106
-25.107
-25.109
-25.111
-25.114
-25.115
-25.116

new-symbols.zip

(I made a zip containing the single xml files because the .xml cannot be uploaded on github)

Install of svg path fails - "ContourGeneratorAlgorithm" has been deleted

Describe the bug
Just downloaded these symbols, unzipped the file, opened QGIS 3.22.0. Navigated to Settings-> Options -> System tab. Added an SVG path, navigated to the unzipped folder. Clicked ok - got a traceback error (traceback pasted below).

Screenshots
RuntimeError: wrapped C/C++ object of type ContourGeneratorAlgorithm has been deleted
Traceback (most recent call last):
File "C:\Users/KateFugate/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\contour\ContourGeneratorProvider.py", line 55, in loadAlgorithms
self.addAlgorithm( alg )
RuntimeError: wrapped C/C++ object of type ContourGeneratorAlgorithm has been deleted

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome
  • Version: QGIS 3.22.0

Changelog

2019-06-28 | Bundle update of line symbols:

  • Added symbols from 25.013 to 25.32;
  • Restyling of 25.058: Narrow channel, planetary;
  • Update of 100% black symbols;
  • Update of "fgdc 100% purple" symbols;
  • Update of "fgdc 100% violet" symbols;
  • Update of "fgdc 100% brown" symbols.

fgdc_update_VG20190628.xml.txt

some issues with symbols

I've been adding in my fork some consistency checking for the symbols, feel free to merge with the codebase if you want (or I can provide a pull request). Here is a list the detected problems:

18:27:22,323 root ERROR filename 25.009: Cannot split name, missing ":" ? in @fgdc-25.9@1. check naming inside xml
18:27:22,325 root WARNING filename 25.098: description contains newline char.
18:27:22,337 root ERROR filename 25.117: Cannot split name, missing ":" ? in @fgdc-25.117@0. check naming inside xml
18:27:22,337 root WARNING filename 25.117: xml referencing to missing svg at svg/symbols/fgdc/fgdc-25.117_arrow.svg, expected at full path /run/media/luca/data/Code/geologic-symbols-qgis.git/src/svg/svg/symbols/fgdc/fgdc-25.117_arrow.svg
18:27:22,349 root WARNING filename 25.081: description contains newline char.
18:27:22,354 root WARNING filename 25.077: description contains newline char.
18:27:22,360 root WARNING filename 25.076: description contains newline char.
18:27:22,379 root WARNING filename 25.080: description contains newline char.
18:27:22,393 root WARNING filename 25.126: description contains newline char.
18:27:22,393 root WARNING filename 25.126: xml referencing to missing svg at symbols/fgdc/fgdc-25.117_arrow.svg, expected at full path /run/media/luca/data/Code/geologic-symbols-qgis.git/src/svg/symbols/fgdc/fgdc-25.117_arrow.svg
18:27:22,396 root ERROR filename 25.074: Cannot split name, missing ":" ? in @fgdc-25.074@0. check naming inside xml
18:27:22,398 root WARNING filename 25.078: description contains newline char.
18:27:22,402 root ERROR filename 25.118: Cannot split name, missing ":" ? in @fgdc-25.118@0. check naming inside xml
18:27:22,408 root ERROR filename 25.084: Cannot split name, missing ":" ? in @fgdc-25.84@1. check naming inside xml
18:27:22,411 root ERROR filename 25.012: Cannot split name, missing ":" ? in @fgdc-25.12@1. check naming inside xml
18:27:22,417 root WARNING filename 25.094: description contains newline char.
18:27:22,421 root ERROR filename 25.010: Cannot split name, missing ":" ? in @fgdc-25.10@1. check naming inside xml
18:27:22,423 root WARNING filename 25.124: description contains newline char.
18:27:22,441 root WARNING filename 25.085: description contains newline char.
18:27:22,450 root ERROR filename 25.024: filename 25.024 and code 25.034 mismatch
18:27:22,453 root ERROR filename 25.011: Cannot split name, missing ":" ? in @fgdc-25.11@1. check naming inside xml
18:27:22,462 root ERROR filename 25.119: Cannot split name, missing ":" ? in @fgdc-25.119@0. check naming inside xml
18:27:22,466 root WARNING filename 25.082: description contains newline char.

Most notably:

  • a filename / xml name mismatch "filename 25.024: filename 25.024 and code 25.034 mismatch"
  • some svg (for symbols using svgs) are pointing to the wrong path for the svg they need: those are 25.117, 25.126. This might be (part of) the problem of some thumbnails in the status table. i.e.
    image
    where the missing svgs are substituted with "?".

Furthermore I suspect that when generating the pngs one should pass the full path for the svg maybe to fully solve the problem.
luca

code?

Hi, sorry I can't figure out ... why is the code different compared to the ones on the FGDC document?

Add symbology to QGIS Resource Sharing plugin

Is your feature request related to a problem? Please describe.
Having a variety of QGIS symbology sources makes it difficult for users to see what all is available - they need to search the web, github, etc

Describe the solution you'd like
Adding the symbology (github repository) to the Resource Sharing plugin would make this great geological symbols source more readily available, in a central location within QGIS. Very helpfully, other geological groups have added symbology there. https://plugins.qgis.org/plugins/qgis_resource_sharing/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.