您好,1、TiledVectorLayer加载的iserver地图服务中是否只有点图层?
2、渲染线图层的样式,可以通过setFeatureStyle(id, layerName, layerStyle)对指定要素 ID 和图层名称设置要素风格。
可以参考官网示例:https://iclient.supermap.io/examples/leaflet/editor.html#vectorTileLayerNormal
1、发布的地图服务在iserver中预览是否正常?可以将服务在官网示例中加载看看。
2、iclient for leaflet可视化示例-矢量瓦片,矢量分块渲染,利用CartoCSS,用户可以方便地定义地图的渲染方式,从而定制属于自己的个性地图。
示例参考:https://iclient.supermap.io/examples/leaflet/editor.html#vectorTileLayerNight,
技术博客参考:https://blog.csdn.net/supermapsupport/article/details/50039027