Philippe Rivière
Philippe Rivière
ah I see there is a PR already https://github.com/turban/Leaflet.Zoomify/pull/7
I can confirm that the PR works, if you use `beforeAdd: ` as per https://github.com/turban/Leaflet.Zoomify/pull/7#issuecomment-216368231
Please share a concrete example? -- -- Fil
Thanks. Can you share the actual data? Without seeing the coordinates I can't tell if the problem comes from the computation in d3-geo-voronoi, or from the rendering in leaflet/geojson.io.
Thank you! I've reproduced the issue in this notebook https://observablehq.com/@recifs/geovoronoi-issue-10
From what I understand (in https://observablehq.com/@fil/proj4js-d3): > For EPSG:3031, which is centered on the South Pole, things are a bit more complicated, as a direct application breaks a few things...
I'm trying to test talisman from Observable, and the only method I've found so far to load it is through the use of the (slow and unreliable) bundle.run, module by...
Currently package.json points to a non-existent "main": "index.js", it makes discovery a bit difficult ; it could be a default entry point to "load everything", even if that's not optimal...
Ah ha it's a trap :) I'm just reporting difficulties in "installing" for the JOSS review. -- Fil On Fri, Jun 26, 2020 at 11:37 AM Guillaume Plique wrote: >...
It's an issue for discoverability and ease of use (at least for my own type of use), which is part of what we review for JOSS; but it's not mandatory...