UNPKG

@terrestris/vectortiles

Version:

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

22 lines (21 loc) 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.style_waterways = void 0; var style_waterways = [{ 'minResolution': 0, 'maxResolution': 99999, 'style': { 'river': { 'colors': ['#99B3CC'], 'widths': [1], 'caps': ['butt'], 'textFillColor': '#003fff', 'textFillWidth': 3, 'textStrokeColor': '#fff', 'textStrokeWidth': 5 } } }]; exports.style_waterways = style_waterways;