Skip to content

Commit

Permalink
HERE add traffic tiles to normal and hybrid (#332)
Browse files Browse the repository at this point in the history
+ normalDayTraffic 
add traffic to normal day tiles (in same layer)

+ hybridDayTraffic 
add traffic to hybrid day tiles (in same layer)
  • Loading branch information
Daredzik authored and brunob committed Aug 27, 2019
1 parent 3510c7a commit 5273762
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions leaflet-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,13 @@
normalDayGreyMobile: 'normal.day.grey.mobile',
normalDayTransit: 'normal.day.transit',
normalDayTransitMobile: 'normal.day.transit.mobile',
normalDayTraffic: {
options: {
variant: 'normal.traffic.day',
base: 'traffic',
type: 'traffictile'
}
},
normalNight: 'normal.night',
normalNightMobile: 'normal.night.mobile',
normalNightGrey: 'normal.night.grey',
Expand Down Expand Up @@ -539,6 +546,13 @@
variant: 'hybrid.grey.day'
}
},
hybridDayTraffic: {
options: {
variant: 'hybrid.traffic.day',
base: 'traffic',
type: 'traffictile'
}
},
pedestrianDay: 'pedestrian.day',
pedestrianNight: 'pedestrian.night',
satelliteDay: {
Expand Down

0 comments on commit 5273762

Please sign in to comment.