From 9168b9bc068d4c5df496dba63907e1c04aab3dbd Mon Sep 17 00:00:00 2001 From: Guillaume Jounel Date: Thu, 28 Mar 2019 19:28:28 +1100 Subject: [PATCH 1/2] Add vue2-leaflet-polygonfillpattern to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 881da0fb..7e2b7d2f 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Leaflet plugins can easily work with Vue2Leaflet, if you want to use one I would * [vue2-leaflet-path-transform](https://github.com/imudin/vue2-leaflet-path-transform) wrapper for [Leaflet.Path.Transform ](https://github.com/w8r/Leaflet.Path.Transform) * [vue2-leaflet-gpx](https://github.com/tdcook/vue2-leaflet-gpx) wrapper for [leaflet-gpx](https://github.com/mpetazzoni/leaflet-gpx) * [vue2-leaflet-locatecontrol](https://github.com/vUdav/vue2-leaflet-locatecontrol) wrapper for [Leaflet.Locate](https://github.com/domoritz/leaflet-locatecontrol) +* [vue2-leaflet-polygonfillpattern](https://github.com/guillaumejounel/vue2-leaflet-polygonfillpattern) wrapper for [leaflet-polygon-fillPattern](https://github.com/lwsu/leaflet-polygon-fillPattern) If you have created a plugin and want it to be listed here, let me know :-). From 559b030376b2e19a479bbdd8685c08646461fa2d Mon Sep 17 00:00:00 2001 From: Guillaume Jounel Date: Thu, 28 Mar 2019 19:29:50 +1100 Subject: [PATCH 2/2] Add vue2-leaflet-polygonfillpattern to plugins doc --- docs/plugins/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/plugins/README.md b/docs/plugins/README.md index 229d62a6..49495db9 100644 --- a/docs/plugins/README.md +++ b/docs/plugins/README.md @@ -58,3 +58,7 @@ wrapper for [leaflet-gpx](https://github.com/mpetazzoni/leaflet-gpx) ## [vue2-leaflet-locatecontrol](https://github.com/vUdav/vue2-leaflet-locatecontrol) wrapper for [Leaflet.Locate](https://github.com/domoritz/leaflet-locatecontrol) + +## [vue2-leaflet-polygonfillpattern](https://github.com/guillaumejounel/vue2-leaflet-polygonfillpattern) + +wrapper for [leaflet-polygon-fillPattern](https://github.com/lwsu/leaflet-polygon-fillPattern)