- Notifications
You must be signed in to change notification settings - Fork32
leaflet extensions for mapview
License
NotificationsYou must be signed in to change notification settings
r-spatial/leafem
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
leafem provides extensions for packageleaflet many of which areused by packagemapview. The intention of this package is to enhanceleaflet functionality to provide a more GIS-like feeling when plottingspatial data interactively.
You can install the released version of leafem fromCRAN with:
install.packages("leafem")library(leaflet)leaflet() %>% addProviderTiles("OpenStreetMap") %>% addFeatures(data=breweries91)
leaflet() %>% addProviderTiles("OpenStreetMap") %>% addMouseCoordinates()
library(leaflet)m<- leaflet() %>% addProviderTiles("OpenStreetMap")garnishMap(m,addMouseCoordinates)
library(leaflet)library(raster)m<- leaflet() %>% addProviderTiles("OpenStreetMap") %>% addCircleMarkers(data=breweries91) %>% addHomeButton(extent(breweries91),"breweries91")m
library(leaflet)library(plainview)leaflet() %>% addProviderTiles("OpenStreetMap") %>% addRasterImage(poppendorf[[1]],project=TRUE,group="poppendorf",layerId="poppendorf") %>% addImageQuery(poppendorf[[1]],project=TRUE,layerId="poppendorf") %>% addLayersControl(overlayGroups="poppendorf")
img<-"https://www.r-project.org/logo/Rlogo.svg"leaflet() %>% addTiles() %>% addLogo(img,url="https://www.r-project.org/logo/")
Please note that the ‘leafem’ project is released with aContributorCode ofConduct.By participating in this project you agree to abide by its terms.
About
leaflet extensions for mapview
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors14
Uh oh!
There was an error while loading.Please reload this page.




