Reputation: 3102
I am using Mapbox and Leaflet to visualize a world map. The map tile is based on the MapBox tiles that you can find and style upon creating MapBox project. I tried to load the geometries of world countries from Natural Earth with the most accurate scale 1:10m million but I found out that a geojson border of Morocco for example is not matching the the border of Morocco in the MapBox baseline.
So where exactly I can find the geojson border of world countries that matches MapBox tile?
Upvotes: 2
Views: 1391
Reputation: 63
Natural Earth is used at lower zoom levels, at some point it switches to more detailed OSM data from http://openstreetmapdata.com/data.
Hope that helps.
Upvotes: 2