wtimme / OSM-Completionist

⛔️ DEPRECATED iOS companion app for OpenStreetMap that allows contributors to complete missing information
ISC License
18 stars 4 forks source link

Feature: Add icons to quest list #58

Closed wtimme closed 4 years ago

wtimme commented 4 years ago

This branch adds a dedicated icon for each quest.

The icons were retrieved from rugk/streetcomplete-quest-svgs and then converted to PDF using CairoSVG:

% cairosvg $path -o $pdf_path

Preview

quest-icon-preview

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

rugk commented 4 years ago

I knew the GitHub repo would be useful. :blush:

wtimme commented 4 years ago

Thanks a lot for your effort, @rugk!