miridius / worldie

worldie.vercel.app
2 stars 1 forks source link

Improve country geographic data #7

Open miridius opened 2 years ago

miridius commented 2 years ago

Goals:

A page linked in the leaflet FAQ recommended this as a good source of such data: https://www.naturalearthdata.com/

miridius commented 2 years ago

GeoJSON versions of Natural Earth data are available inside their git repo: https://github.com/nvkelso/natural-earth-vector/tree/master/geojson

Only issue is it's all in one file and is huge (13Mb) so we'd want to split it out into each country for serving to the web client probably

miridius commented 2 years ago

Some notes after playing around a little