-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from initbiz/ColorFilter
Color filter plugin
- Loading branch information
Showing
25 changed files
with
131 additions
and
30,555 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,19 +1,20 @@ | ||
/vendor/ | ||
.idea/ | ||
.gitattributes | ||
.DS_Store | ||
/index.php | ||
/.editorconfig | ||
/server.php | ||
composer.lock | ||
composer.phar | ||
php_errors.log | ||
nginx-error.log | ||
nginx-access.log | ||
nginx-ssl.access.log | ||
nginx-ssl.error.log | ||
php-errors.log | ||
sftp-config.json | ||
nbproject | ||
!assets/node_modules | ||
assets/node_modules/* | ||
!assets/node_modules/*/dist | ||
!assets/node_modules/leaflet | ||
assets/node_modules/leaflet/* | ||
!assets/node_modules/leaflet/dist | ||
assets/node_modules/leaflet/dist/* | ||
!assets/node_modules/leaflet/dist/leaflet.css | ||
!assets/node_modules/leaflet/dist/leaflet.js | ||
# Plugins for leaflet | ||
!assets/node_modules/leaflet.markercluster | ||
assets/node_modules/leaflet.markercluster/* | ||
!assets/node_modules/leaflet.markercluster/dist | ||
assets/node_modules/leaflet.markercluster/dist/* | ||
!assets/node_modules/leaflet.markercluster/dist/MarkerCluster.css | ||
!assets/node_modules/leaflet.markercluster/dist/leaflet.markercluster.js | ||
!assets/node_modules/leaflet.tilelayer.colorfilter | ||
assets/node_modules/leaflet.tilelayer.colorfilter/* | ||
!assets/node_modules/leaflet.tilelayer.colorfilter/src | ||
assets/node_modules/leaflet.tilelayer.colorfilter/src/* | ||
!assets/node_modules/leaflet.tilelayer.colorfilter/src/leaflet-tilelayer-colorfilter.js |
60 changes: 0 additions & 60 deletions
60
assets/node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
assets/node_modules/leaflet.markercluster/dist/WhereAreTheJavascriptFiles.txt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.