Skip to content

Commit b34149a

Browse files
author
caoxinke@supermap.com
committed
fix OpenLayers对接MapV和客户端专题图旋转错位的问题。
1 parent 9a3d790 commit b34149a

File tree

14 files changed

+744
-684
lines changed

14 files changed

+744
-684
lines changed

dist/iclient9-leaflet.js

Lines changed: 7 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -6920,11 +6920,10 @@ var IPortalServiceBase = function () {
69206920
/**
69216921
* @function SuperMap.iPortalServiceBase.prototype.request
69226922
* @description 子类统一通过该方法发送请求
6923-
* @param url -{String} 服务器域名+端口,如:http://localhost:8092
6924-
* @param method -{INT}
6925-
* @param requestOptions -{Object}
6926-
* @param param -{Object}
6927-
* @description 获取返回参数的json数组
6923+
* @param method -{INT} 请求类型
6924+
* @param url -{String} 服务地址
6925+
* @param param -{Object} 请求参数
6926+
* @param requestOptions -{Object} fetch请求配置项
69286927
*
69296928
*/
69306929

@@ -6940,8 +6939,8 @@ var IPortalServiceBase = function () {
69406939
/**
69416940
* @function SuperMap.iPortalServiceBase.prototype.createCredentialUrl
69426941
* @description 追加授权信息
6943-
* @param url -{String} 服务器域名+端口,如:http://localhost:8092
6944-
* @return {string} 新地址
6942+
* @param url -{String} url
6943+
* @return {string} 携带带token或key的新地址
69456944
*/
69466945

69476946
}, {
@@ -64705,105 +64704,7 @@ var names = ["Van_der_Grinten_I", "VanDerGrinten", "vandg"];
6470564704
/* 397 */
6470664705
/***/ (function(module, exports) {
6470764706

64708-
module.exports = {
64709-
"_from": "proj4@2.4.3",
64710-
"_id": "proj4@2.4.3",
64711-
"_inBundle": false,
64712-
"_integrity": "sha1-87t+Yxv/wEfDaho8wUUzoDu+mWk=",
64713-
"_location": "/proj4",
64714-
"_phantomChildren": {},
64715-
"_requested": {
64716-
"type": "version",
64717-
"registry": true,
64718-
"raw": "proj4@2.4.3",
64719-
"name": "proj4",
64720-
"escapedName": "proj4",
64721-
"rawSpec": "2.4.3",
64722-
"saveSpec": null,
64723-
"fetchSpec": "2.4.3"
64724-
},
64725-
"_requiredBy": [
64726-
"/"
64727-
],
64728-
"_resolved": "https://registry.npmjs.org/proj4/-/proj4-2.4.3.tgz",
64729-
"_shasum": "f3bb7e631bffc047c36a1a3cc14533a03bbe9969",
64730-
"_spec": "proj4@2.4.3",
64731-
"_where": "G:\\iClient9",
64732-
"author": "",
64733-
"bugs": {
64734-
"url": "https://github.com/proj4js/proj4js/issues"
64735-
},
64736-
"bundleDependencies": false,
64737-
"contributors": [
64738-
{
64739-
"name": "Mike Adair",
64740-
"email": "madair@dmsolutions.ca"
64741-
},
64742-
{
64743-
"name": "Richard Greenwood",
64744-
"email": "rich@greenwoodmap.com"
64745-
},
64746-
{
64747-
"name": "Calvin Metcalf",
64748-
"email": "calvin.metcalf@gmail.com"
64749-
},
64750-
{
64751-
"name": "Richard Marsden",
64752-
"url": "http://www.winwaed.com"
64753-
},
64754-
{
64755-
"name": "T. Mittan"
64756-
},
64757-
{
64758-
"name": "D. Steinwand"
64759-
},
64760-
{
64761-
"name": "S. Nelson"
64762-
}
64763-
],
64764-
"dependencies": {
64765-
"mgrs": "1.0.0",
64766-
"wkt-parser": "^1.1.3"
64767-
},
64768-
"deprecated": false,
64769-
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
64770-
"devDependencies": {
64771-
"chai": "~1.8.1",
64772-
"curl": "git://github.com/cujojs/curl.git",
64773-
"grunt": "~0.4.2",
64774-
"grunt-cli": "~0.1.13",
64775-
"grunt-contrib-connect": "~0.6.0",
64776-
"grunt-contrib-jshint": "~1.1.0",
64777-
"grunt-contrib-uglify": "~0.11.1",
64778-
"grunt-mocha-phantomjs": "~0.4.0",
64779-
"grunt-rollup": "^1.0.1",
64780-
"istanbul": "~0.2.4",
64781-
"mocha": "~1.17.1",
64782-
"rollup": "^0.41.4",
64783-
"rollup-plugin-json": "^2.0.1",
64784-
"rollup-plugin-node-resolve": "^2.0.0",
64785-
"tin": "~0.4.0"
64786-
},
64787-
"directories": {
64788-
"test": "test",
64789-
"doc": "docs"
64790-
},
64791-
"homepage": "https://github.com/proj4js/proj4js#readme",
64792-
"license": "MIT",
64793-
"main": "dist/proj4-src.js",
64794-
"module": "lib/index.js",
64795-
"name": "proj4",
64796-
"repository": {
64797-
"type": "git",
64798-
"url": "git://github.com/proj4js/proj4js.git"
64799-
},
64800-
"scripts": {
64801-
"build": "grunt",
64802-
"build:tmerc": "grunt build:tmerc",
64803-
"test": "npm run build && istanbul test _mocha test/test.js"
64804-
},
64805-
"version": "2.4.3"
64806-
};
64707+
module.exports = {"_from":"proj4@2.4.3","_id":"proj4@2.4.3","_inBundle":false,"_integrity":"sha1-87t+Yxv/wEfDaho8wUUzoDu+mWk=","_location":"/proj4","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"proj4@2.4.3","name":"proj4","escapedName":"proj4","rawSpec":"2.4.3","saveSpec":null,"fetchSpec":"2.4.3"},"_requiredBy":["/"],"_resolved":"https://registry.npmjs.org/proj4/-/proj4-2.4.3.tgz","_shasum":"f3bb7e631bffc047c36a1a3cc14533a03bbe9969","_spec":"proj4@2.4.3","_where":"E:\\codes\\iClient9","author":"","bugs":{"url":"https://github.com/proj4js/proj4js/issues"},"bundleDependencies":false,"contributors":[{"name":"Mike Adair","email":"madair@dmsolutions.ca"},{"name":"Richard Greenwood","email":"rich@greenwoodmap.com"},{"name":"Calvin Metcalf","email":"calvin.metcalf@gmail.com"},{"name":"Richard Marsden","url":"http://www.winwaed.com"},{"name":"T. Mittan"},{"name":"D. Steinwand"},{"name":"S. Nelson"}],"dependencies":{"mgrs":"1.0.0","wkt-parser":"^1.1.3"},"deprecated":false,"description":"Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.","devDependencies":{"chai":"~1.8.1","curl":"git://github.com/cujojs/curl.git","grunt":"~0.4.2","grunt-cli":"~0.1.13","grunt-contrib-connect":"~0.6.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~0.11.1","grunt-mocha-phantomjs":"~0.4.0","grunt-rollup":"^1.0.1","istanbul":"~0.2.4","mocha":"~1.17.1","rollup":"^0.41.4","rollup-plugin-json":"^2.0.1","rollup-plugin-node-resolve":"^2.0.0","tin":"~0.4.0"},"directories":{"test":"test","doc":"docs"},"homepage":"https://github.com/proj4js/proj4js#readme","license":"MIT","main":"dist/proj4-src.js","module":"lib/index.js","name":"proj4","repository":{"type":"git","url":"git://github.com/proj4js/proj4js.git"},"scripts":{"build":"grunt","build:tmerc":"grunt build:tmerc","test":"npm run build && istanbul test _mocha test/test.js"},"version":"2.4.3"}
6480764708

6480864709
/***/ }),
6480964710
/* 398 */

dist/iclient9-leaflet.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)