Skip to content

Commit 0dae96a

Browse files
committed
【feature】@supermap/xx 更改为 @supermapgis/xx
1 parent d15f7b0 commit 0dae96a

File tree

304 files changed

+664
-664
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+664
-664
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SuperMap iClient JavaScript
22

3-
[![npm version](https://img.shields.io/npm/v/@supermap/iclient-common.svg)](https://www.npmjs.com/~supermap)
3+
[![npm version](https://img.shields.io/npm/v/@supermap/iclient-common.svg)](https://www.npmjs.com/org/supermapgis)
44
[![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)
55

66
## 简介 | [ENGLISH](https://github.com/SuperMap/iClient-JavaScript/blob/master/README_EN.md)

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SuperMap iClient JavaScript
22

33
[![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)
4-
[![npm version](https://img.shields.io/npm/v/@supermap/iclient-common.svg)](https://www.npmjs.com/~supermap)
4+
[![npm version](https://img.shields.io/npm/v/@supermap/iclient-common.svg)](https://www.npmjs.com/org/supermapgis)
55
[![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)
66

77
## Introduction | [中文](https://github.com/SuperMap/iClient-JavaScript/blob/master/README.md)

build/jsdocs/classic/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"outputSourceFiles": false
6969
},
7070
"namespace": "SuperMap",
71-
"npm": "@supermap/iclient-classic",
71+
"npm": "@supermapgis/iclient-classic",
7272
"cdn": "https://iclient.supermap.io/dist/classic/iclient-classic.js"
7373
}
7474
}

build/jsdocs/leaflet/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"outputSourceFiles": false
8989
},
9090
"namespace": "L.supermap",
91-
"npm":"@supermap/iclient-leaflet",
91+
"npm":"@supermapgis/iclient-leaflet",
9292
"cdn":"https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"
9393
}
9494
}

build/jsdocs/mapboxgl/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"outputSourceFiles": false
8181
},
8282
"namespace": "mapboxgl.supermap",
83-
"npm":"@supermap/iclient-mapboxgl",
83+
"npm":"@supermapgis/iclient-mapboxgl",
8484
"cdn":"https://iclient.supermap.io/dist/mapboxgl/iclient-mapboxgl.js"
8585
}
8686
}

build/jsdocs/maplibregl/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"outputSourceFiles": false
7878
},
7979
"namespace": "maplibregl.supermap",
80-
"npm": "@supermap/iclient-maplibregl",
80+
"npm": "@supermapgis/iclient-maplibregl",
8181
"cdn": "https://iclient.supermap.io/dist/maplibregl/iclient-maplibregl.js"
8282
}
8383
}

build/jsdocs/openlayers/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"outputSourceFiles": false
7777
},
7878
"namespace": "ol.supermap",
79-
"npm":"@supermap/iclient-ol",
79+
"npm":"@supermapgis/iclient-ol",
8080
"cdn":"https://iclient.supermap.io/dist/openlayers/iclient-ol.js"
8181
}
8282
}

build/lint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const fs = require('fs');
2-
const Plugin = require('@supermap/babel-plugin-import/lib/Plugin.js');
2+
const Plugin = require('@supermapgis/babel-plugin-import/lib/Plugin.js');
33

44
// 检测epoxrt * 重名问题, 会在控制台输出
55
const lintExportRepeat = function (libraryName) {

examples/component/components_cluster_react.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<body>
2929
<div id="main"></div>
3030
<script type="text/babel">
31-
// import {SmClusterLayer} from '@supermap/react-iclient'
31+
// import {SmClusterLayer} from '@supermapgis/react-iclient'
3232
var SmWebMap = SuperMap.Components.SmWebMap;
3333
var SmClusterLayer = SuperMap.Components.SmClusterLayer;
3434

examples/component/components_deckgl_react.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<body>
3434
<div id="main"></div>
3535
<script type="text/babel">
36-
// import {SmDeckglLayer} from '@supermap/react-iclient'
36+
// import {SmDeckglLayer} from '@supermapgis/react-iclient'
3737
var host = window.isLocal ? window.server : 'https://iserver.supermap.io';
3838
var SmWebMap = SuperMap.Components.SmWebMap;
3939
var SmDeckglLayer = SuperMap.Components.SmDeckglLayer;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy