Richard Fairhurst

Results 314 comments of Richard Fairhurst

> public transports OSM doesn't store timetable information so can't really provide a public transport routing service. See https://help.openstreetmap.org/questions/78247/transport-options .

Yes, I think you're right - it looks like that line has been erroneously left in after the code was refactored to include `write_to_transportation_layer`. If you delete that line it...

I have no experience with emscripten but it seems a tall order tbh. Even if you can get past the compilation issues, tilemaker needs lots of working memory - either...

You appear to be making a series of very damaging edits that were not documented in your initial announcement and are negatively affecting the map of England & Wales, particularly...

Thanks. I've documented what you need to look out for at https://wiki.openstreetmap.org/wiki/Highway_guidance_in_England_and_Wales_for_remote_mappers - hope this is helpful.

I think this might be because you're missing `node_function` in your Lua code. Have a look at process-debug.lua and process-example.lua in the resources/ directory.

Yep, confirmed. Not a RAM issue, it happens even on a big machine. Stacktrace is: ```gdb #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x00007f2c569ac859 in __GI_abort () at abort.c:79 #2 0x00007f2c569ac729...

Seems odd. Could you provide steps to reproduce (i.e. command line and URL of extract)?

Yes, I think that's a really good idea. I'm not au fait enough with directory conventions to know if there's a definitive right answer for this, but `/etc/tilemaker.conf` sounds sane.

Do you have an example .pbf where this occurs?