From f7498b63cba98288a59e7619725ac5cbf7004764 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 7 Nov 2015 13:05:37 +0200 Subject: Add overlay timestamps and caching --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 47832d9..6e36f61 100644 --- a/templates/index.html +++ b/templates/index.html @@ -42,7 +42,7 @@ var mapStyle = { }, "overlay": { "type": "image", - "url": "/static/280.png", + "url": "/static/{{ latest_280 }}_280.png", "coordinates": RASTER_COORDS_280 } }, -- cgit v1.3.1