Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

highway shields #1

Open
ajashton opened this issue Sep 13, 2011 · 2 comments
Open

highway shields #1

ajashton opened this issue Sep 13, 2011 · 2 comments

Comments

@ajashton
Copy link
Contributor

No description provided.

@ajashton
Copy link
Contributor Author

Basic shields added in aeb2b38 ..still needs work:

  • differentiation between motorway and trunk shields
  • documentation on how to modify/export the shields SVG in Inkscape
  • primary & secondary shields?

@jeffschuler
Copy link

I was trying to change all the shields.

Figured out how to do it with Inkscape:
(after editing them in the SVG...)

#!/bin/bash

for i in {'motorway','primary','secondary','trunk'}; do
    for j in {1..8}; do
        inkscape --export-id=shield-$i-$j --export-png=shield-$i-$j.png shields.svg
    done
done

to spit out new .pngs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants