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 33 * which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
44import { ServiceBase } from './ServiceBase' ;
55import '../core/Base' ;
6- import { KnowledgeGraphService as CommonMatchAddressService } from '@supermap/iclient-common/iServer/KnowledgeGraphService' ;
6+ import { KnowledgeGraphService as CommonKnowledgeGraphService } from '@supermap/iclient-common/iServer/KnowledgeGraphService' ;
77/**
88 * @class KnowledgeGraphService
99 * @category iServer KnowledgeGraph
@@ -26,7 +26,7 @@ import { KnowledgeGraphService as CommonMatchAddressService } from '@supermap/ic
2626export var KnowledgeGraphService = ServiceBase . extend ( {
2727 initialize : function ( url , options ) {
2828 ServiceBase . prototype . initialize . call ( this , url , options ) ;
29- this . _knowledgeGraphService = new CommonMatchAddressService ( this . url , options ) ;
29+ this . _knowledgeGraphService = new CommonKnowledgeGraphService ( this . url , options ) ;
3030 } ,
3131
3232 /**
You can’t perform that action at this time.
0 commit comments