Skip to content

Update to Leaflet.markercluster 1.0.0 #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Engine wrapper for the Leaflet MarkerCluster library by @danzel.

*Requires Leaflet 0.7.0 or newer.*
*Requires Leaflet 1.0.0 or newer.*

https://github.com/Leaflet/Leaflet.markercluster

Expand All @@ -28,12 +28,12 @@ Provides the following assets:

leaflet.markercluster.js
leaflet.markercluster.css
leaflet.markercluster.default.css
leaflet.markercluster-default.css

To use these in a Rails app, add the following to application.css or application.css.scss

//= require leaflet.markercluster
//= require leaflet.markercluster.default
//= require leaflet.markercluster-default

and add the following to application.js

Expand All @@ -45,4 +45,4 @@ library itself. See https://github.com/axyjo/leaflet-rails.
## License
MIT License, full text of license see [here][License]

[License]: https://github.com/scpike/leaflet-markercluster-rails/blob/master/LICENSE.txt "LICENSE"
[License]: https://github.com/Leaflet/Leaflet.markercluster/blob/master/MIT-LICENCE.txt "LICENSE"
2 changes: 1 addition & 1 deletion lib/leaflet-markercluster-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Leaflet
module Markercluster
module Rails
VERSION = "0.7.0"
VERSION = "1.0.4"
end
end
end
Loading