ソースを参照

Typo on key name prevented images being displayed

master
Adrian Short 12年前
コミット
38197058c0
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/helpers/posts_helper.rb

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

@@ -3,7 +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'] ],
:imageURL => "%s%s/assets/layar-icons/tal-logo-100.png" % [ request.protocol, request.env['HTTP_HOST'] ],
:anchor => {
:geolocation => {
:lat => post.loc['lat'],


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