UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

53 lines 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mapStyle = [ // { // 'featureType': 'administrative', // 'elementType': 'labels.text.fill', // 'stylers': [ // { // 'color': '#444444' // } // ] // }, { featureType: 'landscape', elementType: 'all', stylers: [ { visibility: 'off', }, ], }, { featureType: 'poi', elementType: 'all', stylers: [ { visibility: 'off', }, ], }, // { // 'featureType': 'road', // 'elementType': 'all', // 'stylers': [ // { // 'saturation': -100 // }, // { // 'lightness': 45 // } // ] // }, { featureType: 'road.highway', elementType: 'all', stylers: [ { visibility: 'simplified', }, ], }, ]; //# sourceMappingURL=options.js.map