Tomas Pohanka
Tomas Pohanka
Hi @KRKnet, thanks for posting `quickstart.log`. Based on the log, there is successfully generated `albania.mbtiles` with size 466944 and 16 generated tiles. Your mentioned test is testing zoom 14,which is...
It is possible, that there are no data for zooms e.g. 0 - 3, but if you zoom more over Albania, you should see something.
Hi, in the mbtiles (SQLite database) is view `tiles` with columns `zoom_level`, `tile_column`, `tile_row` and `tile_data`. From this, you can check, which tiles are not generated. About the error, I...
Hi, I think that the easiest way could be just to extend the `access` attribute to "if `access=no` or `access=private` or `informal=yes`" then the value will be `access=no`.
Hi, sorry for the delay. The OSM Ocean is part of `import-data` docker in [OpenMapTiles-Tools](https://github.com/openmaptiles/openmaptiles-tools/tree/master/docker/import-data). The docker image v7.0 was built in September 2022 (I know, it is old) with...
Thanks for pointing this out. The classes `rail` and `transit` are missing in `transportation.yaml`. The [railway_class](https://github.com/openmaptiles/openmaptiles/blob/48a2b1af72320f9148ff07e2ac039f02c08eac76/layers/transportation/class.sql#L24) function should be converted same as [highway_class](https://github.com/openmaptiles/openmaptiles/blob/48a2b1af72320f9148ff07e2ac039f02c08eac76/layers/transportation/class.sql#L14) and assign logic should be in [transportation.yaml](https://github.com/openmaptiles/openmaptiles/blob/48a2b1af72320f9148ff07e2ac039f02c08eac76/layers/transportation/transportation.yaml#L30)....
Hi, the original thought was to reduce number of classes and if it possible some type of grouping logic (e.g. as it is in `poi` layer). Now, there is almost...
Thanks for pointing this out. PR is very welcome!
Hi, do you have also some numbers, how much does it raises mbtiles on a bigger area (a state like France, or Germany)? (tests are using just some samples). Thanks
And also (same as in https://github.com/openmaptiles/openmaptiles/pull/1429), please update PR by `make generate-devdoc` to update documentation pictures. Thanks