@deepinnet-components/pc 0.0.45 → 0.0.47
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/Map2D/index.d.ts
CHANGED
package/dist/Map2D/index.js
CHANGED
|
@@ -3,6 +3,8 @@ import MapMarker from "./MapMarker";
|
|
|
3
3
|
import MapMarkerMulti from "./MapMarkerMulti";
|
|
4
4
|
import MapPolyline from "./MapPolyline";
|
|
5
5
|
import MapPolygon from "./MapPolygon";
|
|
6
|
+
import PolygonEdit from "./PolygonEdit";
|
|
7
|
+
import PolylineEdit from "./PolylineEdit";
|
|
6
8
|
import * as Utils from "./utils";
|
|
7
9
|
var Map2D = {
|
|
8
10
|
// Map,
|
|
@@ -10,6 +12,8 @@ var Map2D = {
|
|
|
10
12
|
MapMarkerMulti: MapMarkerMulti,
|
|
11
13
|
MapPolyline: MapPolyline,
|
|
12
14
|
MapPolygon: MapPolygon,
|
|
15
|
+
PolygonEdit: PolygonEdit,
|
|
16
|
+
PolylineEdit: PolylineEdit,
|
|
13
17
|
Utils: Utils
|
|
14
18
|
};
|
|
15
19
|
export default Map2D;
|