Skip to content

Commit

Permalink
manual merge PR danwild#4
Browse files Browse the repository at this point in the history
  • Loading branch information
danwild committed Mar 28, 2017
2 parents 13c7784 + 7028d1f commit 142e0f3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
8 changes: 6 additions & 2 deletions dist/leaflet-velocity.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,14 @@ var Windy = function Windy(params) {

data.forEach(function (record) {
switch (record.header.parameterCategory + "," + record.header.parameterNumber) {
case "1,2":
case "2,2":
uComp = record;break;
uComp = record;
break;
case "1,3":
case "2,3":
vComp = record;break;
vComp = record;
break;
default:
scalar = record;
}
Expand Down
Loading

0 comments on commit 142e0f3

Please sign in to comment.