[gnome-maps] geoJSONStyle: Change default color of layers



commit fb2d8a29d267368c7bc9b0dd07fb58293ddaec4f
Author: Marcus Lundblad <ml update uu se>
Date:   Mon Jan 29 20:51:22 2018 +0100

    geoJSONStyle: Change default color of layers
    
    Use another default color that should have better
    contrast against aerial images.

 src/geoJSONStyle.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/geoJSONStyle.js b/src/geoJSONStyle.js
index 715baba..c107122 100644
--- a/src/geoJSONStyle.js
+++ b/src/geoJSONStyle.js
@@ -21,7 +21,7 @@
 const Lang = imports.lang;
 
 const DEFAULT_LINE_WIDTH = 5;
-const DEFAULT_COLOR = 'AE274A';
+const DEFAULT_COLOR = '69B1FF';
 
 var GeoJSONStyle = new Lang.Class({
     Name: 'GeoJSONStyle',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]