Browse Source

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

master
Adrian Short 12 years ago
parent
commit
a2143da1d1
5 changed files with 1 additions and 0 deletions
  1. BIN
      app/assets/images/layar-icons/tal-logo-100.png
  2. BIN
      app/assets/images/layar-icons/tal-logo-128.png
  3. BIN
      app/assets/images/layar-icons/tal-logo-64.png
  4. BIN
      app/assets/images/layar-icons/tal-logo-96.png
  5. +1
    -0
      app/helpers/posts_helper.rb

BIN
app/assets/images/layar-icons/tal-logo-100.png View File

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

BIN
app/assets/images/layar-icons/tal-logo-128.png View File

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

BIN
app/assets/images/layar-icons/tal-logo-64.png View File

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

BIN
app/assets/images/layar-icons/tal-logo-96.png View File

Before After
Width: 96  |  Height: 96  |  Size: 8.1 KiB

+ 1
- 0
app/helpers/posts_helper.rb View File

@@ -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…
Cancel
Save