ソースを参照

Added BIW images and various sizes of the TAL logo for Layar

master
Adrian Short 12年前
コミット
a2143da1d1
5個のファイルの変更1行の追加0行の削除
  1. バイナリ
      app/assets/images/layar-icons/tal-logo-100.png
  2. バイナリ
      app/assets/images/layar-icons/tal-logo-128.png
  3. バイナリ
      app/assets/images/layar-icons/tal-logo-64.png
  4. バイナリ
      app/assets/images/layar-icons/tal-logo-96.png
  5. +1
    -0
      app/helpers/posts_helper.rb

バイナリ
app/assets/images/layar-icons/tal-logo-100.png ファイルの表示

変更前 変更後
幅: 100  |  高さ: 36  |  サイズ: 8.1 KiB

バイナリ
app/assets/images/layar-icons/tal-logo-128.png ファイルの表示

変更前 変更後
幅: 128  |  高さ: 128  |  サイズ: 11 KiB

バイナリ
app/assets/images/layar-icons/tal-logo-64.png ファイルの表示

変更前 変更後
幅: 64  |  高さ: 64  |  サイズ: 5.7 KiB

バイナリ
app/assets/images/layar-icons/tal-logo-96.png ファイルの表示

変更前 変更後
幅: 96  |  高さ: 96  |  サイズ: 8.1 KiB

+ 1
- 0
app/helpers/posts_helper.rb ファイルの表示

@@ -3,6 +3,7 @@ module PostsHelper
# http://layar.com/documentation/browser/api/getpois-response/
{
:id => post._id,
:imageUrl => "%s%s/assets/layar-icons/tal-logo-100.png" % [ request.protocol, request.env['HTTP_HOST'] ],
:anchor => {
:geolocation => {
:lat => post.loc['lat'],


読み込み中…
キャンセル
保存