mxcad 1.0.179 → 1.0.180
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/mxcad.d.ts +2 -0
- package/dist/mxcad.es.js +3107 -654
- package/dist/mxcad.umd.js +3 -3
- package/package.json +1 -1
package/dist/mxcad.d.ts
CHANGED
|
@@ -7924,6 +7924,7 @@ export declare class MxMap {
|
|
|
7924
7924
|
constructor();
|
|
7925
7925
|
setLoadOldEditionMethod(): void;
|
|
7926
7926
|
getMxDrawObject(): MxDrawObject;
|
|
7927
|
+
initMapbox(map: Map): void;
|
|
7927
7928
|
getMapbox(): Map;
|
|
7928
7929
|
mercatorCoord2CAD(x: number, y: number): THREE.Vector3;
|
|
7929
7930
|
cadToMercatorCoord(pt: THREE.Vector3): THREE.Vector3;
|
|
@@ -7931,5 +7932,6 @@ export declare class MxMap {
|
|
|
7931
7932
|
setCoordinatePointAlignment(originLngLatLike: number[], originCAD: number[], meterInCADUnits: number): void;
|
|
7932
7933
|
create(map: Map, config: MxCadConfig | any): Promise<void>;
|
|
7933
7934
|
}
|
|
7935
|
+
export declare function MxMapAddRasterTileLayer(map: any, layerList: any[], key?: string): void;
|
|
7934
7936
|
|
|
7935
7937
|
export {};
|