@terrestris/vectortiles
Version:
A simple library that makes use of free available world-wide terrestris vectortiles in MapBox MVT format from OpenStreetMap data
18 lines (17 loc) • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.style_bluebackground = void 0;
var style_bluebackground = [{
'minResolution': 0,
'maxResolution': 99999,
'style': {
'': {
'fillColor': '#074ca9',
'fillOpacity': 0.5,
'zIndex': -3
}
}
}];
exports.style_bluebackground = style_bluebackground;