forked from ubergesundheit/Leaflet.EdgeMarker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- divIcons instead of icons - add classes on hover events - add classes to indicate which edge of the screen - top, left, right, bottom
- Loading branch information
Ray Walker
committed
Apr 14, 2014
1 parent
66b4c33
commit 2c2c7b5
Showing
4 changed files
with
37 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
Leaflet EdgeMarker for Greenpeace Mapping | ||
========================================= | ||
|
||
Leaflet EdgeMarker is a [Leaflet](http://leafletjs.com/) plugin which allows you to indicate Markers, | ||
Circles and CircleMarkers that are outside of the current view by displaying CircleMarkers at the edges of the map. | ||
Leaflet EdgeMarker is a [Leaflet](http://leafletjs.com/) plugin to show off-screen markers on the edge of the map | ||
|
||
This fork of Gerald Pape's original plugin was created to add: | ||
|
||
* transitions on map move | ||
* superimposed icons on the edge markers | ||
* installation via Bower | ||
* building via Grunt | ||
* L.divIcons instead of L.icons for customisation in CSS | ||
* installation via [Bower](http://bower.io) | ||
* build and quality control with [Grunt](http://gruntjs.com) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters