Skip to content

6.14新增许可模块及产品

42fa3d84-f615-422c-aacb-21dd5254d4a1

新增

产品中文产品模块版本号ID是否支持云许可
超图editor桌面SuperMap Editor基础版11.120660
标准版11.120661
高级版11.120662

价格待定

SuperMap Editor

产品

#SuperMap Editor VIP
insert into sh_license_product values (11020001, '32', NULL, NULL, NULL, NULL, 5, '11i', 'VIP', 'WINDOWS', NULL, NULL, 600.00, NULL, 1800.00, NULL, NULL, 1);

#SuperMap Editor 标准版(暂时没有)
insert into sh_license_product values (11020002, '32', NULL, NULL, NULL, NULL, 5, '11i', 'STANDARD', 'WINDOWS',NULL, NULL, 0.00, NULL, 0.00, NULL, NULL, 0);

#SuperMap Editor SVIP
insert into sh_license_product values (11020003, '32', NULL, NULL, NULL, NULL, 5, '11i', 'SVIP', 'WINDOWS', NULL, NULL, 1000.00, NULL, 3000.00, NULL, NULL, 1);

模块

#SuperMap Editor VIP
insert into sh_license_module values (11320001, NULL, 1, '基础平台', NULL, 0, 1, NULL, NULL, 600.00, NULL, 1800.00, NULL, NULL, '20660', '0');

#SuperMap Editor 标准版
insert into sh_license_module values (11320002, NULL, 1, '基础平台', NULL, 0, 1, NULL, NULL, 0.00, NULL, 0.00, NULL, NULL, '20661', '0');

#SuperMap Editor SVIP
insert into sh_license_module values (11320003, NULL, 1, '基础平台', NULL, 0, 1, NULL, NULL, 1000.00, NULL, 3000.00, NULL, NULL, '20662', '0');

关联表

insert into sh_license_product_module(product_id,module_id) values (11020001,11320001),(11020003,11320003);

中英文

          11020001: {
            description: '',
            productType: 'VIP',
            name: 'SuperMap Editor 11i',
            productName: 'SuperMap Editor11i',
            detailedIntroLink: '',
            summary: ''
          },
          11020003: {
            description: '',
            productType: 'SVIP',
            name: 'SuperMap Editor 11i',
            productName: 'SuperMap Editor11i',
            detailedIntroLink: '',
            summary: ''
          },
         应该只保留详情页,去掉了版本
         
