Re: [Geotools-devel] gt-geojsondatastore GeoJSONReader parseFeature does not report actual feature ids?

2022-05-12 Thread Ian Turton
On Thu, 12 May 2022, 17:36 Tobias Gerdin, wrote: > Right, I’ll see if I can come up with that (don’t have a dev environment > for GeoTools set up yet) > > > > I also noticed that feature ids do not seem to be returned correctly, i.e. > mySimpleFeature.getID() always returns “feature.”, > even tho

Re: [Geotools-devel] gt-geojsondatastore GeoJSONReader parseFeature does not report actual feature ids?

2022-05-12 Thread Tobias Gerdin
Right, I’ll see if I can come up with that (don’t have a dev environment for GeoTools set up yet) I also noticed that feature ids do not seem to be returned correctly, i.e. mySimpleFeature.getID() always returns “feature.”, even though the GeoJSON feature object contains an “id” property. I ass