neodescis
neodescis
Wouldn't that result in a significant hit to the bundle size? For the external file though, I'm not sure how that would get picked up by whatever is consuming the...
That's fair. I'll try to shed some more light on what I ran into. We have a web application that uses MapLibre to display vector tile data. However, some of...
I was trying to see not just the data, but also how MapLibre was processing it. It was very difficult to do this without source map support. Other infrastructure (mostly...
I think what @HarelM means is that the CSS is an integral part of MapLibre. I would not necessarily expect the map to start panning when the CSS is not...
Likely related to #2587. I would like to find a better approach for marking a style load as "done," but I haven't had time to look at it yet.
Looks like this should work for you to hide the button: .maplibregl-ctrl-geolocate { display: none; }
Have you by chance tried setting `raster-fade-duration` to 0? I know a non-zero value causes some unexpected behavior on video layers.
This happens if you have multiple versions of d3-selection installed. The d3-transition package is attaching itself to a different version than what ngx is using. In my opinion, ngx-graph should...
> The 0.8.0 release adds geoparquet/overture support. See https://github.com/onthegomap/planetiler-examples for an examples and instructions getting started. This is great! Are you planning on updating [this profile](https://github.com/onthegomap/planetiler/blob/overture/planetiler-core/src/main/java/com/onthegomap/planetiler/overture/Overture.java) as well? Or is...
I didn't know they were planning on providing tiles. Meanwhile, maybe it would make sense to add the remaining data sets (admin and places) to the examples repo?