An open API service indexing awesome lists of open source software.

https://github.com/frodrigo/leaflet-active-area-rails

Rails Gem for https://github.com/Mappy/Leaflet-active-area
https://github.com/frodrigo/leaflet-active-area-rails

Last synced: 2 months ago
JSON representation

Rails Gem for https://github.com/Mappy/Leaflet-active-area

Awesome Lists containing this project

README

        

# leaflet-active-area-rails

[Leaflet-active-area](https://github.com/Mappy/Leaflet-active-area) packaged for the rails asset pipeline

## Installation

Add `leaflet-active-area` to your Gemfile and run `bundle install`:

gem 'leaflet-active-area'

Include javascript assets in `app/assets/javascripts/application.js`

//= require leaflet-active-area

Look at Leaflet-active-area for further usage details.

## Contributing

Fork & send a pull with decent commit messages

## Credits

[Samuel Piquet, Mappy](https://github.com/sa3m)