Skip to content

Commit

Permalink
Fix invisible bus stop markers with position params
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamuteki committed Apr 29, 2016
1 parent b280bf3 commit f677873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def build_markers(bus_stops, position = nil)
marker.picture({ url: image_path('bluedot.png'), width: '34', height: '34' })
end
end
hash
end
def build_routes_hash(bus_route_infos)
tracks = bus_route_infos.flat_map do |info|
Expand Down

0 comments on commit f677873

Please sign in to comment.