protomapr/man/protomapsOptions.Rd
2026-03-06 15:46:39 +11:00

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)
}