When following the docker setup instructions in the README, Tegola fails
to start and emits these errors:
1. could not register providers: error fetching geometry type for layer (coastline7): ERROR: relation "coastline" does not exist (SQLSTATE 42P01)
2. could not register providers: error fetching geometry type for layer (basins7): ERROR: relation "upiu_baseinai" does not exist (SQLSTATE 42P01)
This diff fixes both. The proxy server does not start yet, but this will come in a different PR.
When following the docker setup instructions in the README, Tegola fails to start and emits these errors:
This diff fixes both. The proxy server does not start yet, but this will come in a different PR.