I have a project to create historical maps and would like to use GeoJSON as a default file format. However, I'm finding that there are 2 main problems with this:
- There are not much available historical maps in GeoJSON/shapefiles
- Creating shapes in GeoJSON is not that intuitive or accessible even with such tools as geojson.io
With regard to the latter, creating the shapes to conform to coastlines and natural boundaries is difficult. I haven't found a tool or technique (yet) that will enable me or others to produce these historical maps in GeoJSON to scale.
The strategy I am thinking of going with is to use current country Shapefiles(these resource exist, NaturalEarth) and then just modifying them to fit my needs.
Does anyone have any suggestions, thoughts, solutions on how to create historical maps in GeoJSON easily and intuitively?
