瀏覽代碼

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 查看文件

Before After
Width: 100  |  Height: 36  |  Size: 8.1 KiB

二進制
app/assets/images/layar-icons/tal-logo-128.png 查看文件

Before After
Width: 128  |  Height: 128  |  Size: 11 KiB

二進制
app/assets/images/layar-icons/tal-logo-64.png 查看文件

Before After
Width: 64  |  Height: 64  |  Size: 5.7 KiB

二進制
app/assets/images/layar-icons/tal-logo-96.png 查看文件

Before After
Width: 96  |  Height: 96  |  Size: 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'],


Loading…
取消
儲存