https://www.supermapol.com/earth/vue-iEarth/examples/docs/dist/zh/api/guide/quick-start.html Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'Space') 工程师微信 hecongyuan2025
ol由10降到4.6.5 无法找到模块 @supermap/iclient-openlayers 的声明文件 D:/Hao/code/app/aiday_airport/node_modules/.pnpm/@supermap+iclient-openlayers@10.0.0/node_modules/@supermap/ ... 加一个包含 `declare module '@supermap/iclient-openlayers';` 的新声明(.d.ts)文件
无法识别到这个包,但是我已经安装了
vue框架下做 iClient openlayers 图层切换要引入ol.control.LayerSwitcher?
MapboxGL加载WMTS服务,直接调用3857的矩阵集加载空白,该怎么处理呢?
请问iClient for MapLibreGL开发指南: 采用"@supermapgis/iclient-maplibregl": "^11.3.0"版本加载专题图: 专题图加载错误提示:Cannot read properties of undefined (reading 'ThemeService')是什么原因导致?
在做前端属性查询的时候,点击的位置图层多个子对象的时候,查询不到属性(做的时候应该有合并) L.supermap.queryService(url).queryByDistance(params, async (result) => { result = await transformIServerData(result); resolve(result); ... 怎么解决,点击到之后一个子对象或者两个子对象的位置的时候就能查询出来,10来个或者更多子对象的时候就不行
SuperMap iClient Classic:11i(2024) R2 查询交互该实例中可以通过鼠标点击来添加feature的选择状态,我现在可以通过SmID筛选到feature,但是怎么通过代码来修改feature的选择状态呢? 我翻阅了SuperMap.Control.SelectFeature - SuperMap和SuperMap.Feature.Vector - SuperMap等等API没有找到可用的function。
浏览器没有任何提示与报错 估计是main.js中的地图应用实例的代码有问题,但不确定是使用错方法还是引入服务器路径错误 // main.js import { createApp } from 'vue' import App from './App.vue ... 口号}/iserver/services/{地图服务名}/rest/maps/{地图名}/tempLayersSet/{tempLayerID}/Rivers@World@@World" 希望得到解答,感激!!
iserver版本是supermap-iserver-11.3.0-windows-x64-deploy
使用软件:Supermap iserver 11i,
// 发起请求,获取图例 var getLayersLegendInfoParams = new L.supermap.GetLayersLegendInfoParameters({ // bbox 或 layers 参数必须至少设置一个 ... TypeError: L.supermap.GetLayersLegendInfoParameters is not a constructor include-leaflet.js和include-web.js都引了
两个地图一点都叠加不上
iServer11i发布arcgis瓦片为rest地图服务,classicl不能加载瓦片,这个怎么解决
leaflet加载3857坐标系的地图服务,用 new L.supermap.MapService(url).getMapInfo().then((res) => { });加载地图,出白图怎么回事?