How to overwrite GeoJSON file data from the front end of a web app?
So I currently have a web app running on Github Pages that features an interactive map (created using Mapbox GL JS)–the data for which is stored using two different GeoJSON files. I have an upload feature where users can upload a new csv file with map data & I’ve successfully implemented the logic that converts that csv data into the GeoJSON format I need.