28 lines
747 B
R
28 lines
747 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/addProtomaps.R
|
|
\name{protomapsOptions}
|
|
\alias{protomapsOptions}
|
|
\title{Protomaps layer options}
|
|
\usage{
|
|
protomapsOptions(maxDataZoom = NULL, tileSize = NULL, debug = FALSE, ...)
|
|
}
|
|
\arguments{
|
|
\item{maxDataZoom}{Numeric. Maximum zoom level to fetch tile data.
|
|
Tiles beyond this zoom will be overzoomed.}
|
|
|
|
\item{tileSize}{Numeric. Size of tiles in pixels. Default is 256.}
|
|
|
|
\item{debug}{Logical. Enable debug mode to visualize tile boundaries.}
|
|
|
|
\item{...}{Additional options passed to the layer.}
|
|
}
|
|
\value{
|
|
A list of options.
|
|
}
|
|
\description{
|
|
Create additional options for protomaps layer configuration.
|
|
}
|
|
\examples{
|
|
protomapsOptions(maxDataZoom = 14, tileSize = 512)
|
|
|
|
}
|