zstadler

Results 152 comments of zstadler

Naturally, as the author of #602 and its PR I disagree. The overhead of this field is negligible and is useful.

SFCGAL's [README](https://gitlab.com/Oslandia/SFCGAL/-/blob/master/README.md#licence) says: > ## Licence > > SFCGAL is provided under the following licence LGPL version 2 or later. > > :warning: Note that the main dependency for SFCGAL...

@ZeLonewolf, Could you add examples that show the impact of the closely positioned highways on a rendered map? If this issue is related to the effort of placing multiple shields...

The Maptiler maps, for example, do not show similar artifacts in the above [Mexican example](https://www.maptiler.com/maps/#topo//vector/11/-116.1528/32.507). @ZeLonewolf, I wonder how wide-spread is this issue, and if it is worth complicating the...

> technically because of performance: all rtt (= render-to-texture) qualified layers are not rendered directly onto texture, instead the will grouped in stacks, and than rendered all by once. Every...

> > What about symbol layers that do not change with tilt and rotation? > > Currently they are not rendered to texture, but would be a good idea! Please...

@prozessor13 I suggest that only symbol layers with a **constant** `"map"` value for both [`icon-pitch-alignment`](https://maplibre.org/maplibre-gl-js-docs/style-spec/layers/#layout-symbol-icon-pitch-alignment) and [`icon-rotation-alignment`](https://maplibre.org/maplibre-gl-js-docs/style-spec/layers/#layout-symbol-icon-rotation-alignment) will be rendered to texture.

> In the new branch `hillshade` will draped to terrain combined with all other layers. Would this branch retain the dynamic behavior of `hillshade` layers when the map is rotated...

@frodrigo, From a legal perspective, can we get permission to copy and integrate the code from https://github.com/makina-maps/makina-maps/blob/master/nginx/tile_multiplier.py into OMT or OMT-tools? If so, I will be happy to create a...

Currently, there is a gap between the tiles lists that `make import-diff` creates at `data/*/*.tiles` and the tile list that `docker-compose run generate-changed-vectortiles` expects in two aspects: 1. `make import-diff`...