UNPKG

leaflet-webatlastile

Version:

Leaflet plugin to use Webatlas tilecache with correct attribution and apikey's. Requires only vanilla Leaflet.

12 lines (11 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebatlasTileLayerTypes = void 0; exports.WebatlasTileLayerTypes = { VECTOR: 'vector', AERIAL: 'aerial', HYBRID: 'hybrid', GREY: 'grey', MEDIUM: 'medium', LITE: 'lite' };