How to have continuous features for a shapefile ? I mean NOT cut by the dateline to respect [-180:180] longitude excursion that I do not want to respect.
Here is an example where I display the Russia shapefile in a leaflet map. In fact I would like to have continuous continent.
Shapefile comes from https://gadm.org/about.html
Any command from gdal or ogr2ogr to merge separated features ?
Thanks