Skip to content
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