init
This commit is contained in:
commit
116abafc09
58 changed files with 5749 additions and 0 deletions
28
man/protomapsOptions.Rd
Normal file
28
man/protomapsOptions.Rd
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
% 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)
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue