tiler
tiler copied to clipboard
A no nonsense Vector Tile pipeline
follow this [step](https://github.com/Geovation/tiler/blob/master/docs/SETUP.md) and runing the command to build Tiler `docker build -t tiler .` The error message is: **ERROR [ 7/19] RUN apt-get -y install ca-certificates rpl pwgen [...
Not an issue but not sure where else to ask, how does tiler deal with tile caching?
Hi, I'm a little unclear how to read from a Postgis database. Is that a DB that's running on my localhost? I've tried setting environment variables for DB_HOST, DB_USER etc,...
I'm running the following command to build Tiler `docker build -t tiler . ` and I get the message ```sh Step 13/27 : RUN postgis/setup.sh ---> Running in 38e0cd16ef38 postgis/setup.sh:...
Hello I want to pull postgres data (with points and lines) from our server and create a vector mbtile. Then merge that with a vector OSM mbtile i have. Is...
Need to figure out how to get docker containers building and running on the new platform, but it should be faster.
One of the python tests fails: ``` ====================================================================== ERROR: test_create_vector_tiles (tests.test_validate_geojson.TestValidateGeojson) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tiler-scripts/tests/test_validate_geojson.py", line 12, in test_create_vector_tiles is_valid = validate_geojson(GEOJSON_FILE) File "/tiler-scripts/validate_geojson.py", line 11,...