SomeoneElseOSM

Results 181 comments of SomeoneElseOSM

Any usage of Achavi would have to handle the "changeset too big for Achavi" problem which happens with e.g. http://www.openstreetmap.org/changeset/43855051 .

> Your argument is basically the ones ~north should only have an operator, the ones ~south should have both brand and operator? Not quite - my argument is that pubs...

> Mods can already revoke user blocks That only applies while the block is active. I can think of a couple of examples where I would have liked to revert...

(based on the way we work now) "block editing by revokers" would be useful, followed by "somehow noting that a block was just for investigation" (which might correspond to "Allow...

With regard to the United Kingdom, I suspect that the local community would be interested to hear about these "missing roads" of which you speak. We've had Amazon mappers adding...

Where you're seeing errors like "Unable to open coastline/water_polygons.shp" it just means you haven't downloaded the data it needs - see https://github.com/systemed/tilemaker/blob/master/README.md#coastline-and-landcover . I also wouldn't expect you to need...

It's not really "necessary to download the add-ons for tilemaker to work correctly" - in all cases what you need to download depends on what map style you're using and...

FWIW https://github.com/SomeoneElseOSM/SomeoneElse-vector-web-display/blob/main/resources/svwd03_style.json#L6491 (which works with OSMF's demo Shortbread tiles) uses `way_area` on `water_polygons_labels` only. I can't really see a need for `way_area` on the polygons themselves. In a different schema...

Just to add some more examples... "OK" means that Apache restarts OK with the lines in the /etc/apache2/sites-available/000-default.conf file as described. "fail" means that it doesn't. It's not random, it...

Bizarrely another "fix" for this problem is to add ap_log_error(APLOG_MARK, APLOG_ERR, 0, cmd->server, "wibble"); after const char *mbtiles_add_path(cmd_parms *cmd, void *cfg, const char *name, const char *path) { I've no...