Rename hiking-beta profile to hiking-mountain
- remove " (beta)" in locale text, stick to plain "Hiking" as long as we have only one and base parameters stay the same - map hash for old URLs
This commit is contained in:
parent
84fa50b5c2
commit
5cc64015b9
4 changed files with 17 additions and 4 deletions
|
|
@ -54,9 +54,14 @@
|
|||
'vm-forum-velomobil-schnell',
|
||||
'fastbike-lowtraffic',
|
||||
'fastbike-asia-pacific',
|
||||
'hiking-beta',
|
||||
'hiking-mountain',
|
||||
];
|
||||
|
||||
// Map old, renamed legacy profile to new name (from hash of shared or bookmarked URLs)
|
||||
BR.conf.profilesRename = {
|
||||
'hiking-beta': 'hiking-mountain',
|
||||
};
|
||||
|
||||
// Removes default base layers when 'true'. Useful for only having custom layers (see below).
|
||||
BR.conf.clearBaseLayers = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue