t-rex-tileserver / t-rex

t-rex is a vector tile server specialized on publishing MVT tiles from your own data
https://t-rex.tileserver.ch/
MIT License
545 stars 68 forks source link

Empty response #318

Open kalayda opened 1 month ago

kalayda commented 1 month ago

Trying to run t-rex in docker

docker run -p 6767:6767 -v .:/data sourcepole/t-rex serve --datasource /data/new-york-latest.osm.pbf

get ERR_EMPTY_RESPONSE when opening http://127.0.0.1:6767/

Nothing criminal in log.

2024-05-12 14:14:57.743 INFO Layer 'other_relations': Reprojecting geometry to SRID 3857
2024-05-12 14:14:57.745 WARN Layer 'other_relations': Simplification not supported for GDAL layers
2024-05-12 14:14:57.819 INFO Layer 'multipolygons': Reprojecting geometry to SRID 3857
2024-05-12 14:14:57.824 WARN Layer 'multipolygons': Simplification not supported for GDAL layers
2024-05-12 14:14:57.824 WARN Layer 'multipolygons': Clipping with buffer_size not supported for GDAL layers
2024-05-12 14:14:57.896 INFO Layer 'multilinestrings': Reprojecting geometry to SRID 3857
2024-05-12 14:14:57.897 WARN Layer 'multilinestrings': Simplification not supported for GDAL layers
2024-05-12 14:14:57.897 WARN Layer 'multilinestrings': Clipping with buffer_size not supported for GDAL layers
2024-05-12 14:14:57.979 INFO Layer 'lines': Reprojecting geometry to SRID 3857
2024-05-12 14:14:57.979 WARN Layer 'lines': Simplification not supported for GDAL layers
2024-05-12 14:14:57.979 WARN Layer 'lines': Clipping with buffer_size not supported for GDAL layers
2024-05-12 14:14:58.079 INFO Layer 'points': Reprojecting geometry to SRID 3857
2024-05-12 14:14:58.102 INFO No cache
2024-05-12 14:14:58.153 INFO Starting 4 workers
2024-05-12 14:14:58.157 INFO Starting "actix-web-service-127.0.0.1:6767" service on 127.0.0.1:6767
t-rex logo :)