From 0bdb2fead83b7e18b939053cddd6274eb560de76 Mon Sep 17 00:00:00 2001 From: Vincent Privat Date: Thu, 7 Jan 2016 02:02:30 +0100 Subject: [PATCH] replace deprecated "background-color" by "fill-color" the former background-color is deprecated since r7110 --- indoor.mapcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indoor.mapcss b/indoor.mapcss index 9323a10..92b2eb7 100644 --- a/indoor.mapcss +++ b/indoor.mapcss @@ -11,7 +11,7 @@ meta /* basic geometry */ canvas { - background-color: #606060; + fill-color: #606060; }