SomeoneElseOSM

Results 80 comments of SomeoneElseOSM

I hit the same problem while trying to do an Ubuntu 17.10 version of [OSM's "switch2osm"guide](https://switch2osm.org/manually-building-a-tile-server-16-04-2-lts/). That guide deliberately compiles as little as possible from source, so it'd be great...

Sounds good to me - hopefully someone will be able to answer the question from a "using node stuff on Windows" perspective even if not specifically about osmtogeojson. I'm only...

"render_list" will make a bunch of requsts for tile rendering, which should appear in syslog. Are there any errors there? For example this morning on a server of mine this...

@openstreetmap-tiles There's no "--force" parameter specified, so perhaps it thinks those tiles exist already? See [here](https://www.volkerschatz.com/net/osm/render_list.html), but beware that if memory serves multiple versions of render_list with slightly different parameters...

Before you start even thinking about trying to render more than one tile at once I'd suggest trying different individual tiles at different zoom levels and look at what appears...

@stevo01 Can you describe in a bit more detail what you are doing? Can you reproduce the problem in a smaller system? I don't have anywhere I could import Europe...

In addition to ^^ I suspect that relatively few people will actually use https://github.com/openstreetmap/mod_tile/blob/master/utils/openstreetmap-tiles-update-expire with osm2pgsql 1.6.0 , since osm2pgsql 1.4.2 or above fully supports osm2pgsql-replication and PyOsmium for replication,...

@trohsb If you're trying to do something like that, https://github.com/SomeoneElseOSM/mod_tile/blob/zoom/purge_old_tiles.sh might be a useful example to start from. See also https://github.com/SomeoneElseOSM/mod_tile/blob/zoom/report_tile_size.sh and https://github.com/SomeoneElseOSM/mod_tile/blob/zoom/report_database_size.sh . Each of those may need modifying...

> do you think it would make sense to add these scripts to the utils directory and make them available here? Yes - but you'd ned to make sure that...

@amandasaurus It'd probably help to know what OS you'd hit the problem on - my recollection (albeit from some time ago) is that Ubuntu is that significantly different from Debian...