Kent Johnson
Kent Johnson
I'm using Auth0 from a Shiny app. When the app runs in Chrome, the server function is called once, after the user logs in, with `session$userData` populated with the `auth0_credentials`...
Would it be possible to add a version of `floodFill` that performs the operation in place? I have images roughly 1500x1000 to 1800x1400 with hundreds of regions I want to...
If the map is using L.CRS.Simple, then `latLonToPixel` should just ``` return {x: longitude, y: -latitude}; ``` rather than transforming to the usual projection. This change would enable Leaflet.glify to...