kartotherian_docker icon indicating copy to clipboard operation
kartotherian_docker copied to clipboard

Docker deployment for Qwant Maps tile server, based on Kartotherian (https://github.com/kartotherian/kartotherian)

Results 10 kartotherian_docker issues
Sort by recently updated
recently updated
newest added

Hello, after run ./exec.py load-db I see some errors: **tilerator-worker_1** | {"name":"tilerator","hostname":"c67da2ce35c6","pid":309,"level":50,"err":{"message":"","name":"tilerator","stack":"Error: Postgis Plugin: ERROR: function z(numeric) does not exist\nLINE 1: ...02823466385289e+38,3.402823466385289e+38,900913), z(3.402823...\n ^\nHINT: No function matches the given name...

`{"name":"kartotherian","hostname":"1a42e45c543e","pid":162,"level":50,"err":{"message":"Unable to create source \"ozpoi\"Source \"poi\" is disabled, possibly due to loading errors","name":"kartotherian","stack":"Err: Source \"poi\" is disabled, possibly due to loading errors\n at Sources.getSourceById (/opt/kartotherian/packages/core/lib/sources.js:404:11)\n at Sources._getSourceUri (/opt/kartotherian/packages/core/lib/sources.js:423:8)\n at Sources._resolveValue...

I using repo Kartotherian, but when i install finish. i can not start tilerator and tilerator-worker with error. please help me. `(node:48) Warning: Accessing non-existent property 'filename' of module exports...

First off, thanks for putting together an easy to use package for Kartotherian. I've been trying to wrap my head around the different pieces of building a vector mapping server,...

Hi, I have successfuly installed the map, however if I try to search something it woudn't work. It seams like, if you search something, erdapfel is sending a request to...

I have run the whole pipeline to generate the planet tiles in Cassandra. I found that the size of all tiles is just round 33G. But the size of [planet.mbtiles](https://openmaptiles.com/downloads/tileset/osm/)...

I want to generate the planet tiles and have several questions about this work: 1) how long will it take to generate? 2) what about cpu, disk and memory requirements?...

[tileserver-gl](https://github.com/klokantech/tileserver-gl) achieves exactly that (based on node-js mapbox-gl-native) tileserver-gl config : ``` { "styles":{ "": { "style": "path/to/mapbox-gl-style.json" } } } ``` kartotherian source : ``` osm-intl: uri: http://localhost:8080/styles//{z}/{x}/{y}.png public:...