Martin V

Results 45 comments of Martin V

Yes, as the title says: only with terrain. But it does effect the whole map, not just the part, where there is terrain.

@prozessor13: Correction regarding #1301 (it was using some cached version before): it flickers, but it works! However, when loading the map, tiles seem to be drawn at the wrong positions...

Switching off the OSM layer does not update the map: https://jsfiddle.net/martinatcns/c91br8tv/59/

OK, I tested it with the rtt_rerender_on_style_change branch and it is much better. Our (simplified) layer configuration is like this (top to bottom), each line is a logical layer that...

See the code at https://jsfiddle.net/martinatcns/4uvtp3rc/5/ * the landcover and road layers are copies from https://api.maptiler.com/maps/streets/style.json?key=your_key * if executed with maplibre built from your branch, the landcover layer and the road...

Unfortunately with the newest rtt_rerender_on_style_change branch it got rather worse: * no immediate changes at all, when switching on/off a (non hillshade) layer * it seems that tiles are never...

You are right, I had somehow used an old version. Toggling layers now works perfectly. And even better, with our full application, it seems that (compared to 2.4.0): * GPU...

Ad mixing old and new filters: this could be improved by checking not only the first condition, but rather, whether everything could be a old filter. In that case the...

The old expressions really seem to be used a lot, also by public services like maptiler.com. So we probably shouldn't remove the old filter expressions, but rather make sure that...