Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JS-dependencies, fix issues, get pkg-err #212

Merged
merged 120 commits into from
Apr 1, 2024
Merged

Conversation

trafficonese
Copy link
Owner

@trafficonese trafficonese commented Mar 23, 2024

Bugfixes:

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 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

TODOs:

  • Check/Adapt Documentation
  • Geodesics: Added markers are lost after dragging of another marker.
  • Check TODOs

…82794,

npm run builds runs through - 18 vulnerabilities (10 moderate, 4 high, 4 critical)
make napa work with && instead of ;
replace Airport GeoJSON
…dd some Shiny callbacks to pass are statistics
@trafficonese trafficonese self-assigned this Mar 23, 2024
@trafficonese trafficonese merged commit ebb7bcb into master Apr 1, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment