faustedition / faust-gen

Site generation for the Faustedition
http://beta.faustedition.net/
3 stars 0 forks source link

some print facsimile metadata files are invalid json #44

Closed thvitt closed 6 years ago

thvitt commented 6 years ago

eg. A8_IIIB18_0023.json is correct:

{
  "imageWidth": 3744,
  "imageHeight": 5616,
  "tileWidth": 256,
  "tileHeight": 256,
  "zoomLevels": 8
}

A8_IIB18_0032.json is invalid:

{
  "imageWidth": 256,
  "imageHeight": 256,
  "tileWidth": 8,
  "tileHeight": ,
  "zoomLevels":
}
thvitt commented 6 years ago

removing the invalid files and re-running convert.sh seems to resolve the problem; probably caused by a reading error or the like.