UNPKG

@terrestris/vectortiles

Version:

A simple library that makes use of free available world-wide terrestris vectortiles in MapBox MVT format from OpenStreetMap data

21 lines (20 loc) 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.style_countries = void 0; var style_countries = [{ 'minResolution': 0, 'maxResolution': 99999, 'style': { '': { 'strokeColor': '#7d887d', 'strokeWidth': 2, 'strokeOpacity': 0.5, 'fillColor': '#f2efe9', 'useLabels': false, 'zIndex': -2 } } }]; exports.style_countries = style_countries;