-
The country level boundary using the bertin geojson data tend to look spiky. Is there any way to improve the shapes of the country boundaries? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
In my opinion, this issue of cartographic generalization is outside the package. |
Beta Was this translation helpful? Give feedback.
-
Agreed. However it would be good to provide some base maps that are usable out of the box. I like the idea of quickly creating a map with some standard defaults. Like what Folium does. import folium
m = folium.Map(location=[45.5236, -122.6750])
m https://python-visualization.github.io/folium/quickstart.html |
Beta Was this translation helpful? Give feedback.
In my opinion, this issue of cartographic generalization is outside the package.