UNPKG

cione-comp-lib

Version:

`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`

9 lines (8 loc) 306 B
import MapServiceCoordSys3D from "../mapServiceCommon/MapService3D.mjs"; function Mapbox3D() { MapServiceCoordSys3D.apply(this, arguments); } Mapbox3D.prototype = new MapServiceCoordSys3D(); Mapbox3D.prototype.constructor = Mapbox3D; Mapbox3D.prototype.type = "mapbox3D"; export { Mapbox3D as default };