-
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.
Deploying to gh-pages from @ f18605f 🚀
- Loading branch information
1 parent
449871b
commit cdcf731
Showing
9 changed files
with
158 additions
and
4 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
articles/Interactive-map_files/leaflet-markercluster-1.0.5/MIT-LICENCE.txt
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Copyright 2012 David Leaver | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
60 changes: 60 additions & 0 deletions
60
articles/Interactive-map_files/leaflet-markercluster-1.0.5/MarkerCluster.Default.css
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
.marker-cluster-small { | ||
background-color: rgba(181, 226, 140, 0.6); | ||
} | ||
.marker-cluster-small div { | ||
background-color: rgba(110, 204, 57, 0.6); | ||
} | ||
|
||
.marker-cluster-medium { | ||
background-color: rgba(241, 211, 87, 0.6); | ||
} | ||
.marker-cluster-medium div { | ||
background-color: rgba(240, 194, 12, 0.6); | ||
} | ||
|
||
.marker-cluster-large { | ||
background-color: rgba(253, 156, 115, 0.6); | ||
} | ||
.marker-cluster-large div { | ||
background-color: rgba(241, 128, 23, 0.6); | ||
} | ||
|
||
/* IE 6-8 fallback colors */ | ||
.leaflet-oldie .marker-cluster-small { | ||
background-color: rgb(181, 226, 140); | ||
} | ||
.leaflet-oldie .marker-cluster-small div { | ||
background-color: rgb(110, 204, 57); | ||
} | ||
|
||
.leaflet-oldie .marker-cluster-medium { | ||
background-color: rgb(241, 211, 87); | ||
} | ||
.leaflet-oldie .marker-cluster-medium div { | ||
background-color: rgb(240, 194, 12); | ||
} | ||
|
||
.leaflet-oldie .marker-cluster-large { | ||
background-color: rgb(253, 156, 115); | ||
} | ||
.leaflet-oldie .marker-cluster-large div { | ||
background-color: rgb(241, 128, 23); | ||
} | ||
|
||
.marker-cluster { | ||
background-clip: padding-box; | ||
border-radius: 20px; | ||
} | ||
.marker-cluster div { | ||
width: 30px; | ||
height: 30px; | ||
margin-left: 5px; | ||
margin-top: 5px; | ||
|
||
text-align: center; | ||
border-radius: 15px; | ||
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; | ||
} | ||
.marker-cluster span { | ||
line-height: 30px; | ||
} |
14 changes: 14 additions & 0 deletions
14
articles/Interactive-map_files/leaflet-markercluster-1.0.5/MarkerCluster.css
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow { | ||
-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in; | ||
-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in; | ||
-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in; | ||
transition: transform 0.3s ease-out, opacity 0.3s ease-in; | ||
} | ||
|
||
.leaflet-cluster-spider-leg { | ||
/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */ | ||
-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in; | ||
-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in; | ||
-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in; | ||
transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in; | ||
} |
6 changes: 6 additions & 0 deletions
6
...cles/Interactive-map_files/leaflet-markercluster-1.0.5/leaflet.markercluster.freezable.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
articles/Interactive-map_files/leaflet-markercluster-1.0.5/leaflet.markercluster.js
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
...s/Interactive-map_files/leaflet-markercluster-1.0.5/leaflet.markercluster.layersupport.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
articles/Interactive-map_files/leaflet-markercluster-1.0.5/package.json
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "leaflet.markercluster", | ||
"repository": "https://github.com/Leaflet/Leaflet.markercluster", | ||
"version": "1.1.0", | ||
"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet", | ||
"devDependencies": { | ||
"jshint": "~2.1.3", | ||
"mocha": "~1.10.0", | ||
"karma": "~0.8.5", | ||
"uglify-js": "~2.6.0", | ||
"jake": "~0.5.16", | ||
"magic-string": "^0.7.0", | ||
"leaflet": "~1.0.3" | ||
}, | ||
"main": "dist/leaflet.markercluster.js", | ||
"scripts": { | ||
"test": "jake test", | ||
"prepublish": "jake" | ||
}, | ||
"keywords": ["gis", "map"], | ||
"license": "MIT" | ||
} |
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