"@supermap/iclient-ol": "^11.1.0-beta" 简单创建的react+vite+ts项目,集成@supermap/iclient-ol之后运行报错: index.js:11 Uncaught TypeError: Cannot read properties of undefined ( ... wrapX: true }), projection: 'EPSG:4326' }); map.addLayer(layer);
使用产品:iserver 11c 问题详细描述:调用new L.supermap.EditFeaturesParameters接口进行要素修改后,打开原始数据的smwu文件,提示无法打开数据 调用代码如下: deleteGridman(){ //删除请求 this.form.name='' //将其中一个属性置 ... ("网格员删除失败,请联系管理员"); } } ); },
使用产品:iserver 11.1.0 操作系统:win11 x64 数据类型: 文件型 问题详细描述:安装@supermap/iclient-leaflet: ^11.1.0-beta启动项目后报错 跪求怎么解决呀? import { TiledMapLayer, FGBLayer } from "@supermap/iclient-leaflet"; 引了FGBLayer就报了这个错
使用产品:iserver 10.2.1 操作系统:win11 x64 数据类型: 文件型 问题详细描述:_leaflet.default.supermap.FGBLayer is not a constructor?报错 参照这个写的,但是报错了 new L.supermap.FeatureService(url).getFeaturesBySQL ... ); 是安装的依赖有问题吗?"@supermap/iclient-leaflet": "^11.0.1",还是其他啥原因
使用产品:iserver 11c 问题详细描述:使用iserver发布的矢量数据是WGS_1984/Web_Mercator,查询功能查询到的几何要素是xy坐标值,需要将查询到的要素显示在底图为3857的leaflet上,但leaflet的L.geoJson只支持经纬度坐标。想请教一下如何进行坐标转换?还是原始数据发布的时候转换一下坐标系,直接得到经纬度坐标呢?
请问一下,supermap iServer的GP服务相关的功能在哪里进行
请问,在超图web端上加入算法,使用什么方法和技术呀,没接触过,请求指导
报错 Could not load image because of The source image could not be decoded.. Please make sure to use a supported image type such as PNG or JPEG. Note that SVGs are not supported. this.map= new ... maxzoom: 22, }); } },
this.map=new mapboxgl.Map({ container: "map", style: RemotesesingConfig.tdt(), //地图样式,可以使用官网预定义的样式,也可以自定义 center: [100.66667449903593, 30.61048586436445], minZoom: 2, ... map.addStyle(bb); 只能添加一个图层,添加多个怎么办啊,而且怎么删掉对应的图层
let map = this.map let aa ='http://10.64.101.123/iserver/services/map-GZGQ-3/rest/maps/zjmaproad/tileFeature/vectorstyles.json?type=MapBox_GL&styleonly=true' map.addStyle(aa) 可以加载图层,怎么移除图层
使用产品:iserver 11i 问题详细描述:如果我想修改发布的某个图层feature中的 几何或者属性信息 该采用什么方法?有相关的例子吗?
使用产品:iserver 11i 问题描述:调用iserver数据服务进行sql查询时,报错400 {"succeed":false,"error":{"code":400,"errorMsg":"getFeature方法中数据集Gird不是矢量数据集"}} iserver服务测试 发布的smwu的数据源的数据结构: 存储的明明是面状矢量数据集,为什么会报这个错误
求解答
总是莫名其妙的崩溃,找不到原因,有没有可能在哪里能追踪到报错原因,或者避免类似地图崩溃的报错 如果可以的话,能给一个报错的大概原因么
我iserver发布了二维矢量瓦片数据,现在想根据mapbox地图的缩放级别的改变,显示线条的宽度也改变,这个能实现吗?比如地图级别为10时,线条宽度为3;缩放级别为12时,线条宽度为4,,加载代码如下: let url = import.meta.env.VITE_ISERVER_URL + "map-mvt- ... "] = 2.8); }) let layer = window.map.addStyle(mvtStyle.data) });