CesiumGS/cesium

GeoJsonDataSource sourceUri parameter isn't used

Open

#6,108 opened on Jan 10, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (11,758 stars) (3,324 forks)batch import
JTCgood first issue

Description

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.

Contributor guide