acdh-oeaw / repo-file-checker

MIT License
2 stars 1 forks source link

Recognize geojson properly #13

Closed zozlak closed 6 months ago

zozlak commented 1 year ago

geojson is recognized as text/plain. A dedicated method is needed either trying to parse it as JSON and maybe check some fundamental properties existence or to e.g. convert it with ogr2ogr.

zozlak commented 6 months ago

Solved by switching to the DROID (see #26)