Tim Sheerman-Chase

Results 37 comments of Tim Sheerman-Chase

I had trouble getting boost's dissolve to compile. It is not part of a released boost but has been in the develop branch for a few years. I looked around...

@systemed I introduced clipper because it seemed to produce a more reliable result (ironically). I'll take a look at this again later today...

I ripped out the clipper code as a test but the problem still seems to occur. My branch: https://github.com/TimSC/tilemaker/tree/noclipper I'm not sure what the problem might be now! (btw, the...

I think the master branch keeps the input data in memory and that probably won't be good for a planet sized input. I've been working slowly long term to scale...

That is strange, I compiled tilemaker using the Ubuntu 18.04 Live CD no problem. Do you have any further ideas as to the cause? (I am developing using Linux Mint...

Proposed fix using clipper a3911a5fcca6dfb9f7d68ac45bbb21c1db6f0bc0

I've started trying to use stxxl to hold the data on disk. https://github.com/TimSC/tilemaker/tree/stxxl I've only attempted the node storage so far. Inserting into the unordered map takes longer and longer...

@JoostvdB94 I've not looked at this in a while. The performance of stxxl does seem to be poor. I was thinking of switching to try sqlite, but that tends to...

Another scaling up related PR https://github.com/systemed/tilemaker/pull/128 for reading input from tiled pbf files

Several robustness fixes have been added to the master branch. Could people check to see if it resolves this issue?