qgis / QGIS-Resources

27 stars 38 forks source link

Add traffic sign libraries by FTIA #30

Closed Tadusko closed 4 years ago

Tadusko commented 4 years ago

This adds a repository by the Finnish Transport Infrastructure Agency (FTIA, Väylävirasto) to the directory.csv. The repo consists of three collections:

  1. SVG images of traffic signs currently in use (old_signs)
  2. SVG images of traffic signs in use as of 1st of June 2020 (new_signs)
  3. A processing script for styling each point in a layer with the corresponding sign (style_script)

The script doesn't really do processing, it actually just creates data defined properties (expressions) for the input layer based on the parameters set by the user. This was the most user-friendly way I found to package the functionality with the images.

havatv commented 4 years ago

Thank you for sharing, @Tadusko! Rally impressive collections, and things seem to be in order (previews, directory structure, ...). I have made a pull request to fix the license_file references (must be relative to the collection root, and not the repository root).

havatv commented 4 years ago

I merged, and hope that you will merge my PR, so that we avoid 404: Not found if someone should happen to click on the "read here" links for the license information.

Tadusko commented 4 years ago

Thanks! I merged your pull request.