From cc700c831a9043cd1edd42b31cbfcc6d6ce289de Mon Sep 17 00:00:00 2001 From: Maxence Date: Thu, 25 Nov 2021 23:05:38 +0100 Subject: [PATCH 1/2] Create leaflet-coloricon.md --- docs/_plugins/markers-renderers/leaflet-coloricon.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/_plugins/markers-renderers/leaflet-coloricon.md diff --git a/docs/_plugins/markers-renderers/leaflet-coloricon.md b/docs/_plugins/markers-renderers/leaflet-coloricon.md new file mode 100644 index 00000000000..935e0d2773d --- /dev/null +++ b/docs/_plugins/markers-renderers/leaflet-coloricon.md @@ -0,0 +1,12 @@ +--- +name: Leaflet.ColorIcon +category: markers-renderers +repo: https://github.com/shevekk/Leaflet.ColorIcon +author: Maxence Martin (shevek) +author-url: https://github.com/shevekk +demo: http://dataexplorer.hd.free.fr/Leaflet.ColorIcon/examples/basic/ +compatible-v0: +compatible-v1: true +--- + +Create colored icons, allows to generate a css filter on the icon From 2650fe34110a3468b4540fe93325485a86e81613 Mon Sep 17 00:00:00 2001 From: Maxence Date: Fri, 26 Nov 2021 09:31:36 +0100 Subject: [PATCH 2/2] Update leaflet-coloricon.md --- docs/_plugins/markers-renderers/leaflet-coloricon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_plugins/markers-renderers/leaflet-coloricon.md b/docs/_plugins/markers-renderers/leaflet-coloricon.md index 935e0d2773d..9289860fee4 100644 --- a/docs/_plugins/markers-renderers/leaflet-coloricon.md +++ b/docs/_plugins/markers-renderers/leaflet-coloricon.md @@ -5,8 +5,8 @@ repo: https://github.com/shevekk/Leaflet.ColorIcon author: Maxence Martin (shevek) author-url: https://github.com/shevekk demo: http://dataexplorer.hd.free.fr/Leaflet.ColorIcon/examples/basic/ -compatible-v0: +compatible-v0: false compatible-v1: true --- -Create colored icons, allows to generate a css filter on the icon +Overwrite color of the icon with CSS filters and make it possible to add same icon-image in different colors.