Skip to content

Commit

Permalink
[design] moved legend to bottom-left
Browse files Browse the repository at this point in the history
  • Loading branch information
nordcomputer committed Jan 10, 2021
1 parent acda0a5 commit 163bcf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ require([
content:
"{cases7_per_100k_txt} Neu-Infizierte auf 100.000 Einwohner in den letzten 7 Tagen",
fieldInfos: []

}
});

Expand All @@ -92,6 +93,7 @@ require([
new Legend({
view: view
}),
"top-right"
"bottom-left"

);
});

0 comments on commit 163bcf5

Please sign in to comment.