@terrestris/vectortiles
Version:
A simple library that makes use of free available world-wide terrestris vectortiles in MapBox MVT format from OpenStreetMap data
33 lines (32 loc) • 777 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.style_waterareas = void 0;
var style_waterareas = [{
'minResolution': 0,
'maxResolution': 99999,
'style': {
'riverbank': {
'fillColor': '#99B3CC',
'strokeColor': '#99B3CC',
'fillOpacity': 1,
'textFillColor': '#003fff',
'textFillWidth': 3,
'textStrokeColor': '#fff',
'textStrokeWidth': 5,
'textPlacement': 'point'
},
'water': {
'fillColor': '#99B3CC',
'strokeColor': '#99B3CC',
'fillOpacity': 1,
'textFillColor': '#003fff',
'textFillWidth': 3,
'textStrokeColor': '#fff',
'textStrokeWidth': 5,
'textPlacement': 'point'
}
}
}];
exports.style_waterareas = style_waterareas;