Oliver Wipfli

Results 110 issues of Oliver Wipfli

For low end devices, it might be beneficial to render the vector tiles to raster tiles once per zoom level and then use the raster tile shader for zoom/tilt/rotation. One...

enhancement
PR is more than welcomed

This pull request aims to make a proof-of-concept version of MapLibre GL JS that uses multichannel signed distance fields rather than the normal signed distance fields. Related to #3705 You...

Sometimes I think it would be sufficient to just have support for raster tiles with vector symbols on them. This is for example what the booking.com app or the iOverlander...

enhancement
PR is more than welcomed

I would like to try out multichannel signed distance fields (MSDF) because the should give us sharper corners for text letters and icons than the currently used signed distance fields....

enhancement
PR is more than welcomed

Interestingly, there is currently no example of deck.gl in the MapLibre GL JS examples. I would like to add one. Something like https://github.com/visgl/deck.gl/blob/master/examples/get-started/pure-js/mapbox/app.js would probably be good, but I don't...

Once https://github.com/maplibre/maplibre-gl-js/pull/3631 is merged, I think MapLibre Native should also include the new grayscale logo. Thanks!

When following the [linux install guidelines](https://github.com/maplibre/maplibre-native/blob/main/platform/linux/README.md) in github codespaces, I get the following error: ``` @wipfli ➜ /workspaces/maplibre-gl-native (harffbuzzFreetype) $ sudo apt install libcurl4-openssl-dev libglfw3-dev libuv1-dev libpng-dev libicu-dev libjpeg62-turbo libwebp-dev...

**Is your feature request related to a problem? Please describe.** I am always a bit frustrated when I want to make a new nice planetiler map in a different folder,...

I rent a hetzner 12 core 128 gb dedicated host. Sometimes I do planet rendering runs but most of the time it sits idle. We could use this machine for...

My workflow is usually to code in visual studio code without much java support. Then I go to the terminal, compile and run the application. Maybe this is a bit...