Closed thvitt closed 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": }
removing the invalid files and re-running convert.sh seems to resolve the problem; probably caused by a reading error or the like.
eg. A8_IIIB18_0023.json is correct:
A8_IIB18_0032.json is invalid: