Skip to content

Add GeoJSON support for viewing files

Jacques Erasmus requested to merge 14134-add-geojson-viewer into master

What does this MR do and why?

Add GeoJSON support for viewing files

Implements rendering a Leaflet map for valid GeoJSON files

(Thanks @MihajloNesic for the initial implementation)

The remaining work from !107944 (closed) is completed by this MR:

Screenshots or screen recordings

Screenshot_2023-06-08_at_11.34.07

How to set up and validate locally

  1. Open a .geojson file via the repository files browser
  2. A map should be rendered containing the GeoJSON data

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #14134 (closed)

Edited by Jacques Erasmus

Merge request reports