UNPKG

casc-cesium

Version:

Vue 3.x components for CesiumJS.

16 lines (12 loc) 357 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); class Projection { lngLatToPoint() { throw new Error("lngLatToPoint\u65B9\u6CD5\u672A\u5B9E\u73B0"); } pointToLngLat() { throw new Error("pointToLngLat\u65B9\u6CD5\u672A\u5B9E\u73B0"); } } exports["default"] = Projection; //# sourceMappingURL=Projection.js.map