noWrap property

bool noWrap

Whether the layer is wrapped around the antimeridian. If true, the GridLayer will only be displayed once at low zoom levels. Has no effect when the map CRS doesn't wrap around. Can be used in combination with bounds to prevent requesting tiles outside the CRS limits.

Implementation

external bool get noWrap;
void noWrap=(bool value)

Implementation

external set noWrap(bool value);