We are using MBTiles mapping data supplied by Ordnance Survey in the UK. There are two products, called ZoomStack and MasterMap. We’ve been using Zoomstack for a while and it works just fine. Originally there was an issue with the .JSON style file needing an http:// url to an external .JSON file - our systems run offline and an http:// reference was not possible. Shout out to ThinkGeo
who created an update that enabled it to work with local files by allowing a reference to mbtiles:// instead of http://
Fast-forward a few months, we’re now trying to implement the MasterMap product, also MBTiles and this too feature style files with http urls referencing online .JSON files. We’ve made the changes to point these to the local files via the mbtiles:// domain as before, and this has suppressed the initial errors, however were are now getting errors relating to the references “sprite” and “glyphs” in the JSON style file. Once again, these appear to be expecting an online http:// url but as we are operating entirely offline, we can’t use this. Anything we attempt to substitute here throws an error that only http is accepted and if we remove those entries from the style file entirely, the error is that the entries are missing(!)
Anything we can do here, or do we need to beg ThinkGeo to work their magic again?
Thanks!
