I have successfully processed files that contain a FeatureCollection
using a GeoJSONDataStore
, but when the file contains a single Feature, all I can manage is to get an empty FeatureCollection
when I call getFeatures
from the FeatureSource
obtained by calling getFeatureSource
on the GeoJSONDataStore
.
Asked
Active
Viewed 206 times
1

James
- 475
- 4
- 12
-
can you provide an example file? this sounds like a bug or an invalid file – Ian Turton Feb 05 '20 at 08:20