Skip to content

Commit

Permalink
Reduce the number of HERE requests, cleanup
Browse files Browse the repository at this point in the history
API codes where over transaction limit last month.
  • Loading branch information
jieter authored Nov 6, 2018
1 parent 8087ff8 commit d44ff56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions preview/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@
'^(OpenWeatherMap|OpenSeaMap)',
'OpenMapSurfer.AdminBounds',
'Stamen.Toner(Hybrid|Lines|Labels)',
'Acetate.(foreground|labels|roads)',
'Hydda.RoadsAndLabels',
'^JusticeMap',
'OpenInfraMap.(Power|Telecom|Petroleum|Water)',
'OpenPtMap',
'OpenRailwayMap',
'OpenFireMap',
Expand All @@ -83,7 +81,6 @@
if (providerName.startsWith('HERE') || providerName.startsWith('OpenWeatherMap') || providerName.startsWith('MapBox')) {
var whitelist = [
'HERE.normalDay',
'HERE.hybridDay',
'OpenWeatherMap.Clouds',
'OpenWeatherMap.Pressure',
'OpenWeatherMap.Wind'
Expand Down

0 comments on commit d44ff56

Please sign in to comment.