Replace large awesome-markers with smaller vector-markers (#268)
This commit is contained in:
parent
c933a7a431
commit
502735cb8e
6 changed files with 121 additions and 22 deletions
|
|
@ -109,6 +109,14 @@
|
|||
}
|
||||
};
|
||||
|
||||
BR.conf.markerColors = {
|
||||
// awesome-markers colors (by color picker)
|
||||
poi: '#436978',
|
||||
start: '#72b026',
|
||||
via: '#38aadd',
|
||||
stop: '#d63e2a'
|
||||
};
|
||||
|
||||
// transit (intermodal routing) demo config
|
||||
if (BR.conf.transit) {
|
||||
BR.conf.profiles = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue