File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11export { WebMap } from './WebMap' ;
22export { initMap } from './InitMap' ;
3+ export { WebMap as WebMapV3 } from './webmap/v3/WebMap' ;
Original file line number Diff line number Diff line change @@ -263,5 +263,3 @@ export class WebMap extends mapboxgl.Evented {
263263 return layers ;
264264 }
265265}
266-
267- mapboxgl . supermap . WebMapV3 = WebMap ;
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ import {
6464 ChartView
6565} from '@supermap/iclient-common/namespace' ;
6666
67- import { WebMap , initMap } from './mapping' ;
67+ import { WebMap , initMap , WebMapV3 } from './mapping' ;
6868import mapboxgl from 'mapbox-gl' ;
6969
7070mapboxgl . supermap = { ...SuperMap , ...mapboxgl . supermap } ;
@@ -75,6 +75,7 @@ mapboxgl.supermap.Util = Util;
7575mapboxgl . supermap . decryptSources = decryptSources ;
7676mapboxgl . supermap . WebMap = WebMap ;
7777mapboxgl . supermap . initMap = initMap ;
78+ mapboxgl . supermap . WebMapV3 = WebMapV3 ;
7879mapboxgl . supermap . Graphic = Graphic ;
7980mapboxgl . supermap . map . getDefaultVectorTileStyle = getDefaultVectorTileStyle ;
8081mapboxgl . supermap . map . setBackground = setBackground ;
You can’t perform that action at this time.
0 commit comments