Tomas Pohanka
Tomas Pohanka
Hi, yes, the OpenMapTiles is the right place. There is a function that should transliterate the name based on coordinates (https://github.com/openmaptiles/openmaptiles-tools/blob/d241d4434811159bc82bcd2a94f11db5bbba89ae/sql/zzz_language.sql#L72) that leads to https://github.com/openmaptiles/mapnik-german-l10n/blob/3f86a8e9b924f272ab185aba000fccd8345cc21a/plpgsql/geo_transliterate.sql#L20 a quick workaround: This transliteration...
For the example of the `police` station ([in OSM](https://www.openstreetmap.org/node/1420813660)), there is no other transition available. If you add `name:ja-Latn` or `name:ja-Hira` to the OSM, then it could pop up into...
Yes, please. Just run `make generate-devdoc` and replace the images. Also please generate some small area at least with POI layer and with natural=beach and add into `layers/poi/style.json` value for...
Hi, for render 3D building there are available two attributes https://github.com/openmaptiles/openmaptiles/blob/22cd373f66264907776830ab175e65c2294fb125/layers/building/building.sql#L51-L52 which dealing with buildings part and their place in 3D. Please, if you have further questions, feel free to...
Thanks for pointing this out. PR is very welcome!
From the HINT at the end of the error, I think that you miss the `make import-sql` step, where the `layer_transportation(geometry, integer)` function is created: https://github.com/openmaptiles/openmaptiles/blob/8a8aa1a78b8c3927277e8ef93cb93d49a209688a/layers/transportation/transportation.sql#L11
Please, if you have further questions, feel free to reopen the issue or create a new issue.
Thanks for the info. As I mentioned just railways, it is valid for every layer. The railways have minimum zoom 8 https://github.com/openmaptiles/openmaptiles/blob/22cd373f66264907776830ab175e65c2294fb125/layers/transportation/transportation.sql#L425 If the railways should be on zoom level...
Please, upload your log (e.g. quickstart.log). Thanks
Could you please check your free space on the disk? Could you please try to open docker logs from openmaptiles-tools and postgres? (`docker ps -a` -> list of ids ->...