Hi
I managed to generate mbtiles using QGIS desctop. This export does does not create a style json file.
When I try to load a json style file
var openstackMbtiles = new MbTilesLayer(dataFilePath, jsonFilePath);
an exception is thrown - it seems like it is required to to able to lookup a style for every data entry in the
mbtiles file
I would like to get better information when an exception is thrown:
- information on the attribute name would help a little in addition to the information that an element is missing.
. I was able to find the attribute name using visual studio debugger.
Is it possible to retrieve the necessary style definitions required when openin a mbtiles file ?
Regards
Gunnar