dainst / idai-field

iDAI.field | Archaeological Field Recording App by the German Archaeological Institute
Apache License 2.0
36 stars 16 forks source link

rework the shapefile / shp export to avoid Java #233

Open lsteinmann opened 3 months ago

lsteinmann commented 3 months ago

there may be newer libraries available that can do the trick without using java. this will be better, since people wont have to install jdk on their system to use the export. maybe checkout bugra9/gdal3.js or mapbox/shp-write ?
converting the GeoJSON to shp in the app would be enough.