File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4
4
import { ServiceBase } from './ServiceBase' ;
5
5
import '../core/Base' ;
6
- import { KnowledgeGraphService as CommonMatchAddressService } from '@supermap/iclient-common/iServer/KnowledgeGraphService' ;
6
+ import { KnowledgeGraphService as CommonKnowledgeGraphService } from '@supermap/iclient-common/iServer/KnowledgeGraphService' ;
7
7
/**
8
8
* @class KnowledgeGraphService
9
9
* @category iServer KnowledgeGraph
@@ -26,7 +26,7 @@ import { KnowledgeGraphService as CommonMatchAddressService } from '@supermap/ic
26
26
export var KnowledgeGraphService = ServiceBase . extend ( {
27
27
initialize : function ( url , options ) {
28
28
ServiceBase . prototype . initialize . call ( this , url , options ) ;
29
- this . _knowledgeGraphService = new CommonMatchAddressService ( this . url , options ) ;
29
+ this . _knowledgeGraphService = new CommonKnowledgeGraphService ( this . url , options ) ;
30
30
} ,
31
31
32
32
/**
You can’t perform that action at this time.
0 commit comments