Tomas Pohanka

Results 174 comments of Tomas Pohanka
trafficstars

Hi, if you run `make generate-tiles-pg area=area1` it will generate tiles in the bbox defined in `area1.bbox`. If you run the second process by `generate-tiles-pg area=area2` then it will generate...

Hi, If you already have planet data in the database, you do not have to run `make import-osm` or `make import-sql` again. The tile generation process is using https://github.com/openmaptiles/openmaptiles-tools/blob/master/bin/generate-tiles. Which...

So it could have some connection with https://github.com/openmaptiles/openmaptiles-tools/blob/master/bin/download-osm#L711? But if it is not on regular basis, maybe Geofabrik refuse some connection.

Hi @nnhubbard, sorry for the late answer. I just tested `./quickstart.sh rhode-island` and everything looks fine. Please, make sure, that folder `/data/borders/` is empty. Otherwise, it will not recreate the...

Hi @maxammann, what data source (steps) did you use? It looks like there is some cutline, which is not corresponding with OSM.

I tested `./quickstart sachsen` and it looks OK. I am using the `master` branch. ![Screenshot from 2021-02-12 15-49-42](https://user-images.githubusercontent.com/5182210/107782960-faa3a180-6d49-11eb-8cee-c0ef5f164f3d.png)

Hi @nnhubbard and @maxammann , was the issue solved on your side?

The space in the name is not a good practice. To figure it out, I think, there must be some workaround for detecting files with `wildcard` (https://github.com/openmaptiles/openmaptiles/blob/master/Makefile#L316)

In fact, it is not working correctly for file with space :-( There is also a [wildcard](https://github.com/openmaptiles/openmaptiles/blob/76d5d753d8fae35e4d316f5532461835a3acf36b/Makefile#L351) and it calculates a bbox file every time. If you try e.g. just...

Hi, thank you for your question. The background color is set up for spaces, where is no data. It is not a separate "background" layer. It is odd, that after...