Tomas Pohanka
Tomas Pohanka
Hi, thanks for this. It should be adjusted the process how are these POIs created (from [POI polygon](https://github.com/openmaptiles/openmaptiles/blob/master/layers/poi/update_poi_polygon.sql#L21)).
Hi @jehie, thank you for pointing this out. Until zoom level 4 there are borders from the NaturalEarth dataset. From zoom level 5 there are borders from OSM. The missing...
Hi @yogiks, is the problem resolved?
Hi, from the log there is `Finished` statement for these layers ``` DONE: aerodrome_label DONE: aeroway DONE: boundary DONE: housenumber DONE: landuse DONE: park DONE: transportation DONE: water building landcover...
Hi, I just finished some testing and the Japan Chubu area (350MB pbf) was generating very slow. The layers `waterway`, `place`, and `poi` took 3.5h, 1.5, and 1.5h, respectively. After...
This is duplicity for https://github.com/openmaptiles/openmaptiles/issues/967. There is also a discussion and suggested workaround.
Hi, all of these tables run through some generalization (except `ne_50m_glaciated_areas`), and then there could be some invalid geometries (like 0 m^2 area, self-intersection). Maybe try to select just invalid...
I cannot find anything that changed import-sql. For what area do you test the times?
Hi @bilemedimkq, sorry for such a delay. The borders up to zoom 4 are taken from Natural Earth (https://github.com/openmaptiles/openmaptiles/blob/master/layers/boundary/boundary.yaml#L13) and are for the whole planet. In the zoom 5 and...
Hi, OpenMapTiles generate vector tiles up to zoom 14, everything higher is overzoom. Vector tile has an inner grid 4096x4096 where the geometry is snapped. This could cause these overlaps...