Creates a leaflet base map with CartoDB Positron and Esri tiles
centered at a specified location (defaults to Mississippi Sound).
Usage
create_mssnd_basemap(lng = -89.15, lat = 30.25, zoom = 9)
Arguments
- lng
Numeric longitude for map center (default: -89.15)
- lat
Numeric latitude for map center (default: 30.25)
- zoom
Integer zoom level (default: 9)
Value
A leaflet map object
Examples
# Create a base map centered on Mississippi Sound
create_mssnd_basemap()
# Create a base map centered on a different location
create_mssnd_basemap(lng = -88.9, lat = 30.3, zoom = 10)