CesiumGS/cesium

GeoJsonDataSource sourceUri parameter isn't used

Open

#6,108 创建于 2018年1月10日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (11,758 star) (3,324 fork)batch import
JTCgood first issue

描述

The GeoJsonDataSource.load() has a sourceUri parameter that isn't used to resolve relative links as GeoJSON files don't have any. It is used to get the datasource name, which can be set on creation of the datasource. This can be removed.

贡献者指南