@tslsmart/map_adapter
Version:
an adapter for maps,基于高德JSAPI 2.0,百度JavaScript API GL,arcgis api for javascript 3.23,光辉城市及51world sdk
39 lines (38 loc) • 1 kB
JavaScript
export { MapLoader } from "../export/MapLoader"
export { MapAdapter } from "../export/MapAdapter"
export { Map3DAdapter } from "../export/Map3DAdapter"
export { MapCoordTrans } from "../export/MapCoordTrans"
export {
MapPointStyle,
MapLineStyle,
MapPolygonStyle,
MapPolyhedronStyle,
MapTextStyle,
MapLineType,
MapPoint,
MapPolyline,
MapPolygon,
MapPolyhedron,
MapText,
MapLayerType,
MapFeatureType,
CameraInfo,
RotateDirection,
PathStyle,
AreaStyle,
Weather,
EntityType,
MapInfowindow,
MapAnimation,
POI,
BaseMapType,
POIType,
MapCtrolType,
Anchor
} from "../export/BasicClass"
export { GeospatialAnalysis } from "../export/GeospatialAnalysis"
export { GeoCoding } from "../export/GeoCoding"
export { Georeferencing } from "../export/Georeferencing"
// export { DxfFileReader } from '../export/DxfFileReader'
export { DataManagement } from "../export/DataManagement"
export { WFSQuery } from "../export/WFSQuery"