tilemaker icon indicating copy to clipboard operation
tilemaker copied to clipboard

Make OpenStreetMap vector tiles without the stack

Results 193 tilemaker issues
Sort by recently updated
recently updated
newest added

This automatically builds a docker image and pushes it to my personal Dockerhub account on each push to `systemed/master`. If you don't want to use `lehrenfried/tilemaker`, I'm happy to help...

I'm the maintainer of tilemaker in Debian and have recently run into a few problems building tilemaker for the not-so-common ARMel, mips64el, and powerpc architectures: ``` [100%] Linking CXX executable...

Current master is very occasionally causing "leaking rivers" at high simplification factors. It's pretty rare but happens sometimes: ![Screenshot 2022-06-28 at 21 51 57](https://user-images.githubusercontent.com/694425/176285519-dd41ff97-5653-42e1-b783-80aebd09726b.png) In this case it appears to...

Small fix to place manpage correctly.

I found that some polygons from OSM layer were lost in the tiles at certain scales, so I made a test data reproduction of this phenomenon. This is the polygon...

Previously, the message was ignored and a vague > Couldn't find expected details in JSON file. was printed. I figured since the rest of the loading code just kills the...

Adjusted indentation from line 191 to line 196.

_I am not sure if this is a issue with tilemaker or hardware/software._ I am trying to create level 18 tiles of south america(3gb) with highway data on a virtual...

Hi, I'm trying to generate a mbtiles with tilemaker 2.2 (on windows) using a pbf file from geofabrik, the following command using the default example config output an empty file....

The `filter_area` setting currently filters by the total size of a multipolygon. This can potentially leave lots of tiny holes even at higher zoom levels. This adds an additional check...