score:1
This is not possible with mapview and kinda defeats the purpose of the package. If you want this type of behaviour you either need to create the complete map using leaflet or at least create the base map with leaflet and then use it with mapview:
library(mapview)
library(leaflet)
map = leaflet(options = leafletOptions(minZoom = 12, maxZoom = 12)) %>%
addTiles()
mapview(franconia, map = map)
Source: stackoverflow.com
Related Articles
- Strange character in the Highstock source code
- Locking the zoom in on Mapview?
- Highstocks - How to change the default Zoom
- highcharts hide zoom reset button, call zoom reset programmatically
- How do I detect a zoom event in highcharts?
- HighStock : Remove Zoom bar
- Possible to connect the zoom on two Highcharts graphs?
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- Optimize JavaScript DrillDown code
- hide zoom text on rangeSelector
- Execute function after zoom highcharts
- highcharts how to catch and insert logic in click reset zoom button event
- Calling Reset Zoom manually
- Highcharts not displaying data at some zoom levels
- How to position RangeSelector / zoom buttons at custom co-ordinates in Highstock
- Replacing highcharts.each in my code as it is being deprecated
- Highcharts remove zoom feature
- Change the zoom Type dynamically?
- Is it possible to position the zoom buttons in highcharts/highstock?
- Highmaps: how to disable map zoom by mouse scroll
- *Highcharts* How to get the min and max value of the zoom box
- How to enable y-axis panning while zoom in highcharts?
- Highcharts zoom issue after upgrading to jQuery 1.8
- Highcharts multiple x axes is hidden on zoom
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Code works on fiddle but not when I do /show
- How to zoom to specific point in Highmaps
- Is possible to zoom with mouse in Highcharts?
- Programmatically draw rect and line in Highcharts with zoom
- Highcharts - Global configuration with common code and unique data & Headings
- how to sort and select top 5 elements in a json array using angular JS
- Jumping on the x axis in Highcharts
- How to export a python-highcharts chart for use in flask or django?
- Reset / Set ZoomType Control in Highstock
- How to add line which runs through origin (from positive to negative) on a scatterplot - highchart
- How to use highcharts in reactjs with fetched data from API
- Highcharts: tooltip Click instead of hover
- No tooltip with IE10 document mode IE8 Standards
- Highcharts: Select a single chart?
- How can I optimize Highcharts.js zones?
- Highcharts Marimekko chart refresh
- Highcharts - Grid line height
- Highcharts increase hover detection for markers
- HighCarts Tooltip position relative to mouse
- Highcharts : Showing wrong color in data series
- Margins will not adjust to make a smaller chart?
- Highcharts - show series values outside chart container?
- Not able to render/retain graph on button click HighChart
- Is to possible to delay the needle loading animation in Highcharts angular gauge?
- highcharts solidgauge - make it striped or 3D