Richard Fairhurst

Results 326 comments of Richard Fairhurst

Yep; 8GB swap, `--compact`, and `--store` on SSD. Currently (slowly) generating the tiles.

Yes - as per #293, cutting out the polar regions means we save 13GB RAM on the OutputObjectRefs where the projection gets really stretched. Effectively I think these three PRs...

I don't know yet - it's still generating the tiles (it was only the .pbf reading that finished overnight). I'll let you know when it's done :)

I do need to do some measurements for #292 - different size .pbfs, and both with and without `--store`. Without `--store` it should provide a useful improvement, but it's possible...

Yes, a ready-to-go config (aka "success story") is the subject of #139, but that will almost certainly use Mapbox GL. Tangram is a bit of a minority taste these days...

I suspect it's partly that, yes. Probably also that Norway will have lots of complex multipolygons for lakes (cf https://cycle.travel/map?lat=62.0958&lon=7.5643&zoom=13), which will be slower to assemble and for Boost.geometry to...

Can you give a workable example of how you've produced the tiles? (i.e. the .pbf you downloaded, your tilemaker command line)

It's a number not a string, but tilemaker defaults to 2 (assuming you're using the latest source) so you shouldn't need to add it. I'm using tilemaker with the current...

Works fine for me with g++ 9.4.0 on Ubuntu 20.04. https://github.com/systemed/tilemaker/commit/ad1fcfbdf31e3b437d97d8497ed565b538e371c7 added support for osmium's LocationsOnWays format, which extends the .osm.pbf format with (optional) `lats` and `lons`. That's what the...

Ok. If you run `grep lats_size include/osmformat.pb.h` (from the tilemaker directory) does it output anything?