Skip to content

Commit

Permalink
fix Readme and News
Browse files Browse the repository at this point in the history
  • Loading branch information
trafficonese committed Sep 1, 2024
1 parent 12d9dea commit 1373ffc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# leaflet.extras2 (development version)

* Fix for roxygen2 > 7.0.0. #1491
* The opened sidebar tab is returned as Shiny input using the `sidebar_tabs` ID.
* allow `...` in `antpathOptions` to be able to set the pane (e.g.: `renderer= JS('L.svg({pane: "my-pane"})')`)
* New Function `addDivicon` adds `DivIcon` markers to Leaflet maps with support for custom HTML and CSS classes. See the example in `./inst/examples/divicons_html_app.R`
* Added custom `clusterCharts` using `Leaflet.markercluster` and `d3` for piechart and barcharts.
* Added `addClusterCharts` to enable **pie** and **bar** charts in Marker clusters using `Leaflet.markercluster`, `d3` and `L.DivIcon`, with support for customizable category styling and various aggregation methods like **sum, min, max, mean**, and **median**.
* The opened sidebar tab is returned as Shiny input using the `sidebar_tabs` ID. #67
* allow `...` in `antpathOptions` to be able to set the pane (e.g.: `renderer= JS('L.svg({pane: "my-pane"})')`)
* Switched from `geojsonsf` to `yyjsonr` (*heightgraph*, *timeslider*, *clustercharts*)
* Fix for roxygen2 > 7.0.0. #1491

# leaflet.extras2 1.2.2

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ If you need a plugin that is not already implemented create an [issue](https://g

- [Ant Path](https://github.com/rubenspgcavalcante/leaflet-ant-path)
- [Arrowheads](https://github.com/slutske22/leaflet-arrowheads)
- [ClusterCharts](https://gist.github.com/gisminister/10001728)
- [Contextmenu](https://github.com/aratcliffe/Leaflet.contextmenu)
- [DivIcon](https://leafletjs.com/reference.html#divicon)
- [Easy Print](https://github.com/rowanwins/leaflet-easyPrint)
- [GIBS](https://github.com/aparshin/leaflet-GIBS)
- [Heightgraph](https://github.com/GIScience/Leaflet.Heightgraph)
Expand All @@ -52,7 +54,6 @@ If you need a plugin that is not already implemented create an [issue](https://g
- [Tangram](https://github.com/tangrams/tangram)
- [Velocity](https://github.com/onaci/leaflet-velocity)
- [WMS](https://github.com/heigeo/leaflet.wms)
- [ClusterCharts](https://gist.github.com/gisminister/10001728)


### Documentation
Expand Down

0 comments on commit 1373ffc

Please sign in to comment.