andrewgryan
andrewgryan
Working through the instructions, running `bash publish.sh` errors with `node_modules` are needed so a `npm/pnpm/yarn install` step is missing in the instructions. ``` publish.sh: line 11: ../node_modules/esbuild/bin/esbuild: No such file...
Hmmm, I'm getting a `sed` issue. I'll try to figure out what's going on. ``` bash publish.sh ../public/van-0.12.0.nomodule.js 3.3kb ⚡ Done in 9ms ../public/van-0.12.0.nomodule.debug.js 8.3kb ⚡ Done in 13ms sed:...
After fixing `sed` there was only 1 warning related to a direct `eval` ``` bash publish.sh ../public/van-0.12.0.nomodule.js 3.2kb ⚡ Done in 4ms ../public/van-0.12.0.nomodule.debug.js 8.2kb ⚡ Done in 9ms ▲ [WARNING]...
@cemrehancavdar this is ready for review. I cherry picked a commit from #42 to patch the change handler mechanism in an identical manner to prevent merge conflicts. I avoided adding...
I'm very impressed by this library. Is there a way to add style information as well as geometry? Say, if I wanted to shade polygons by some attribute?
I'm preparing a PR to add support for `imageOverlay`, I'm thinking of extending the `Geometry` code to handle `imageUrl` and `latLngBounds` in the HTML props. How does that fit with...
Actually, tweaks to the existing `createLeafletObject`` and `changeLeafletObject` look like the right place to put it
- A very large dataset would be useful to explain
I think this is a much needed extension to the UI. I'm about to start building convenient features into the UI
I'm thinking a general solution is too ambitious, RPC driver can help alleviate the problem by allowing users to write their own I/O. I think a convenient method to deploy/connect...