Manuel Roth

Results 8 issues of Manuel Roth

Hi @susielu , Thank you for this great d3 plugin. Really love working with it. I encountered a problem when using d3-annotation inside a shadowDOM: ### Problem: My svg element...

Hi @rastapasta, This module looks really nice. Thank you for making it. I would love to play around with it but struggle to get it running: I get the following...

**maplibre-gl-js version**: v2.4.0 **browser**: Safari on iOS 15.6.1 (new Safari tab bar behaviour was introduced in iOS 15) ### Steps to Trigger Behavior 1. Open https://output.jsbin.com/yuyojez/1 on an iOS Device...

This PR improves `Source#updateSource` to use `setTiles` function if available. Before setTiles would only be used if the `setUrl` function is available which is not yet implemented in maplibre's `RasterTileSource`....

This PR correct the ES Module exports in package.json

**Problem Description** I am using [Vite](https://vitejs.dev/) as a bundler. Vite expects ES Module by default. CommonJS Format is automatically transformed to ES Module during development builds. But somehow I can't...

This PR explicitly sets type to commonjs in package.json. This makes sure that bundlers such as Vite recongnize that this dependency only supports commonjs format