Oliver Wipfli
Oliver Wipfli
https://github.com/maplibre/maplibre-gl-js/pull/347 added `text-overlap` and `icon-overlap` which deprecated the booleans `text-allow-overlap` and `icon-allow-overlap`. The new properties take three possible values `never`: same as `-allow-overlap` false `always`: same as `-allow-overlap` true `cooperative`:...
**Is your feature request related to a problem? Please describe.** Currently, Planetiler outputs mbtiles which requires a tileserver, i.e., static file hosting like on github pages is not enough to...
**Is your feature request related to a problem? Please describe.** I want to render a profile on planet.osm.pbf which creates a small output mbtiles file which is maybe only 100...
How can I make a custom layer with only forest polygons? I tried to figure it out from the base profile but failed...
I would like to provide a customization example in Java. I made a powerlines map here https://github.com/wipfli/powerlines-switzerland and was wondering if we could add it or link it to planetiler?...
Hey americanas! This is just a little show case for the terrain 3d feature in MapLibre GL JS v2.2.0-pre.2. Uses the MapLibre demo tiles. This should not be merged, just...
When zooming on a terrain 3d map, the zoom center is not under the cursor. I think the map zooms to the center of the map. This behavior is different...
Currently, Mapbox and MapLibre GL JS have the same requirements on browser support. This is why we use https://github.com/mapbox/mapbox-gl-supported in our library. However, in the future browser requirements might diverge...
- Name: MapLibre Organization - GitHub URL: https://github.com/maplibre - Official URL: https://maplibre.org - Job URL: https://maplibre.org/jobs - One sentence intro: Open-source mapping libraries for web and mobile app developers. -...
When designing a style one often focuses on the visual appeal or function of a map, but forgets the performance implications of certain styling decisions. I think it would be...