@ohuoy/easymap 1.0.25 → 1.0.26
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import MapboxDraw from "
|
|
1
|
+
import MapboxDraw from "../../index.js";
|
|
2
2
|
import * as CommonSelectors from "../lib/common_selectors.js";
|
|
3
3
|
import constrainFeatureMovement from '../lib/constrain_feature_movement.js';
|
|
4
4
|
import * as Constants from '../constants.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import MapboxDraw from "
|
|
1
|
+
import MapboxDraw from ".././../index.js";
|
|
2
2
|
import * as CommonSelectors from "../lib/common_selectors.js";
|
|
3
3
|
import * as Constants from '../constants.js';
|
|
4
4
|
//import createSupplementaryPoints from '@mapbox/mapbox-gl-draw/src/lib/create_supplementary_points.js'
|