Configure hillshading layer

- full attribution
- i18n key
- paint property defaults as template
This commit is contained in:
Norbert Renner 2022-06-15 14:21:31 +02:00
parent 8c8582ac19
commit ad68d0023b
6 changed files with 20 additions and 11 deletions

View file

@ -248,5 +248,8 @@ BR.confLayers.getPropertyOverrides = function() {
'nameShort': 'CyclOSM',
'mapUrl': 'https://www.cyclosm.org/#map={zoom}/{lat}/{lon}/cyclosm'
},
'terrarium-hillshading': {
'name': i18next.t('map.layer.hillshading')
}
};
};