Leaflet.ExtraMarkers packaged to be use with Rails assets pipeline.
Installation
Add this line to your application's Gemfile:
gem 'leaflet-extra_markers-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install leaflet-extra_markers-rails
Usage
Use this gem to include Leaflet.ExtraMarkers to your Rails project.
Include it into your assets files.
app/assets/stylesheets/application.css(.sass)
//= require leaflet.extra-markers
app/assets/javascripts/application.js(.coffee)
//= require leaflet.extra-markers
License
The gem is available as open source under the terms of the MIT License.