SomeoneElseOSM

Results 80 comments of SomeoneElseOSM

@avirupd-egnaroinc I'll reply on https://lists.openstreetmap.org/listinfo/tile-serving to avoid everyone on Gihub seeing it.

@liaomeng I replied to @avirupd-egnaroinc over on the tile-serving list. That's a better place than here for queries such as "I can't get this to work" (which in any case...

@cglacet The reply to @liaomeng applies to you too I think - this specific issue is about "Failed to read cmd on fd" messages are printed in a debug log...

You're seeing a "DEBUG: DONE TILE" message, which means that apache's sent the message via mod_tile to renderd, and renderd has created a metatile. You should be able to see...

What OS are you using? In an apache error log with "loglevel debug" set I see a "tile_state:" line but none of the "authorization" stuff that you get. I'm using...

@cglacet Actually I'm guessing that there's a problem at the apache side, given that you can create metatiles, convert them manually to tiles at view them!

@skorasaurus Yes - but the component ways of that relation should be valid. Something is "kicking them upstairs" expecting them to be rendered as part of a relation (which, as...

Just looked into this - it's not osm2pgsql as such, it's the tag transforms. The corresponding code in OSM Carto is https://github.com/gravitystorm/openstreetmap-carto/blob/master/openstreetmap-carto.lua has had extra "if line..." and "if area..."...

> I think you confuse Ubuntu LTS with Node.js LTS here Indeed I was, and it's probably worth saying in the readme that we're talking about Node.js Long-term Support versions...

Hmm - nvm seems a horrible kludge. For example, it doesn't seem to install to the path as well-behaved programs do so "type nvm" doesn't display anything useful. Also it...