Jochen Topf
Jochen Topf
At some point in the not too far future (**not** the next version as I write this) we want to make a backwards incompatible change to the pgsql middle which...
The new ram middle (#1461) is better than the previous implementations but there are several places where it could be made even better. Here are some ideas that we can...
When working with geographical extracts, i.e. the data from one country, there are situations where objects move from inside the extract to outside or the other way around. The `.osc`...
With the flex backend it is possible to add the same OSM object into multiple tables. Currently the code doesn't do any caching. If the object is written to another...
There is a major effort going on to fix broken (multi)polygons in OSM and also to finally get rid of *old-style* multipolygon relations. This will hopefully lead to simpler and...
There is a major effort going on to fix broken (multi)polygons in OSM and also to finally get rid of *old-style* multipolygon relations. This will hopefully lead to simpler and...
The [documentation says](https://t-rex.tileserver.ch/doc/serve/#server-options) I can run `t_rex serve` with `--cache DIR` to enable the cache. But this doesn't work with last released version. In the log it says somewhere "No...
When using the `genconfig` command, the SQL queries generated do not quote the column/table names. This is necessary if they contain "strange" characters. So either all column/table names should be...
I see that statistics collection is already built into t-rex, but it is only exposed in the `drilldown` command. I would like to get the statistics also in normal production...
Many programs use a single `-` (minus sign) on the command line to mean "read from stdin" or similar. Clara currently doesn't support this, a lonely `-` is always reported...