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
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
thanks for this tool! i'm trying to use this to validate GeoJSON coming from a web service, so i'm interested only in the fact that the response is valid GeoJSON.
reading the GeoJSON spec, it sounds a lot like the "old-style crs member is not recommended" warning should be labeled as a warning:
OGC CRS URNs such as urn:ogc:def:crs:OGC:1.3:CRS84 shall be preferred over legacy identifiers such as EPSG:4326.
I'd like to propose to add a level field to all hints returned by hint(data). others could continue using this lib just like before, but it would be possible to tell if data is outright invalid or just doesn't comply with recommendations.
The text was updated successfully, but these errors were encountered:
thanks for this tool! i'm trying to use this to validate GeoJSON coming from a web service, so i'm interested only in the fact that the response is valid GeoJSON.
reading the GeoJSON spec, it sounds a lot like the "old-style crs member is not recommended" warning should be labeled as a warning:
I'd like to propose to add a
level
field to all hints returned byhint(data)
. others could continue using this lib just like before, but it would be possible to tell ifdata
is outright invalid or just doesn't comply with recommendations.The text was updated successfully, but these errors were encountered: