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 Query
- Strange character in the Highstock source code
- Locking the zoom in on Mapview?
- Highstocks - How to change the default Zoom
- Possible to connect the zoom on two Highcharts graphs?
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- Change the zoom Type dynamically?
- Is it possible to position the zoom buttons in highcharts/highstock?
- *Highcharts* How to get the min and max value of the zoom box
- How to position the Highcharts.StockChart's rangeSelector zoom on the right?
- Getting the complete XML source out of an XML DOM object
- Change the zoom level for highmaps
- Highmaps: what is the code for a county?
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
- how to display 2 same highcharts without duplicate the code
- Get the x axis range on selecting a zoom range in Highcharts
- Framework for plotting latitude longitude in a map based on country, state and district depending on the zoom level
- Zoom function breaks the xAxis labels and creates chart gaps when exiting zoom
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- Highcharts - Possible to change the text zoom to other wording?
- Highcharts xAxis padding is lost when navigator when zooming in and out and can't get the padding back when zoom out
- Is it possible to get a statechange of the zoom or other zoom-related parameters in order to dynamically set tickInterval in Highcharts?
- Need help in simplifying the code to synchronise tooltips and crosshairs for Highcharts,
- Graph getting hidden while zooming in ( using the zoom scroll bar )
- Positioning Highstock Zoom Buttons outside the chart area within a <div>
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Click on the chart to zoom chart
- Changing number of columns based on the zoom level : HighChart (column chart type)
- Can we control the Zoom Level when we click on the cluster in Highcharts?
- Using the source version instead of mimified when import lib with reactjs and npm
- How to set reset zoom button and title to exactly center of the high charts
More Query from same tag
- Bigger chart with highcharts
- Random number on Highcharts + AngularJS
- Highcharts: Offset origin for positive and negative values
- Ember.js , HighCharts - accessing JSON data from controller
- How to add a label above each bar in HighCharts
- Highcharts add&remove data to series in stacked-column chart
- Stock chart timeline buttons and date field left align with chart
- Load CSV data via Ajax for display in Highcharts
- How to create a drilleable bar graph in jsp page using open source charts API
- Second Y-Axis in Highcharts linked to specific data series
- how to add horizontal line over columns at different values
- How can I custom draw each tile on treemap squarified chart
- Highcharts Displaying same data repeatedly
- How to customize Highchart graph similar to linkedin "Who's viewed your profile > Viewers found you from LinkedIn.com"
- Highcharts Columnrange Questions (multiple y-axes and column widths)
- How to place one highchart on top of another
- Show only three levels of highchart Sunburst always on each click in Angular8
- HighStock not Overlapping data
- Highcharts column drilldown
- Highcharts Highmaps zoom to latitude longitude
- difference between 'stackLabels' and 'dataLabels' in highcharts
- Highcharts - Scatter chart with a line connecting the dots in the series
- What is the best way to integrate Highcharts with Curljs?
- Data with timestamp group to month(like Jan, Feb, March) and showing as total count for month in Highcharts
- Display image inside tspan tag of highcharts
- Highcharts Issue - Labelling Y-Axis Based Series Data
- Return Highcharts using Ajax and Python
- Ember App Kit: Calling a view gives me Assertion Failed error
- How to use Highcharts to implement this dynamically shifting from right to left effect?
- Tooltip issue on adjacent Highchart charts