svgmap 2.18.3 → 2.18.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/svg-map.umd.js +1 -1
- package/dist/svg-map.umd.js.map +1 -1
- package/dist/svg-map.umd.min.js +1 -1
- package/dist/svgMap.js +1 -1
- package/dist/svgMap.js.map +1 -1
- package/dist/svgMap.min.js +1 -1
- package/package.json +1 -1
- package/src/js/core/svg-map.js +1 -1
package/dist/svg-map.umd.js
CHANGED
|
@@ -1160,7 +1160,7 @@
|
|
|
1160
1160
|
var me = this;
|
|
1161
1161
|
|
|
1162
1162
|
// Init pan zoom
|
|
1163
|
-
this.mapPanZoom = svgPanZoom
|
|
1163
|
+
this.mapPanZoom = svgPanZoom(this.mapImage, {
|
|
1164
1164
|
zoomEnabled: this.options.allowInteraction,
|
|
1165
1165
|
panEnabled: this.options.allowInteraction,
|
|
1166
1166
|
fit: true,
|