https://github.com/frodrigo/leaflet-hash-rails
Add URL hashes to web pages with Leaflet maps, gem for Ruby On Rails
https://github.com/frodrigo/leaflet-hash-rails
Last synced: 2 months ago
JSON representation
Add URL hashes to web pages with Leaflet maps, gem for Ruby On Rails
- Host: GitHub
- URL: https://github.com/frodrigo/leaflet-hash-rails
- Owner: frodrigo
- License: mit
- Created: 2015-09-16T07:22:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-11T10:49:12.000Z (over 8 years ago)
- Last Synced: 2025-01-20T16:31:03.991Z (4 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leaflet-hash for Rails
Packaged for the Rails 3.1+ asset pipeline.
Check [leaflet-hash project home page (PowerPan fork)](https://github.com/PowerPan/leaflet-hash).## Installation
Add this line to your application's Gemfile:
gem 'leaflet-hash-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install leaflet-hash-rails
## Usage
Add the following JavaScript file to `app/assets/javascripts/application.js`:
//= require leaflet-hash-rails.js
## License
Simplecolorpicker is licensed under the MIT license, this gem too.