What is a GEOJSON file?
A .GEOJSON file is an open-standard format designed for representing simple geographical features and their non-spatial attributes. The IETF standardizes this file type under RFC 7946. Developers and map creators use GeoJSON to encode various geographic data structures, such as points, lines, polygons, and multi-part collections.
How to open GEOJSON files?
You can open a GeoJSON File with specialized Geographic Information System (GIS) software like QGIS. Because the data is stored in plain text using JSON formatting, you can also view and edit the raw code using standard text editors such as Notepad++ or Visual Studio Code.
Software and tools
Many modern mapping platforms and libraries support the .GEOJSON format. Desktop applications like QGIS and ArcGIS natively import and export this format. Web developers often use JavaScript libraries such as Leaflet or Mapbox GL JS to render GeoJSON data directly in web browsers. Command-line users can manipulate these files using tools like GDAL/OGR.
View your .GEOJSON file online
If you are unsure about the contents of your file, viewer.online/geojson analyzes .GEOJSON files to identify their exact format and creator software, shows which programs can open the file, and usually previews it.
Summary
Because .GEOJSON files use the known JSON format, viewer.online/geojson can safely open and display them online, eliminating compatibility problems.