11020001: {
    description: '',
    productType: 'VIP',
    name: 'SuperMap Editor 11i',
    productName: 'SuperMap Editor 11i',
    detailedIntroLink: 'https://e.dituhui.com/editor',
    summary: 'Support a variety of map sources and HD map download; Support 56 vector, raster and other data formats, and support 32 types of data file export; Support interactive, batch data registration; Support projection conversion, conversion parameter calculation, vector data processing and other data processing functions; Support single buffer analysis; Supports resolution of up to 200 addresses per time; Support rich thematic map expression function; Support map decoration and HD output printing; It supports 28 kinds of 3D model data access and browsing, and supports scene rolling, query, measurement, multi-view port management and other scene real-time interaction functions.'
  },
  11020003: {
    description: '',
    productType: 'SVIP',
    name: 'SuperMap Editor 11i',
    productName: 'SuperMap Editor 11i',
    detailedIntroLink: 'https://e.dituhui.com/editor',
    summary: 'Support a variety of map sources and HD map download; Support 56 vector, raster and other data formats, and support 32 types of data file export; Support interactive, batch data registration; Support projection conversion, conversion parameter calculation, vector data processing and other data processing functions; Support two-dimensional multiple, three-dimensional buffer analysis, and spatial statistical analysis; Resolve up to 1000 addresses at a time. Support thematic map, aggregate map, dynamic map and other advanced mapping functions; Support map decoration and HD output printing; Support 28 kinds of 3D model data access browsing, support scene rolling curtain, query, measurement, multi-port management and other scene real-time interaction functions; Supports ocean and sky scene effects, supports 3D flight management, and provides a more realistic 3D immersive experience.'
  },
  
  11020001: {
    description: '',
    productType: 'VIP',
    name: 'SuperMap Editor 11i',
    productName: 'SuperMap Editor 11i',
    detailedIntroLink: 'https://e.dituhui.com/editor',
    summary: '多种图源支持及高清地图下载;支持56种矢量、栅格等数据格式,并支持32种数据类型文件导出;支持交互式、批量数据配准;支持投影转换、转换参数计算、矢量数据处理等数据处理功能;支持单重缓冲区分析;支持单次最高200条地址解析;支持丰富的专题图表达功能;支持地图整饰及高清输出打印;支持28种三维模型数据接入浏览,支持场景卷帘、查询、量算、多视口管理等场景实时交互功能。'
  },
  11020003: {
    description: '',
    productType: 'SVIP',
    name: 'SuperMap Editor 11i',
    productName: 'SuperMap Editor 11i',
    detailedIntroLink: 'https://e.dituhui.com/editor',
    summary: '多种图源支持及高清地图下载;支持56种矢量、栅格等数据格式,并支持32种数据类型文件导出;支持交互式、批量数据配准;支持投影转换,转换参数计算、矢量数据处理等数据处理功能;支持二维多重、三维缓冲区分析,及空间统计分析;支持单次最高1000条地址解析;支持专题图、聚合图、动态图等高级制图功能;支持地图整饰及高清输出打印;支持28种三维模型数据接入浏览,支持场景卷帘、查询、量算、多视口管理等场景实时交互功能;支持海洋和天空场景特效,支持三维飞行管理,提供更真实的三维沉浸式体验。'
  },
         
        
        "11320001" : {
            "moduleCode" : "20660",
            "moduleGeneralName" : "基础平台",
            "moduleName" : "基础平台"
        }, 
        "11320002" : {
            "moduleCode" : "20661",
            "moduleGeneralName" : "基础平台",
            "moduleName" : "基础平台"
        },
        "11320003" : {
            "moduleCode" : "20662",
            "moduleGeneralName" : "基础平台",
            "moduleName" : "基础平台"
        },
        
        "11320001" : {
            "moduleCode" : "20660",
            "moduleGeneralName" : "Base Platform",
            "moduleName" : "Base Platform"
        }, 
        "11320002" : {
            "moduleCode" : "20661",
            "moduleGeneralName" : "Base Platform",
            "moduleName" : "Base Platform"
        },
        "11320003" : {
            "moduleCode" : "20662",
            "moduleGeneralName" : "Base Platform",
            "moduleName" : "Base Platform"
        },

license库

_product


insert into _product values('11020001', 'SuperMap Editor', 'VIP', '20660', '83000', '11i', 0);
insert into _product values('11020002', 'SuperMap Editor', '标准版', '20661', '83000', '11i', 0);
insert into _product values('11020003', 'SuperMap Editor', 'SVIP', '20662', '83000', '11i', 0);

_product_type

SuperMap Editor    83000

_license_trial


INSERT INTO `ilicense`.`_license_trial` (`id`,`days`,`moduleCode`,`productId`,`productType`,`maxLogins`,`version`,`time`,`des`) VALUES ('1d79bcabb7bb4af4a210e666c6e61e21',1,'65400','11020001','83000',0,'11i','2023-11-01 14:52:33','SuperMap Editor 11i VIP');
INSERT INTO `ilicense`.`_license_trial` (`id`,`days`,`moduleCode`,`productId`,`productType`,`maxLogins`,`version`,`time`,`des`) VALUES ('1d79bcabb7bb4af4a210e666c6e61e22',1,'65400','11020002','83000',0,'11i','2023-11-01 14:53:14','SuperMap Editor 11i 标准版');
INSERT INTO `ilicense`.`_license_trial` (`id`,`days`,`moduleCode`,`productId`,`productType`,`maxLogins`,`version`,`time`,`des`) VALUES ('1d79bcabb7bb4af4a210e666c6e61e23',1,'65400','11020003','83000',0,'11i','2023-11-01 14:53:44','SuperMap Editor 11i SVIP');