Richard Fairhurst
Richard Fairhurst
Yes, but it might be that Lua file that's causing the abort - I don't know because Windows is historically not great at showing error output.
The MLT file format is incredibly complex, and in practice I think we would be reliant on a C++ encoder being provided that we could hook into. Currently the C++...
Thanks for the update! I think that's a great shame. Mapbox Vector Tiles became an open standard and a success because anyone was able to build tooling around the format....
Not meaning any offense. Yes, these things are indeed complex. You've made a deliberate choice that this implementation complexity is worthwhile for the performance and filesize gains, and that's absolutely...
> In the end, if you were looking for simplicity, you would choose GeoJSON, right? 😉 I'm not sure the fun of writing JSON from C++ is ever going to...
I suspect “Geometry exceeds allowed extent” means exactly what it says - Mapbox GL has some undocumented limits on the size of geometries it will render, and it sounds like...