Bruno Willenborg

Results 54 comments of Bruno Willenborg

I can confirm this issue. Here are some code boxes with emphazised lines where this can be tested: * Example: https://3dcitydb-docs.readthedocs.io/en/latest/impexp/docker.html#importer-exporter-docker-combined-with-3dcitydb-docker * Source: https://github.com/3dcitydb/3dcitydb-docs/tree/master/source

Do you guys know of anybody ever having used this?

Hmm, I think grepping from log files is not a good idea. The healthcheck should be able to determine if the 3DCityDB works at any time. Log files could be...

I did some testing and found that `pg_isready` alone is not sufficient. A container will already be listed as ready/healthy during the setup process of the schema, as it is...

@clausnagel @yaozhihang I am thinking of implementing this for the upcoming release (if there is enough time, otherwise, wll include it in the next release.) What do you think about...

Currently, there seems to a problem with PostGIS on `arm64`: https://github.com/postgis/docker-postgis/issues/216

@clausnagel @yaozhihang To implement this correctly, it would be helpful for me to be completely clear about how we manage releases on Github. This applies for the Importer/Exporter, WFS, ......

OK, thx for the feedback. I just returned from vacation, I'll look into this in the upcoming days.

I believe the URL to your terrain data is wrong. According to [cesium-terrain-server docs](https://github.com/geo-data/cesium-terrain-server#usage) the default base URL for terrain tiles is `/tilesets`. Try opening `http://localhost:8000/tilesets` in a browser. If...

Hey there, today, I released a Docker image based on this pull request including a brief guide on how to create quantized-mesh terrain datasets. I am happy for any kind...