trafficonese
trafficonese
I am wondering if this is possible (using `color = "MaxWind"` or a palette)? I guess not, since `color` is not used in `scaleOptions`. ``` library(leaflet) library(leafem) library(sf) lines %...
- This changes the FGB attachments and uses `group` instead of `layerId`. Although `layerId` cannot be a vector or formula with `addFgb`, I think we should treat the leaflet arguments...
✖ features.R:225: S3 method `addPolygonFeatures.leaflet_proxy` needs @export or @exportS3method tag.
This app will throw an error in the console. It happens with the CRAN and dev version. APP ``` library(leafem) library(leaflet) library(shiny) library(terra) library(sf) ## Transform Data to FGB ############...
### Wrong Label When a vector is used for `label` they are mixed up, as `flatgeobuf` apparently doesnt handle the Geojson in a sequential way, but still always in the...
Based on Nominatims [free-form-query](https://nominatim.org/release-docs/develop/api/Search/#free-form-query): > In this form, the query can be unstructured. Free-form queries are processed first left-to-right and then right-to-left if that fails. So you may search for...
https://github.com/Solfisk/Leaflet.LayerGroup.Conditional?tab=readme-ov-file
The last Github release is 0.5.2, but the latest version currently is 0.6.9. Could we update that?
This should fix #261 as it returns all records with the searched name. You can see it in the example `geojson-layer.html` by searching for `Arizona`. (I changed Texas to be...