Skip to content

Commit

Permalink
Disable HERE in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter authored Nov 8, 2018
1 parent a6c0ac2 commit dc03ba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion preview/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
// reduce the number of layers previewed for some providers
if (providerName.startsWith('HERE') || providerName.startsWith('OpenWeatherMap') || providerName.startsWith('MapBox')) {
var whitelist = [
'HERE.normalDay',
// API threshold almost reached, disabling for now.
// 'HERE.normalDay',
'OpenWeatherMap.Clouds',
'OpenWeatherMap.Pressure',
'OpenWeatherMap.Wind'
Expand Down

0 comments on commit dc03ba3

Please sign in to comment.