Tomas Pohanka
Tomas Pohanka
Hi @kartographinya, did you solve this issue?
Hi @kartographinya, any update?
Could you please provide some more information about the problem? Thanks
`osm_landcover_polygon` table is created during `import-osm` [in mapping.yaml](https://github.com/openmaptiles/openmaptiles/blob/master/layers/landcover/mapping.yaml#L3), so if this table is missing, something must happened during `import-osm` step. Could you please try `make psql-list-tables` or directly `make psql`...
But in the list, there is not any `osm_*` tables. Went the `import-osm` step without any error?
In the table list, there is still something wrong. If I run manually all steps on master OMT, there are 3 times more tables [tables.log](https://github.com/openmaptiles/openmaptiles/files/6568584/tables.log). my steps: ``` make start-db...
Hi, did you try to adjust the bbox in `.env` (https://github.com/openmaptiles/openmaptiles/blob/master/.env#L19)? This is a tiny area, did you try to export and generate a bigger one? Did you create `make...
Thanks for pointing this out. This should be part of the processing (fixing) landcover layer (e.g. use other filter then [area](https://github.com/openmaptiles/openmaptiles/blob/master/layers/landcover/generalized.sql#L256)). Any help is very welcome.
Hi @firstdorsal, could be any container limitation?
Is there any information about the container error in docker logs?