Sample GeoJSON files
GeoJSON (RFC 7946) is a JSON-based format for geographic data. Coordinates are given as [longitude, latitude]. Below are sample .geojson files for every geometry type and FeatureCollection to download
🧠 How GeoJSON works
GeoJSON is JSON with a fixed structure for geography (RFC 7946). The basic building block is a Geometry (Point, LineString, Polygon and their Multi versions). Geometry + properties = a Feature, and a set of Features is a FeatureCollection. Coordinates are always in [longitude, latitude] order in the WGS 84 system.
