I have the following code to display a geojson file on a Folium map in python.
import folium import json with open("roadway.geojson") as f: da