We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bffde6 commit f4d6adbCopy full SHA for f4d6adb
L.D3SvgOverlay.js
@@ -165,7 +165,7 @@ L.D3SvgOverlay = (L.version < "1.0" ? L.Class : L.Layer).extend({
165
166
});
167
168
-L.D3SvgOverlay.version = "2.1";
+L.D3SvgOverlay.version = "2.2";
169
170
// Factory method
171
L.d3SvgOverlay = function (drawCallback, options) {
package.json
@@ -2,7 +2,7 @@
2
"name": "leaflet-d3-svg-overlay",
3
"description": "Leaflet Plugin: D3 SVG Overlay",
4
"author": "Kirill Zhuravlev <kirill.zhuravlev@teralytics.ch>",
5
- "version": "2.1.0",
+ "version": "2.2.0",
6
"main": "L.D3SvgOverlay.js",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments