addPdokTiles: Leaflet function to add pdok tiles

Description Usage Arguments Details

Description

This function adds PDOK tile layers to leaflet. It is a small wrapper around addTiles that sets the correct urls for the layers.

Usage

1
2
addPdokTiles(map, type = c("brt", "aerial", "pastel", "gray"),
  group = match.arg(type), options, ...)

Arguments

map

leaflet object

type

one of the PDOK tiles: currently: "brt", "aerial", "pastel" or "gray"

group

group is set equal to type

options

passed to addTiles

...

Passed to addTiles.

Details

PDOK provides tiles that can be used as a tile layer in several geovisualization tools including leaflet. The layers differ from other tile layers such as Openstreetmap, Google and cartomap in the following manner:


edwindj/nllocation documentation built on May 27, 2019, 3:30 p.m.