From 3c63fbf185b7360c5ce867be965bf068bef41ea0 Mon Sep 17 00:00:00 2001 From: Raimund Renkert Date: Mon, 9 Mar 2015 17:55:19 +0100 Subject: [PATCH] Added players layer and update data in manual and auto mode. --- cmd/mtwebmapper/web/index.html | 31 ++++++++++++++++++--- cmd/mtwebmapper/web/js/auto-update.js | 40 +++++++++++++++++++++------ 2 files changed, 59 insertions(+), 12 deletions(-) diff --git a/cmd/mtwebmapper/web/index.html b/cmd/mtwebmapper/web/index.html index d955a7c..8fcd159 100644 --- a/cmd/mtwebmapper/web/index.html +++ b/cmd/mtwebmapper/web/index.html @@ -30,6 +30,14 @@ box-shadow: 0 1px 3px rgba(0,0,0,0.3); background-color:rgba(255,255,255,.85); } + .outlinedText { + color: black; + text-shadow: + -1px -1px 0 #fff, + 1px -1px 0 #fff, + -1px 1px 0 #fff, + 1px 1px 0 #fff; + } @@ -39,9 +47,10 @@ +