Results 114 issues of Jochen Topf

The implementation puts the minzoom for `highway=service` at [14](https://github.com/geofabrik/shortbread-tilemaker/blob/main/process.lua#L668-L670), the specs says 13. Also splitting the `elseif`s for zoom level 13 [here](https://github.com/geofabrik/shortbread-tilemaker/blob/main/process.lua#L665-L667) and [here](https://github.com/geofabrik/shortbread-tilemaker/blob/main/process.lua#L671-L673) seems strange.

`highway=road` and `highway=platform` are not mentioned in spec but handled here.

## What version of osm2pgsql are you using? master ## What operating system and PostgreSQL/PostGIS version are you using? Debian stable ## What did you do exactly? Running `osm2pgsql-replication update...

replication

Osm2pgsql currently doesn't use transactions. It opens and closes several connections to the database reading and writing data as needed. This is okay for the initial import, because in typical...

There is some talk about osm2pgsql using too much memory for expire lists. This is something we should look into. Also mentioned in #2185. Independent of any decisions or configuration...

When a tile is expired on, say, zoom level 19, it is marked in the expire list in that zoom level 19. But really we are using metatiles, so always...

Osm2pgsql is moving away from the old "pgsql" output to the new "flex" output. This allows much more flexibility in deciding what data ends up in what tables in the...

This commit contains one file with an osm2pgsql configuration for the flex output that can be used instead of the old configuration for the pgsql output. It replaces the openstreetmap-carto.style...

Osm2pgsql has been moving away from the old "pgsql" output for years now. The new output can do everything the old code can do and much much more. All new...

The instruction column in the admin task list is empty in my challenge, but the tasks have instructions, I can see them when downloading tasks in the API.

admin
quick-fix