Provide example of correct attribution
This commit is contained in:
parent
8438ce7779
commit
012d5b69c6
3 changed files with 13 additions and 0 deletions
BIN
app/assets/images/attribution_example.png
Normal file
BIN
app/assets/images/attribution_example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -38,6 +38,13 @@
|
|||
<h3><%= t "license_page.legal_babble.credit_title_html", :locale => @locale %></h3>
|
||||
<p><%= t "license_page.legal_babble.credit_1_html", :locale => @locale %></p>
|
||||
<p><%= t "license_page.legal_babble.credit_2_html", :locale => @locale %></p>
|
||||
<p><%= t "license_page.legal_babble.credit_3_html", :locale => @locale %></p>
|
||||
<p><%= image_tag("attribution_example.png",
|
||||
:alt => t('license_page.legal_babble.attribution_example.alt'),
|
||||
:border => 0,
|
||||
:width => 193,
|
||||
:height => 69,
|
||||
:title => t('license_page.legal_babble.attribution_example.title')) %>
|
||||
|
||||
<h3><%= t "license_page.legal_babble.more_title_html", :locale => @locale %></h3>
|
||||
<p><%= t "license_page.legal_babble.more_1_html", :locale => @locale %></p>
|
||||
|
|
|
@ -1041,6 +1041,12 @@ en:
|
|||
direct your readers to openstreetmap.org (perhaps by expanding
|
||||
'OpenStreetMap' to this full address), to opendatacommons.org, and
|
||||
if relevant, to creativecommons.org.
|
||||
credit_3_html: |
|
||||
For a browsable electronic map, the credit should appear in the corner of the map.
|
||||
For example:
|
||||
attribution_example:
|
||||
alt: Example of how to attribute OpenStreetMap on a webpage
|
||||
title: Attribution example
|
||||
more_title_html: Finding out more
|
||||
more_1_html: |
|
||||
Read more about using our data, and how to credit us, at the <a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue