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
Many users of OpenMapSamples won't actually be writing fresh GeoJSON to feed into SimpleSampleData and will use other SampleData classes or pre-validated GeoJSON.
Making geojson-validation an optional or dev dependency would reduce the dependency chain for downstream consumers of this library.
Many users of OpenMapSamples won't actually be writing fresh GeoJSON to feed into
SimpleSampleData
and will use otherSampleData
classes or pre-validated GeoJSON.Making
geojson-validation
an optional or dev dependency would reduce the dependency chain for downstream consumers of this library.See https://docs.npmjs.com/cli/v8/commands/npm-install 's section on the
--save-optional
flag.The text was updated successfully, but these errors were encountered: