How can I show a folium map but without country borders?

Viewed 18

How can I show the map but without country borders? I want to be able to show only region borders for:

enter image description here

import folium
m = folium.Map(location=[20,0], tiles="OpenStreetMap", zoom_start=2)

Currently,the country borders are visible. enter image description here

0 Answers
Related