@@ -445,6 +445,7 @@ import {
445445 rankSymbolThemeLayer ,
446446 TileVectorLayer ,
447447 tiledVectorLayer ,
448+ tileVectorLayer ,
448449 TurfLayer ,
449450 turfLayer ,
450451 UnicodeMarker ,
@@ -573,6 +574,7 @@ import L from 'leaflet';
573574
574575L . supermap = L . supermap || { } ;
575576L . supermap . components = L . supermap . components || { } ;
577+ L . supermap . Components = L . supermap . Components || { } ;
576578L . supermap . control = L . supermap . control || { } ;
577579
578580// ./core
@@ -598,8 +600,8 @@ L.supermap.Util.transform = transform;
598600L . Proj = L . Proj || { } ;
599601L . supermap . Proj = L . supermap . Proj || { } ;
600602L . Proj . CRS = crs ;
601- L . supermap . Proj . CRS = CRS ;
602603L . supermap . Proj . crs = crs ;
604+ L . supermap . Proj . CRS = CRS ;
603605// core/NonEarthCRS
604606L . Projection = { } ;
605607L . supermap . Projection = L . supermap . Projection || { } ;
@@ -626,37 +628,39 @@ L.supermap.CRS.Baidu = BaiduCRS;
626628L . supermap . CommontypesConversion = CommontypesConversion ;
627629// components
628630L . supermap . components . clientComputationLayer = clientComputationLayer ;
629- L . supermap . components . ClientComputationLayer = ClientComputationLayer ;
631+ L . supermap . Components . ClientComputationLayer = ClientComputationLayer ;
630632L . supermap . components . clientComputation = clientComputationView ;
631- L . supermap . components . ClientComputation = ClientComputationView ;
633+ L . supermap . Components . ClientComputation = ClientComputationView ;
632634L . supermap . components . clientComputationViewModel = clientComputationViewModel ;
633- L . supermap . components . ClientComputationViewModel = ClientComputationViewModel ;
634- L . supermap . components . GeoJsonLayersDataModel = GeoJsonLayersDataModel ;
635+ L . supermap . Components . ClientComputationViewModel = ClientComputationViewModel ;
635636L . supermap . components . geoJSONLayerWithName = geoJSONLayerWithName ;
637+ L . supermap . Components . GeoJsonLayersDataModel = GeoJsonLayersDataModel ;
636638L . supermap . components . GeoJSONLayerWithName = GeoJSONLayerWithName ;
639+ L . supermap . Components . GeoJSONLayerWithName = GeoJSONLayerWithName ;
637640L . supermap . components . dataFlow = dataFlowView ;
638- L . supermap . components . DataFlow = DataFlowView ;
641+ L . supermap . Components . DataFlow = DataFlowView ;
639642L . supermap . components . dataFlowViewModel = dataFlowViewModel ;
640- L . supermap . components . DataFlowViewModel = DataFlowViewModel ;
643+ L . supermap . Components . DataFlowViewModel = DataFlowViewModel ;
641644L . supermap . components . dataServiceQuery = dataServiceQueryView ;
642- L . supermap . components . DataServiceQuery = DataServiceQueryView ;
645+ L . supermap . Components . DataServiceQuery = DataServiceQueryView ;
643646L . supermap . components . dataServiceQueryViewModel = dataServiceQueryViewModel ;
644- L . supermap . components . DataServiceQueryViewModel = DataServiceQueryViewModel ;
647+ L . supermap . Components . DataServiceQueryViewModel = DataServiceQueryViewModel ;
645648L . supermap . components . DistributedAnalysisModel = DistributedAnalysisModel ;
649+ L . supermap . Components . DistributedAnalysisModel = DistributedAnalysisModel ;
646650L . supermap . components . distributedAnalysis = distributedAnalysisView ;
647- L . supermap . components . DistributedAnalysis = DistributedAnalysisView ;
651+ L . supermap . Components . DistributedAnalysis = DistributedAnalysisView ;
648652L . supermap . components . distributedAnalysisViewModel = distributedAnalysisViewModel ;
649- L . supermap . components . DistributedAnalysisViewModel = DistributedAnalysisViewModel ;
653+ L . supermap . Components . DistributedAnalysisViewModel = DistributedAnalysisViewModel ;
650654L . supermap . components . openFile = openFileView ;
651- L . supermap . components . OpenFile = OpenFileView ;
655+ L . supermap . Components . OpenFile = OpenFileView ;
652656L . supermap . components . openFileViewModel = openFileViewModel ;
653- L . supermap . components . OpenFileViewModel = OpenFileViewModel ;
657+ L . supermap . Components . OpenFileViewModel = OpenFileViewModel ;
654658L . supermap . components . search = searchView ;
655- L . supermap . components . Search = SearchView ;
659+ L . supermap . Components . Search = SearchView ;
656660L . supermap . components . searchViewModel = searchViewModel ;
657- L . supermap . components . SearchViewModel = SearchViewModel ;
661+ L . supermap . Components . SearchViewModel = SearchViewModel ;
658662L . supermap . components . componentsViewBase = componentsViewBase ;
659- L . supermap . components . ComponentsViewBase = ComponentsViewBase ;
663+ L . supermap . Components . ComponentsViewBase = ComponentsViewBase ;
660664// control
661665L . supermap . control . changeTileVersion = changeTileVersion ;
662666L . supermap . control . ChangeTileVersion = ChangeTileVersion ;
@@ -716,6 +720,7 @@ L.supermap.RangeThemeLayer = RangeThemeLayer;
716720L . supermap . rankSymbolThemeLayer = rankSymbolThemeLayer ;
717721L . supermap . RankSymbolThemeLayer = RankSymbolThemeLayer ;
718722L . supermap . tiledVectorLayer = tiledVectorLayer ;
723+ L . supermap . tileVectorLayer = tileVectorLayer ;
719724L . supermap . TileVectorLayer = TileVectorLayer ;
720725L . supermap . turfLayer = turfLayer ;
721726L . supermap . TurfLayer = TurfLayer ;
@@ -811,7 +816,6 @@ L.supermap.Geometry.Point = GeometryPoint;
811816L . supermap . Geometry . Polygon = Polygon ;
812817L . supermap . Geometry . Rectangle = Rectangle ;
813818// Components
814- L . supermap . Components = L . supermap . Components || { } ;
815819L . supermap . Components . Chart = Chart ;
816820L . supermap . Components . ChartViewModel = ChartViewModel ;
817821L . supermap . Components . MessageBox = MessageBox ;
@@ -1253,6 +1257,7 @@ export {
12531257 rankSymbolThemeLayer ,
12541258 TileVectorLayer ,
12551259 tiledVectorLayer ,
1260+ tileVectorLayer ,
12561261 TurfLayer ,
12571262 turfLayer ,
12581263 UnicodeMarker ,
0 commit comments