'now' and 'lastNow' as draw parameters

This commit is contained in:
Gavin McDonald
2018-09-01 22:59:09 -04:00
parent 6a9d006ab4
commit 9dddf78ccc
2 changed files with 6 additions and 0 deletions

View File

@@ -223,6 +223,9 @@ export class Tessellate {
height, width,
scale: this.cartographer.getScale(),
lastNow: context.lastUTC,
now: context.utc,
tilePoints: this.getTilePoints({
upperLeftX: 0,
upperLeftY: 0,