iClient-JavaScript
iClient-JavaScript copied to clipboard
Modern GIS Web Client for JavaScript, based on Leaflet\OpenLayers\MapboxGL-JS\Classic(iClient8C), enhanced with ECharts\D3\MapV etc. Contributed by SuperMap & community.
warning in ./node_modules/@supermap/iclient-common/components/chart/ChartView.js "export 'default' (imported as 'echarts') was not found in 'echarts'
因为项目中需要同时使用classic和for mapboxgl,引入iclient9-mapboxgl.min.js之后,原有的SuperMap对象被覆盖,就会导致某些类的方法不存在  另外 new SuperMap.Geometry.Point().transform方法也不存在
### Request a feature or report a bug? [这是一个需求还是一个缺陷] 缺陷 ### One-line summary [问题简述] leaflet 里面的L.supermap.baiduTileLayer在加载百度地图时,若开启连续模式,就是 noWrap设置为false的话,并不是连续的,两个世界地图之间隔了一点距离 ### Version [产品及版本] + iClient product (for leaflet,for openlayers,for mapboxgl,classic)[iClient 产品]:for leaflet ----------...
Bumps [three](https://github.com/mrdoob/three.js) from 0.129.0 to 0.145.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
### Request a feature or report a bug? [这是一个需求还是一个缺陷] 11.0.0版本缺陷 ### One-line summary [问题简述] 项目引入proj4leaflet依赖后再引入超图依赖包就会报错,把超图依赖去掉就不会有这个问题 ### Version [产品及版本] + iClient product (for leaflet,for openlayers,for mapboxgl,classic)[iClient 产品]: + iClient version [iClient...
Bumps [echarts](https://github.com/apache/echarts) from 4.9.0 to 5.4.0. Release notes Sourced from echarts's releases. 5.4.0 [Feature] Support intelligent pointer snapping. #17102 (Ovilia) [Feature] [pie] Support specifying coordinate system for pie series. #17132...
Snyk has created this PR to upgrade fetch-jsonp from 1.1.3 to 1.2.2.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 1.13.2 to 2.10.0. Release notes Sourced from mapbox-gl's releases. v2.10.0 Features ✨ and improvements 🏁 Add new marker styling option rotationAlignment: 'horizon' allowing marker rotation to match...
### One-line summary [问题简述] 工程为新建的vue3.0(脚手架create),只加了3个依赖包("@supermap/iclient-ol": "^11.0.0", "@supermap/babel-plugin-import": "^0.0.1", "node-polyfill-webpack-plugin": "^2.0.1"),加载TileLayer,可以正常显示,加载矢量切片报错,报错如下:(Cannot read properties of undefined (reading 'stylefunction'))。 后来vue2也测试过,报错类似Cannot read property 'applyBackground' of undefined 感觉都是跟mapbox样式有关系(olms),但现在不知道如何解决。 ### Version [产品及版本] + Vue+@supermap/iclient-ol [iClient 产品]:^11.0.0...