Skip to content

Commit

Permalink
【update】@supermapgis
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Oct 29, 2024
1 parent cb8a907 commit c2f4dea
Show file tree
Hide file tree
Showing 302 changed files with 665 additions and 665 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3220,11 +3220,11 @@

- 发布npm项目

- iclient-common: [https://www.npmjs.com/package/@supermap/iclient-common](https://www.npmjs.com/package/@supermap/iclient-common)
- iclient-leaflet: [https://www.npmjs.com/package/@supermap/iclient-leaflet](https://www.npmjs.com/package/@supermap/iclient-leaflet)
- iclient-openlayers: [https://www.npmjs.com/package/@supermap/iclient-openlayers](https://www.npmjs.com/package/@supermap/iclient-openlayers)
- iclient-mapboxgl: [https://www.npmjs.com/package/@supermap/iclient-mapboxgl](https://www.npmjs.com/package/@supermap/iclient-mapboxgl)
- iclient-classic: [https://www.npmjs.com/package/@supermap/iclient-classic](https://www.npmjs.com/package/@supermap/iclient-classic)
- iclient-common: [https://www.npmjs.com/package/@supermapgis/iclient-common](https://www.npmjs.com/package/@supermapgis/iclient-common)
- iclient-leaflet: [https://www.npmjs.com/package/@supermapgis/iclient-leaflet](https://www.npmjs.com/package/@supermapgis/iclient-leaflet)
- iclient-openlayers: [https://www.npmjs.com/package/@supermapgis/iclient-openlayers](https://www.npmjs.com/package/@supermapgis/iclient-openlayers)
- iclient-mapboxgl: [https://www.npmjs.com/package/@supermapgis/iclient-mapboxgl](https://www.npmjs.com/package/@supermapgis/iclient-mapboxgl)
- iclient-classic: [https://www.npmjs.com/package/@supermapgis/iclient-classic](https://www.npmjs.com/package/@supermapgis/iclient-classic)

# 9.0.0 (2017-09-13)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SuperMap iClient JavaScript

[![npm version](https://img.shields.io/npm/v/@supermap/iclient-common.svg)](https://www.npmjs.com/~supermap)
[![npm version](https://img.shields.io/npm/v/@supermapgis/iclient-common.svg)](https://www.npmjs.com/org/supermapgis)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FSuperMap%2FiClient-JavaScript.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FSuperMap%2FiClient-JavaScript?ref=badge_shield)

## 简介 | [ENGLISH](https://github.com/SuperMap/iClient-JavaScript/blob/master/README_EN.md)
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SuperMap iClient JavaScript

[![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.supermap%3Aiclient-javascript9&metric=coverage)](https://sonarcloud.io/dashboard?id=com.supermap%3Aiclient-javascript9)
[![npm version](https://img.shields.io/npm/v/@supermap/iclient-common.svg)](https://www.npmjs.com/~supermap)
[![npm version](https://img.shields.io/npm/v/@supermapgis/iclient-common.svg)](https://www.npmjs.com/org/supermapgis)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FSuperMap%2FiClient-JavaScript.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FSuperMap%2FiClient-JavaScript?ref=badge_shield)

## Introduction | [中文](https://github.com/SuperMap/iClient-JavaScript/blob/master/README.md)
Expand Down
2 changes: 1 addition & 1 deletion build/jsdocs/classic/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"outputSourceFiles": false
},
"namespace": "SuperMap",
"npm": "@supermap/iclient-classic",
"npm": "@supermapgis/iclient-classic",
"cdn": "https://iclient.supermap.io/dist/classic/iclient-classic.js"
}
}
2 changes: 1 addition & 1 deletion build/jsdocs/leaflet/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"outputSourceFiles": false
},
"namespace": "L.supermap",
"npm":"@supermap/iclient-leaflet",
"npm":"@supermapgis/iclient-leaflet",
"cdn":"https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"
}
}
2 changes: 1 addition & 1 deletion build/jsdocs/mapboxgl/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"outputSourceFiles": false
},
"namespace": "mapboxgl.supermap",
"npm":"@supermap/iclient-mapboxgl",
"npm":"@supermapgis/iclient-mapboxgl",
"cdn":"https://iclient.supermap.io/dist/mapboxgl/iclient-mapboxgl.js"
}
}
2 changes: 1 addition & 1 deletion build/jsdocs/maplibregl/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"outputSourceFiles": false
},
"namespace": "maplibregl.supermap",
"npm": "@supermap/iclient-maplibregl",
"npm": "@supermapgis/iclient-maplibregl",
"cdn": "https://iclient.supermap.io/dist/maplibregl/iclient-maplibregl.js"
}
}
2 changes: 1 addition & 1 deletion build/jsdocs/openlayers/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"outputSourceFiles": false
},
"namespace": "ol.supermap",
"npm":"@supermap/iclient-ol",
"npm":"@supermapgis/iclient-ol",
"cdn":"https://iclient.supermap.io/dist/openlayers/iclient-ol.js"
}
}
2 changes: 1 addition & 1 deletion build/lint.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require('fs');
const Plugin = require('@supermap/babel-plugin-import/lib/Plugin.js');
const Plugin = require('@supermapgis/babel-plugin-import/lib/Plugin.js');

// 检测epoxrt * 重名问题, 会在控制台输出
const lintExportRepeat = function (libraryName) {
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet/iclient-leaflet-vue.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* @supermap/vue-iclient.(https://iclient.supermap.io)
* @supermapgis/vue-iclient.(https://iclient.supermap.io)
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd
* license: Apache-2.0
* version: v11.1.1
Expand Down
8 changes: 4 additions & 4 deletions dist/leaflet/iclient-leaflet-vue.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*!
*
* @supermap/vue-iclient.(https://iclient.supermap.io)
* @supermapgis/vue-iclient.(https://iclient.supermap.io)
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd
* license: Apache-2.0
* version: v11.1.1
*
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("video.js"), require("echarts"), require("flv.js"), require("videojs-flash"), require("vue-echarts"), require("echarts-liquidfill"), require("leaflet"), require("vue"), require("@supermap/vue-iclient-leaflet/static/libs/iclient-leaflet/iclient-leaflet.min.js"), require("videojs-flvjs-es6"));
module.exports = factory(require("video.js"), require("echarts"), require("flv.js"), require("videojs-flash"), require("vue-echarts"), require("echarts-liquidfill"), require("leaflet"), require("vue"), require("@supermapgis/vue-iclient-leaflet/static/libs/iclient-leaflet/iclient-leaflet.min.js"), require("videojs-flvjs-es6"));
else if(typeof define === 'function' && define.amd)
define(["video.js", "echarts", "flv.js", "videojs-flash", "vue-echarts", "echarts-liquidfill", "leaflet", "vue", "@supermap/vue-iclient-leaflet/static/libs/iclient-leaflet/iclient-leaflet.min.js", "videojs-flvjs-es6"], factory);
define(["video.js", "echarts", "flv.js", "videojs-flash", "vue-echarts", "echarts-liquidfill", "leaflet", "vue", "@supermapgis/vue-iclient-leaflet/static/libs/iclient-leaflet/iclient-leaflet.min.js", "videojs-flvjs-es6"], factory);
else if(typeof exports === 'object')
exports["Components"] = factory(require("video.js"), require("echarts"), require("flv.js"), require("videojs-flash"), require("vue-echarts"), require("echarts-liquidfill"), require("leaflet"), require("vue"), require("@supermap/vue-iclient-leaflet/static/libs/iclient-leaflet/iclient-leaflet.min.js"), require("videojs-flvjs-es6"));
exports["Components"] = factory(require("video.js"), require("echarts"), require("flv.js"), require("videojs-flash"), require("vue-echarts"), require("echarts-liquidfill"), require("leaflet"), require("vue"), require("@supermapgis/vue-iclient-leaflet/static/libs/iclient-leaflet/iclient-leaflet.min.js"), require("videojs-flvjs-es6"));
else
root["SuperMap"] = root["SuperMap"] || {}, root["SuperMap"]["Components"] = factory(root["videojs"], root["echarts"], root["flvjs"], root["videojsFlash"], root["VueECharts"], root["echarts-liquidfill"], root["L"], root["Vue"], root["SuperMap"], root["videojsFlvjs"]);
})(window, function(__WEBPACK_EXTERNAL_MODULE_AzSJ__, __WEBPACK_EXTERNAL_MODULE_Fk5u__, __WEBPACK_EXTERNAL_MODULE_SA_z__, __WEBPACK_EXTERNAL_MODULE_YJnY__, __WEBPACK_EXTERNAL_MODULE_Zni2__, __WEBPACK_EXTERNAL_MODULE_hQXD__, __WEBPACK_EXTERNAL_MODULE_hgx0__, __WEBPACK_EXTERNAL_MODULE_i7_w__, __WEBPACK_EXTERNAL_MODULE_jKu1__, __WEBPACK_EXTERNAL_MODULE_l2c0__) {
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet/iclient-leaflet-vue.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/leaflet/iclient-leaflet-vue.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mapboxgl/iclient-mapboxgl-react.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mapboxgl/iclient-mapboxgl-react.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* @supermap/react-iclient.(https://iclient.supermap.io)
* @supermapgis/react-iclient.(https://iclient.supermap.io)
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd
* license: Apache-2.0
* version: v11.1.1
Expand Down
2 changes: 1 addition & 1 deletion dist/mapboxgl/iclient-mapboxgl-react.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mapboxgl/iclient-mapboxgl-react.min.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*! For license information please see iclient-mapboxgl-react.min.js.LICENSE.txt */
/*!
*
* @supermap/react-iclient.(https://iclient.supermap.io)
* @supermapgis/react-iclient.(https://iclient.supermap.io)
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd
* license: Apache-2.0
* version: v11.1.1
Expand Down
2 changes: 1 addition & 1 deletion dist/mapboxgl/iclient-mapboxgl-vue.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* @supermap/vue-iclient.(https://iclient.supermap.io)
* @supermapgis/vue-iclient.(https://iclient.supermap.io)
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd
* license: Apache-2.0
* version: v11.1.1
Expand Down
8 changes: 4 additions & 4 deletions dist/mapboxgl/iclient-mapboxgl-vue.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/*!
*
* @supermap/vue-iclient.(https://iclient.supermap.io)
* @supermapgis/vue-iclient.(https://iclient.supermap.io)
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd
* license: Apache-2.0
* version: v11.1.1
*
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("vue-cesium"), require("shapefile"), require("video.js"), require("echarts"), require("@supermap/vue-iclient-mapboxgl/static/libs/deckgl/deck.gl.min.js"), require("@supermap/vue-iclient-mapboxgl/static/libs/mapboxgl/mapbox-gl-enhance.js"), require("flv.js"), require("xlsx"), require("three"), require("videojs-flash"), require("vue-echarts"), require("@supermap/vue-iclient-mapboxgl/static/libs/iclient-mapboxgl/iclient-mapboxgl.min.js"), require("wwobjloader2"), require("three/examples/jsm/loaders/GLTFLoader"), require("echarts-liquidfill"), require("vue"), require("videojs-flvjs-es6"), require("@supermap/vue-iclient-mapboxgl/static/libs/echarts-layer/EchartsLayer.js"), require("@supermap/vue-iclient-mapboxgl/static/libs/mapbox-gl-draw/mapbox-gl-draw.js"));
module.exports = factory(require("vue-cesium"), require("shapefile"), require("video.js"), require("echarts"), require("@supermapgis/vue-iclient-mapboxgl/static/libs/deckgl/deck.gl.min.js"), require("@supermapgis/vue-iclient-mapboxgl/static/libs/mapboxgl/mapbox-gl-enhance.js"), require("flv.js"), require("xlsx"), require("three"), require("videojs-flash"), require("vue-echarts"), require("@supermapgis/vue-iclient-mapboxgl/static/libs/iclient-mapboxgl/iclient-mapboxgl.min.js"), require("wwobjloader2"), require("three/examples/jsm/loaders/GLTFLoader"), require("echarts-liquidfill"), require("vue"), require("videojs-flvjs-es6"), require("@supermapgis/vue-iclient-mapboxgl/static/libs/echarts-layer/EchartsLayer.js"), require("@supermapgis/vue-iclient-mapboxgl/static/libs/mapbox-gl-draw/mapbox-gl-draw.js"));
else if(typeof define === 'function' && define.amd)
define(["vue-cesium", "shapefile", "video.js", "echarts", "@supermap/vue-iclient-mapboxgl/static/libs/deckgl/deck.gl.min.js", "@supermap/vue-iclient-mapboxgl/static/libs/mapboxgl/mapbox-gl-enhance.js", "flv.js", "xlsx", "three", "videojs-flash", "vue-echarts", "@supermap/vue-iclient-mapboxgl/static/libs/iclient-mapboxgl/iclient-mapboxgl.min.js", "wwobjloader2", "three/examples/jsm/loaders/GLTFLoader", "echarts-liquidfill", "vue", "videojs-flvjs-es6", "@supermap/vue-iclient-mapboxgl/static/libs/echarts-layer/EchartsLayer.js", "@supermap/vue-iclient-mapboxgl/static/libs/mapbox-gl-draw/mapbox-gl-draw.js"], factory);
define(["vue-cesium", "shapefile", "video.js", "echarts", "@supermapgis/vue-iclient-mapboxgl/static/libs/deckgl/deck.gl.min.js", "@supermapgis/vue-iclient-mapboxgl/static/libs/mapboxgl/mapbox-gl-enhance.js", "flv.js", "xlsx", "three", "videojs-flash", "vue-echarts", "@supermapgis/vue-iclient-mapboxgl/static/libs/iclient-mapboxgl/iclient-mapboxgl.min.js", "wwobjloader2", "three/examples/jsm/loaders/GLTFLoader", "echarts-liquidfill", "vue", "videojs-flvjs-es6", "@supermapgis/vue-iclient-mapboxgl/static/libs/echarts-layer/EchartsLayer.js", "@supermapgis/vue-iclient-mapboxgl/static/libs/mapbox-gl-draw/mapbox-gl-draw.js"], factory);
else if(typeof exports === 'object')
exports["Components"] = factory(require("vue-cesium"), require("shapefile"), require("video.js"), require("echarts"), require("@supermap/vue-iclient-mapboxgl/static/libs/deckgl/deck.gl.min.js"), require("@supermap/vue-iclient-mapboxgl/static/libs/mapboxgl/mapbox-gl-enhance.js"), require("flv.js"), require("xlsx"), require("three"), require("videojs-flash"), require("vue-echarts"), require("@supermap/vue-iclient-mapboxgl/static/libs/iclient-mapboxgl/iclient-mapboxgl.min.js"), require("wwobjloader2"), require("three/examples/jsm/loaders/GLTFLoader"), require("echarts-liquidfill"), require("vue"), require("videojs-flvjs-es6"), require("@supermap/vue-iclient-mapboxgl/static/libs/echarts-layer/EchartsLayer.js"), require("@supermap/vue-iclient-mapboxgl/static/libs/mapbox-gl-draw/mapbox-gl-draw.js"));
exports["Components"] = factory(require("vue-cesium"), require("shapefile"), require("video.js"), require("echarts"), require("@supermapgis/vue-iclient-mapboxgl/static/libs/deckgl/deck.gl.min.js"), require("@supermapgis/vue-iclient-mapboxgl/static/libs/mapboxgl/mapbox-gl-enhance.js"), require("flv.js"), require("xlsx"), require("three"), require("videojs-flash"), require("vue-echarts"), require("@supermapgis/vue-iclient-mapboxgl/static/libs/iclient-mapboxgl/iclient-mapboxgl.min.js"), require("wwobjloader2"), require("three/examples/jsm/loaders/GLTFLoader"), require("echarts-liquidfill"), require("vue"), require("videojs-flvjs-es6"), require("@supermapgis/vue-iclient-mapboxgl/static/libs/echarts-layer/EchartsLayer.js"), require("@supermapgis/vue-iclient-mapboxgl/static/libs/mapbox-gl-draw/mapbox-gl-draw.js"));
else
root["SuperMap"] = root["SuperMap"] || {}, root["SuperMap"]["Components"] = factory(root["VueCesium"], root["shapefile"], root["videojs"], root["echarts"], root["DeckGL"], root["mapboxgl"], root["flvjs"], root["XLSX"], root["THREE"], root["videojsFlash"], root["VueECharts"], root["SuperMap"], root["wwobjloader2"], root["THREE"], root["echarts-liquidfill"], root["Vue"], root["videojsFlvjs"], root["EchartsLayer"], root["MapboxDraw"]);
})(window, function(__WEBPACK_EXTERNAL_MODULE__1w5E__, __WEBPACK_EXTERNAL_MODULE__4v0n__, __WEBPACK_EXTERNAL_MODULE_AzSJ__, __WEBPACK_EXTERNAL_MODULE_Fk5u__, __WEBPACK_EXTERNAL_MODULE_Ls___, __WEBPACK_EXTERNAL_MODULE_Q2jX__, __WEBPACK_EXTERNAL_MODULE_SA_z__, __WEBPACK_EXTERNAL_MODULE_X1wy__, __WEBPACK_EXTERNAL_MODULE_X9qW__, __WEBPACK_EXTERNAL_MODULE_YJnY__, __WEBPACK_EXTERNAL_MODULE_Zni2__, __WEBPACK_EXTERNAL_MODULE_eKmm__, __WEBPACK_EXTERNAL_MODULE_fFO0__, __WEBPACK_EXTERNAL_MODULE_h_jp__, __WEBPACK_EXTERNAL_MODULE_hQXD__, __WEBPACK_EXTERNAL_MODULE_i7_w__, __WEBPACK_EXTERNAL_MODULE_l2c0__, __WEBPACK_EXTERNAL_MODULE_q0vl__, __WEBPACK_EXTERNAL_MODULE_z2kg__) {
Expand Down
2 changes: 1 addition & 1 deletion dist/mapboxgl/iclient-mapboxgl-vue.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/mapboxgl/iclient-mapboxgl-vue.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/component/components_cluster_react.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<body>
<div id="main"></div>
<script type="text/babel">
// import {SmClusterLayer} from '@supermap/react-iclient'
// import {SmClusterLayer} from '@supermapgis/react-iclient'
var SmWebMap = SuperMap.Components.SmWebMap;
var SmClusterLayer = SuperMap.Components.SmClusterLayer;

Expand Down
2 changes: 1 addition & 1 deletion examples/component/components_deckgl_react.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<body>
<div id="main"></div>
<script type="text/babel">
// import {SmDeckglLayer} from '@supermap/react-iclient'
// import {SmDeckglLayer} from '@supermapgis/react-iclient'
var host = window.isLocal ? window.server : 'https://iserver.supermap.io';
var SmWebMap = SuperMap.Components.SmWebMap;
var SmDeckglLayer = SuperMap.Components.SmDeckglLayer;
Expand Down
2 changes: 1 addition & 1 deletion examples/component/components_map_react.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

</div>
<script type="text/babel">
// import {WebMap} from '@supermap/react-iclient'
// import {WebMap} from '@supermapgis/react-iclient'
var host = window.isLocal ? window.server : 'https://iserver.supermap.io';
var attribution =
"<a href='https://www.mapbox.com/about/maps/' target='_blank'>© Mapbox </a>" +
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@babel/traverse": "~7.19.6",
"@babel/types": "~7.19.4",
"@geoman-io/leaflet-geoman-free": "^2.14.2",
"@supermap/babel-plugin-import": "^0.0.1",
"@supermapgis/babel-plugin-import": "^0.0.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-istanbul": "^6.0.0",
Expand Down Expand Up @@ -132,7 +132,7 @@
"@elastic/elasticsearch": "^5.6.22",
"@mapbox/vector-tile": "1.3.1",
"@sinonjs/text-encoding": "^0.7.2",
"@supermap/iclient-common": "file:src/common",
"@supermapgis/iclient-common": "file:src/common",
"@tensorflow/tfjs": "^3.9.0",
"@turf/turf": "6.5.0",
"canvg": "3.0.10",
Expand Down
8 changes: 4 additions & 4 deletions src/classic/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @supermap/iclient-classic
# @supermapgis/iclient-classic

@supermap/iclient-classic 是一套基于 SuperMap iClient 8C(2017) for JavaScript 的 GIS 客户端应用程序开发工具,通过它用户可以在 SuperMap iClient 8C(2017) for JavaScript 的基础上使用最新的 SuperMap 服务功能。
@supermapgis/iclient-classic 是一套基于 SuperMap iClient 8C(2017) for JavaScript 的 GIS 客户端应用程序开发工具,通过它用户可以在 SuperMap iClient 8C(2017) for JavaScript 的基础上使用最新的 SuperMap 服务功能。

## 简介
* 官网:[https://iclient.supermap.io](https://iclient.supermap.io)
Expand All @@ -9,7 +9,7 @@
## 安装

```
npm install @supermap/iclient-classic
npm install @supermapgis/iclient-classic
```

## 开发
Expand All @@ -23,7 +23,7 @@
在 JS 文件中加入如下代码

```
import {MapVLayer} from '@supermap/iclient-classic';
import {MapVLayer} from '@supermapgis/iclient-classic';
import {utilCityCenter, DataSet} from 'mapv';
var map, baseLayer, mapvLayer,
Expand Down
Loading

0 comments on commit c2f4dea

Please sign in to comment.