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 markercluster->v0.1.1, leaflet-measure->2.1.7, leaflet-omnivore->0.3.4 #458

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
1695722
add support for simple features MULTIPOLYGON. lines to follow
tim-salabim Jan 22, 2017
9f3e437
Fix #390: validateCoords warns on valid polygon data
jcheng5 Feb 28, 2017
678bae1
ensure type safety of .indexOf(stamp); fixes #395
cpsievert Mar 1, 2017
298889e
Add support for dragend notification
imprompt Mar 22, 2017
772065e
Update NEWS
jcheng5 Aug 21, 2017
32bda8e
Show Travis build status for master branch only
jcheng5 Aug 21, 2017
8216a70
begin update of markercluster to v0.1.1
timelyportfolio Aug 30, 2017
cced766
update leaflet-measure to 2.1.7
timelyportfolio Aug 30, 2017
167d879
update leaflet-omnivore to 0.3.4
timelyportfolio Aug 30, 2017
c60a979
update proj4leaflet to 1.0.2
timelyportfolio Aug 31, 2017
3af495a
update leaflet-minimap to 3.5.0
timelyportfolio Aug 31, 2017
fe4a794
update Leaflet.EasyButton to 2.2.2
timelyportfolio Aug 31, 2017
570aff5
update leaflet.graticule
timelyportfolio Aug 31, 2017
50ea199
Fix #452: Leaflet returns an error for empty "sf" "dataframe" objects
jcheng5 Sep 1, 2017
58aaf50
Add unit tests for empty sf
jcheng5 Sep 1, 2017
d489e2c
Merge pull request #459 from rstudio/joe/bugfix/empty-sf
jcheng5 Sep 1, 2017
7668428
delete local version of normalize-sf
tim-salabim Sep 9, 2017
1ac6130
merge upstream
tim-salabim Sep 9, 2017
0102062
add method argument to addRasterImage, fixes #219 and #461.
tim-salabim Sep 9, 2017
480e15a
add argument elementId to leaflet. fixes #411
tim-salabim Sep 9, 2017
ada5aa6
attempt to resolve cluster layer support and freezable conflict
timelyportfolio Sep 28, 2017
d40024c
change order of load for freezable and layersupport to get freeze wor…
timelyportfolio Sep 29, 2017
57d6349
#453 + #458 + Fix for locationfilter + latest plugins
Nov 6, 2017
1f0ee97
Merge remote-tracking branch 'upstream/pr/462' into upgrade/leaflet-v1.x
Nov 6, 2017
bdfdee2
Merge remote-tracking branch 'upstream/pr/405' into upgrade/leaflet-v1.x
Nov 6, 2017
73aaa4c
Merge remote-tracking branch 'upstream/pr/396' into upgrade/leaflet-v1.x
Nov 6, 2017
42f17e2
Merge remote-tracking branch 'upstream/pr/393' into upgrade/leaflet-v1.x
Nov 6, 2017
fa5e14d
grunt build after merging PRs
Nov 6, 2017
307326b
Minor fixes/documentation, and example updates
Nov 6, 2017
5104525
Fixed All issues with Proj4Leaflet support (I think!)
Nov 10, 2017
e35b661
Latest Providers
Nov 13, 2017
6a3d207
Deprecated L.Proj.CRS.TMS
Nov 13, 2017
5fb5001
Fixed Arguments, but retained backward compatibility. Fixed links to …
Nov 13, 2017
5baeada
Fixes #456
Nov 13, 2017
279c44b
remove examples left from testing/experimentation
timelyportfolio Nov 21, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@
^package\.json$
^node_modules$
^data-raw$
^npm-shrinkwrap\.json$
^\.Rprofile\.local$
^inst/htmlwidgets/lib/.*/.*\.map$
^inst/htmlwidgets/plugins/.*/.*\.map$
^inst/htmlwidgets/lib/jquery/jquery.js$
^inst/htmlwidgets/lib/leaflet/leaflet-src.js$
^inst/htmlwidgets/plugins/Leaflet.markercluster/leaflet.markercluster.freezable-src.js$
^inst/htmlwidgets/plugins/Leaflet.markercluster/leaflet.markercluster.layersupport-src.js$
^inst/htmlwidgets/plugins/Leaflet.markercluster/leaflet.markercluster-src.js$
^inst/htmlwidgets/lib/leaflet-measure/leaflet-measure.js$
^inst/htmlwidgets/plugins/Proj4Leaflet/proj4.js$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: leaflet
Type: Package
Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library
Version: 1.1.0.9000
Date: 2017-02-17
Date: 2017-11-05
Authors@R: c(
person("Joe", "Cheng", email = "joe@rstudio.com", role = c("aut", "cre")),
person("Bhaskar", "Karambelkar", role = c("aut")),
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ S3method(pointData,data.frame)
S3method(pointData,default)
S3method(pointData,matrix)
S3method(pointData,sf)
S3method(pointData,sfc_GEOMETRY)
S3method(pointData,sfc_POINT)
S3method(polygonData,Line)
S3method(polygonData,Lines)
Expand Down Expand Up @@ -106,6 +107,8 @@ export(expandLimits)
export(expandLimitsBbox)
export(filterNULL)
export(fitBounds)
export(flyTo)
export(flyToBounds)
export(getMapData)
export(groupOptions)
export(hideGroup)
Expand Down
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ leaflet 2.0
leaflet 1.1.1
--------------------------------------------------------------------------------

* Add `groupOptions` parameter, currently the only option is letting you specify
* Fix a bug where the default `addTiles()` would not work with .html files
served directly from the filesystem.

* Add `groupOptions` function. Currently the only option is letting you specify
zoom levels at which a group should be visible.

* Fix bug with accessing columns in formulas when the data source is a Crosstalk
SharedData object wrapping a spatial data frame or sf object.

* Fix strange wrapping behavior for legend, especially common for Chrome when
browser zoom level is not 100%.

* Fix incorrect opacity on NA entry in legend. (PR #425)

leaflet 1.1.0
Expand Down
Loading