IServer 踩坑归集

View source
超图服务调用踩坑归集

参考文档

iServer 开发指南: API 参考
iClient for MapboxGL 示范程序
iServer 服务资源层次结构

地图服务

地图服务名称通常以 map-xxx 开头, 如 https://iserver.supermap.io/iserver/services/map-world/

配置通用的服务接口:

目前项目主要使用的接口有: restwms130

SuperMap 的 wms110 版本服务支持该值的目的是向后兼容

zxyTileImage 瓦片服务

iServe zxyTileImage 瓦片服务

示例服务地址: https://iserver.supermap.io/iserver/services/map-china400/rest/maps/China/zxyTileImage

wms130 服务

iServer WMS 服务

示例服务地址: https://iserver.supermap.io/iserver/services/map-china400/wms130

数据服务

数据服务名称通常以 data-xxx 开头, 如 https://iserver.supermap.io/iserver/services/data-jingjin

配置通用的服务接口:

rest 服务

featureResults 资源
  • 数据服务: https://iserver.supermap.io/iserver/services/data-jingjin/rest/data/featureResults.geojson
  • 数据集格式: 数据源名称:数据集名称, 如 Jingjin:County_L

wfs2.0 服务

iServer WFS 服务

示例服务地址: https://iserver.supermap.io/iserver/services/data-world/wfs200

问题归集 (FAQ)

Copyright © 2024 - 2025 YiXuan - MIT License