使用产品:iserver10.2.1 操作系统:win10 x64 第一张图为系统内使用,第二张图为iserer预览 经过idesktop切的缓存 显示不一致
使用产品:iserver 11c 问题详细描述:通过sql查询得到几百上千条记录,如何让每次查询10条并分页返回
如图,倾斜摄影单体化的楼栋,加载后想给楼栋添加指示牌,显示楼栋的名字
在使用SuperMapCloud的时候发现加载出来的地图不清晰,图层展示及地图注记都有点模糊,也有点压扁的感觉,这个是什么原因呢 示例也同样有点模糊:https://iclient.supermap.io/examples/openlayers/editor.html#superMapCloudLayer
使用产品:iserver 11i 操作系统:win11 x64 问题详细描述:使用new L.supermap.TiledMapLayer(url).addTo(map)加载超图4326底图,url为https://iserver.supermap.io/iserver/services/map-world/ ... 右上角图层选择 }; var layersControl = L.control.layers(baseMaps); layersControl.addTo(geoMap);
"@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) 可以加载图层,怎么移除图层