WIP: overridden colours and shapes

This commit is contained in:
Lachlan Kermode
2020-05-14 15:02:14 +02:00
parent b23938b1da
commit 3641756539
12 changed files with 101 additions and 80 deletions

View File

@@ -1,5 +1,5 @@
import { mergeDeepLeft } from 'ramda'
import colors from '../common/global.js'
import global from '../common/global'
const initial = {
/*
@@ -105,12 +105,12 @@ const initial = {
tiles: 'openstreetmap', // ['openstreetmap', 'streets', 'satellite']
style: {
categories: {
default: colors.fa_red
default: global.fallbackEventColor
},
narratives: {
default: {
opacity: 0.9,
stroke: colors.fa_red,
stroke: global.fallbackEventColor,
strokeWidth: 3
}
},