Alf Høgemark
Alf Høgemark
Your improvements look very valuable, @ddTech . Can you attach a diff of your changes, so we can have look ? To get this merged, I guess splitting the changes...
@the-kenny Can you confirm that this is the tile 132/85 , using https://tools.geofabrik.de/map/#8/50.0969/8.2753&type=Geofabrik_Standard&grid=1 ?
 This is how the area (I think), looks in cruiser, using the device_themes/vtm_theme_poi theme. As far as I can see, it is not even rendered there at all ?...
@the-kenny Exactly what theme xml are you using ? I noticed that there are differences on what zoom level the "grade1" and "grade2" are shown on, it appears. It can...
Thanks for the initial feedback, @treee111. I've read your comments, and will consider them thoroughly. I've now also gotten the contour/elevation generation to work with asyncio (using pyhgtmap). I've also...
Hi I've read the interesting discussion here. I have one case where I am investigating the osmium-tool extract performance. I am using the https://github.com/treee111/wahooMapsCreator tool to create the files used...
@missinglink I saw the performance numbers in your comment, but I wonder where the source code for the IdSetHybrid, I would like to test that source code on my test...
I tried today with the IdSetHybrid, taken from https://github.com/mmd-osm/Overpass-API/blob/test7591/src/overpass_api/data/abstract_processing.h#L38-L199. I actually used until line 226. But for the "relations", the IdSetHybrid seems to be missing a begin and end method,...
Thanks for the feedback, I am looking at the CRoaring approach now and not on the IdSetHybrid anymore, since Croaring seems to have good potential, I seem to be able...
I had only looked at this for performance perspective, I did not check any functional effects of --max-nodes-per-tile=0. So I agree that --max-nodes-per-tile=0 should be kept, but then the --jobs...