You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All three FeatureCollections above return is_valid as True even though all of them are invalid.
The geojson specification section 3.3 states that a FeatureCollections feature list should ONLY contain Features.
Point is a geometry and storing those should be done in a GeometryCollection and third is a FeatureCollection that is in its self invalid inside a FeatureCollection. Even if the inside FeatureCollection was valid the outside one should be invalid.
FeatureCollection validation should be revised to cause an error if anything but valid Features are in the feature list.
The text was updated successfully, but these errors were encountered:
All three FeatureCollections above return
is_valid
asTrue
even though all of them are invalid.The geojson specification section 3.3 states that a FeatureCollections feature list should ONLY contain Features.
Point is a geometry and storing those should be done in a GeometryCollection and third is a FeatureCollection that is in its self invalid inside a FeatureCollection. Even if the inside FeatureCollection was valid the outside one should be invalid.
FeatureCollection validation should be revised to cause an error if anything but valid Features are in the feature list.
The text was updated successfully, but these errors were encountered: