Skip to content

Commit

Permalink
add News and rm authors from pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
trafficonese committed Mar 23, 2024
1 parent 92d9fc6 commit d022eb7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
19 changes: 16 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,24 @@

## New Features
- The `addDrawToolbar` offers two new options: `handlersOptions` and `toolbarOptions`, with which you can customize the drawing toolbar and the tooltips.
- `searchOSMText` let's you set the OSM search text from R.
- `addBounceMarkers` work now like normal markers.
- `searchOSMText` let's you set the OSM search text from R
- Changed default values in `searchOptions` for `url` / `propertyLoc` / `propertyName`
- The `apikey` of `addSearchGoogle` / `addReverseSearchGoogle` / `addBingTiles` now has to be not `NULL` and also not `""`.
- `addBounceMarkers` behave now like normal Markers (except for clustering).
- **Update Geodesics** functions to show default or custom statistics in Control Info, show (draggable) Markers, use layerManager, enable popup/label/markerOptions/highlightOptions, emit Mouse Events, accept icons.
- New function `addLatLng` for `addGeodesicPolylines`
- Extend BingTiles `imagerySet` and emit warnings for deprecated sets

## Improvements
- Updated most JavaScript dependencies
- Include Tests for R functions
- Use Github Actions (R-CMD-check, pkgdown, test-coverage, NPM builds, Styler, PR-commands)
- Fixed & extended examples
- Removed source-maps as package size was an R-CMD-check issue
- Add `xfun` package to Suggests for base64 encoding of icons

## Bugfixes
- #155
- #104, #148, #155, #156, #164, #165, #169, #174, #187


# leaflet.extras 1.0.0
Expand Down
3 changes: 0 additions & 3 deletions _pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
title: leaflet.extras
url: https://trafficonese.github.io/leaflet.extras/
authors:
Bhaskar Karambelkar
Sebastian Gatscha

template:
bootstrap: 5
Expand Down

0 comments on commit d022eb7

Please sign in to comment.