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

[WIP] Highway shields #80

Open
wants to merge 14 commits into
base: gh-pages
Choose a base branch
from
16 changes: 16 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@ For printed and static maps a similar attribution should be made in a textual de

OSM Liberty is using the [Maki POI icon set](https://github.com/mapbox/maki/blob/master/LICENSE.txt) which is licensed under CC0 1.0 Universal.

U.S. Interstate shields come from [Wikipedia][wikipedia_us_interstate] and are in the public domain.

U.S. Highway shields come from [Wikipedia][wikipedia_us_highway] and are in the public domain.

U.S. State Highway shields come from [Wikipedia][wikipedia_us_state] and are in the public domain.

Canada Transcanada shields come from [Wikipedia][wikipedia_ca_transcanada] and are in the public domain.

GB motorway shields come from [Wikipedia][wikipedia_gb_motorway] and are in the public domain.

[wikipedia_us_interstate]: https://commons.m.wikimedia.org/wiki/Category:Interstate_Highway_shield_blanks
[wikipedia_us_highway]: https://commons.m.wikimedia.org/wiki/Category:US_Highway_shield_blanks
[wikipedia_us_state]: https://commons.wikimedia.org/wiki/Category:Circle_shield_blanks
[wikipedia_ca_transcanada]: https://commons.wikimedia.org/wiki/File:TCH_blank.svg
[wikipedia_gb_motorway]: https://commons.wikimedia.org/wiki/File:Road_marker_UK_A2.svg

## Fonts

OSM Liberty is using the Roboto font family (Copyright 2011 Google).
Expand Down
Loading