Sha256: 3728baf19c5577b72d6385994762c295c5ba1e64a26347040fb46b271a26b822
Contents?: true
Size: 651 Bytes
Versions: 467
Compression:
Stored size: 651 Bytes
Contents
import colors from '../tokens/exports/_colors.scss' const mapTheme = { marker : colors.primary_action, maptiles: 'https://basemaps.cartocdn.com/gl/positron-gl-style/style.json', flyToConfig: { zoom: 13, bearing: 0, curve: 1.42, // change the speed at which it zooms easing: function (t: any) { return t; }, essential: true }, zoomConfig: { duration:1000 }, mapConfig: { style: 'https://basemaps.cartocdn.com/gl/positron-gl-style/style.json', zoom: 13, attributionControl: false, } } export default mapTheme
Version data entries
467 entries across 467 versions & 1 rubygems