Skip to content

Commit

Permalink
Added here baselayers
Browse files Browse the repository at this point in the history
  • Loading branch information
jayyx2 authored and jieter committed Aug 20, 2018
1 parent 2621a6c commit a8f4039
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion leaflet-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,10 @@
normalNightMobile: 'normal.night.mobile',
normalNightGrey: 'normal.night.grey',
normalNightGreyMobile: 'normal.night.grey.mobile',

normalNightTransit: 'normal.night.transit',
normalNightTransitMobile: 'normal.night.transit.mobile',
redcuedDay: 'reduced.day',
redcuedNight: 'reduced.night',
basicMap: {
options: {
type: 'basetile'
Expand Down Expand Up @@ -496,6 +499,18 @@
variant: 'hybrid.day.mobile'
}
},
hybridDayTransit: {
options: {
base: 'aerial',
variant: 'hybrid.day.transit'
}
},
hybridDayGrey: {
options: {
base: 'aerial',
variant: 'hybrid.grey.day'
}
},
pedestrianDay: 'pedestrian.day',
pedestrianNight: 'pedestrian.night',
satelliteDay: {
Expand Down

0 comments on commit a8f4039

Please sign in to comment.