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
- Host: GitHub
- URL: https://github.com/frodrigo/leaflet-active-area-rails
- Owner: frodrigo
- License: other
- Created: 2014-08-07T09:41:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-08T13:28:29.000Z (over 10 years ago)
- Last Synced: 2025-01-20T16:31:21.015Z (4 months ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)